Searched refs:mq_open (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/include/
H A Dmqueue.h45 mqd_t mq_open(const char *, int, ...);
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_dummy_machdep.c57 DUMMY(mq_open); variable
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_dummy_machdep.c64 DUMMY(mq_open); variable
/freebsd-13-stable/tests/sys/mqueue/
H A Dmqtest2.c40 mq = mq_open(MQNAME, O_CREAT | O_RDWR | O_EXCL, 0666, &attr);
42 err(1, "mq_open");
56 mq = mq_open(MQNAME, O_RDWR);
58 err(1, "child: mq_open");
H A Dmqtest3.c42 mq = mq_open(MQNAME, O_CREAT | O_RDWR | O_EXCL, 0666, &attr);
44 err(1, "mq_open()");
59 mq = mq_open(MQNAME, O_RDWR);
61 err(1, "child process: mq_open");
H A Dmqtest4.c43 mq = mq_open(MQNAME, O_CREAT | O_RDWR | O_EXCL, 0666, &attr);
45 err(1, "mq_open()");
57 mq = mq_open(MQNAME, O_RDWR);
59 err(1, "child: mq_open");
H A Dmqtest5.c53 mq = mq_open(MQNAME, O_CREAT | O_RDWR | O_EXCL, 0666, &attr);
55 err(1, "mq_open()");
72 mq = mq_open(MQNAME, O_RDWR | O_NONBLOCK);
74 err(1, "child: mq_open");
H A Dmqtest1.c26 mq = mq_open(MQNAME, O_CREAT | O_RDWR | O_EXCL, 0666, &attr);
28 err(1, "mq_open");
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_dummy_machdep.c61 DUMMY(mq_open); variable
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c134 mqfd = mq_open(mq_name, O_RDWR | O_CREAT,
137 ATF_REQUIRE_MSG(mqfd != (mqd_t)-1, "mq_open failed: %d", errno);
139 ATF_REQUIRE_MSG(mqfd != -1, "mq_open failed: %d", errno);
/freebsd-13-stable/lib/librt/
H A Dmq.c63 __weak_reference(__mq_open, mq_open);
/freebsd-13-stable/contrib/capsicum-test/
H A Dsyscalls.h211 #define mq_open_ mq_open
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc250 mq_open.2 \

Completed in 144 milliseconds