HomeSort by relevance Sort by last modified time
    Searched refs:DEV_MQUEUE2 (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/containers/mqns/
mqns.h 11 #define DEV_MQUEUE2 "/dev/mqueue2"
mqns_03.c 54 #define FNAM1 DEV_MQUEUE2 SLASH_MQ1
55 #define FNAM2 DEV_MQUEUE2 SLASH_MQ2
83 rc = mount("mqueue", DEV_MQUEUE2, "mqueue", 0, NULL);
103 rc = umount(DEV_MQUEUE2);
109 rc = mount("mqueue", DEV_MQUEUE2, "mqueue", 0, NULL);
164 mkdir(DEV_MQUEUE2, 0755);
204 umount(DEV_MQUEUE2);
205 rmdir(DEV_MQUEUE2);
mqns_04.c 51 #define FNAM1 DEV_MQUEUE2 SLASH_MQ1
52 #define FNAM2 DEV_MQUEUE2 SLASH_MQ2
76 rc = mount("mqueue", DEV_MQUEUE2, "mqueue", 0, NULL);
122 mkdir(DEV_MQUEUE2, 0755);
183 umount(DEV_MQUEUE2);
184 rmdir(DEV_MQUEUE2);

Completed in 147 milliseconds