Searched refs:kern_mkfifoat (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | syscallsubr.h | 147 int kern_mkfifoat(struct thread *td, int fd, char *path,
|
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_file.c | 162 error = kern_mkfifoat(td, uap->fd, path, UIO_SYSSPACE, 0666); in cloudabi_sys_file_create()
|
| /NextBSD/sys/kern/ |
| HD | vfs_syscalls.c | 1186 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/ |
| HD | linux_misc.c | 1112 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/ |
| HD | ibcs2_misc.c | 652 error = kern_mkfifoat(td, AT_FDCWD, path,
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_misc.c | 669 error = kern_mkfifoat(td, AT_FDCWD, newpath, UIO_SYSSPACE,
|