Home
last modified time | relevance | path

Searched refs:mkfifo (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/tests/ !
H A Dkqueue_fifo_18776047.c92 ret = mkfifo(filepath, 0777); in create_fifo()
H A Dpoll_select_kevent_paired_fds.c742 T_ASSERT_POSIX_SUCCESS(mkfifo(fifo_path, 0700), "mkfifo(%s, 0700)", in fd_pair_init()
H A Dkqueue_file_tests.c363 res = mkfifo((char*)args[0], 0755); in execute_action()
/xnu-8792.61.2/bsd/man/man2/ !
H A DMakefile136 mkfifo.2 \
/xnu-8792.61.2/bsd/sys/ !
H A Dstat.h565 int mkfifo(const char *, mode_t);
/xnu-8792.61.2/bsd/vfs/ !
H A Dvfs_syscalls.c5409 mkfifo(proc_t p, struct mkfifo_args *uap, __unused int32_t *retval) in mkfifo() function