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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile107 mkfifo.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h523 int mkfifo(const char *, mode_t);
H A Dsysproto.h1813 int mkfifo(struct proc *, struct mkfifo_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c212 {AC(mkfifo_args), 0, 0, (sy_call_t *)mkfifo, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 132 = mkfifo */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3786 * Test mkfifo system calls.
3813 my_err = mkfifo( my_pathp, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) );
3815 printf( "mkfifo failed with errno %d - %s. \n", errno, strerror( errno ) );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2518 * A mkfifo system call using an extended argument list compared to the regular
2519 * system call 'mkfifo'.
2525 * Indirect: uap->path Path to fifo (same as 'mkfifo')
2528 * uap->mode File mode to set (same as 'mkfifo')
2570 mkfifo(proc_t p, struct mkfifo_args *uap, __unused register_t *retval) function
4043 * system call 'mkfifo'.

Completed in 94 milliseconds