Home
last modified time | relevance | path

Searched refs:MQUEUE2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/containers/mqns/
H A Dmqns_03.c40 #define MQUEUE2 DEVDIR MQNAME2 macro
68 tst_res(TINFO, "Creating %s from within child process", MQUEUE2); in check_mqueue()
70 rc = SAFE_CREAT(MQUEUE2, 0755); in check_mqueue()
83 if (access(MQUEUE2, F_OK)) in check_mqueue()
84 tst_res(TFAIL, MQUEUE2 " does not exist at second mount"); in check_mqueue()
86 tst_res(TPASS, MQUEUE2 " exists at second mount"); in check_mqueue()
132 if (!access(MQUEUE2, F_OK)) in cleanup()
H A Dmqns_04.c38 #define MQUEUE2 DEVDIR MQNAME2 macro
105 tst_res(TINFO, "Try to create %s from parent", MQUEUE2); in run()
107 TST_EXP_FAIL(creat(MQUEUE2, 0755), EACCES); in run()
125 if (!access(MQUEUE2, F_OK)) in cleanup()

Completed in 1 milliseconds