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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile108 mknod.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h525 int mknod(const char *, mode_t, dev_t);
H A Dsysproto.h1711 int mknod(struct proc *, struct mknod_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c61 {AC(mknod_args), 0, 0, (sy_call_t *)mknod, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 14 = mknod */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1748 * Test mknod, sync system calls.
1777 my_err = mknod( my_pathp, (S_IFCHR | S_IRWXU), 0 );
1779 printf( "mknod failed with errno %d - %s \n", errno, strerror( errno ) );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2352 mknod(proc_t p, struct mknod_args *uap, __unused register_t *retval) function
2365 /* If it's a mknod() of a FIFO, call mkfifo1() instead */

Completed in 70 milliseconds