Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDsyscallsubr.h147 int kern_mkfifoat(struct thread *td, int fd, char *path,
/NextBSD/sys/compat/cloudabi/
HDcloudabi_file.c162 error = kern_mkfifoat(td, uap->fd, path, UIO_SYSSPACE, 0666); in cloudabi_sys_file_create()
/NextBSD/sys/kern/
HDvfs_syscalls.c1186 return (kern_mkfifoat(td, fd, path, pathseg, mode)); in kern_mknodat()
1280 return (kern_mkfifoat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
1295 return (kern_mkfifoat(td, uap->fd, uap->path, UIO_USERSPACE, in sys_mkfifoat()
1300 kern_mkfifoat(struct thread *td, int fd, char *path, enum uio_seg pathseg, in kern_mkfifoat() function
/NextBSD/sys/compat/linux/
HDlinux_misc.c1112 error = kern_mkfifoat(td, AT_FDCWD, path, UIO_SYSSPACE, in linux_mknod()
1161 error = kern_mkfifoat(td, dfd, path, UIO_SYSSPACE, args->mode); in linux_mknodat()
/NextBSD/sys/i386/ibcs2/
HDibcs2_misc.c652 error = kern_mkfifoat(td, AT_FDCWD, path,
/NextBSD/sys/compat/svr4/
HDsvr4_misc.c669 error = kern_mkfifoat(td, AT_FDCWD, newpath, UIO_SYSSPACE,