Searched refs:MQNAME1 (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/containers/mqns/ |
D | mqns_03.c | 37 #define MQNAME1 "/MQ1" macro 39 #define MQUEUE1 DEVDIR MQNAME1 49 tst_res(TINFO, "Creating %s mqueue from within child process", MQNAME1); in check_mqueue() 52 mq_open(MQNAME1, O_RDWR | O_CREAT | O_EXCL, 0777, NULL), in check_mqueue() 90 SAFE_MQ_UNLINK(MQNAME1); in check_mqueue() 130 SAFE_MQ_UNLINK(MQNAME1); in cleanup()
|
D | mqns_04.c | 35 #define MQNAME1 "/MQ1" macro 37 #define MQUEUE1 DEVDIR MQNAME1 46 tst_res(TINFO, "Creating %s mqueue from within child process", MQNAME1); in check_mqueue() 49 mq_open(MQNAME1, O_RDWR | O_CREAT | O_EXCL, 0755, NULL), in check_mqueue() 123 SAFE_MQ_UNLINK(MQNAME1); in cleanup()
|