Searched refs:kern_mkfifoat (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dsyscallsubr.h198 int kern_mkfifoat(struct thread *td, int fd, const char *path,
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c1103 error = kern_mkfifoat(td, AT_FDCWD, path, seg,
1159 error = kern_mkfifoat(td, dfd, path, seg, args->mode);
/freebsd-13-stable/sys/kern/
H A Dvfs_syscalls.c1324 return (kern_mkfifoat(td, fd, path, pathseg, mode));
1411 return (kern_mkfifoat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
1426 return (kern_mkfifoat(td, uap->fd, uap->path, UIO_USERSPACE,
1431 kern_mkfifoat(struct thread *td, int fd, const char *path, function

Completed in 126 milliseconds