Searched refs:kern_openat (Results 1 – 7 of 7) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_compat.c | 150 kern_openat(struct thread *td, int fd, const char *path, enum uio_seg pathseg, in kern_openat() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 61 rc = kern_openat(td, AT_FDCWD, __DECONST(char *, path), in zfs_file_open()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 222 int kern_openat(struct thread *td, int fd, const char *path,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mountroot.c | 600 error = kern_openat(td, AT_FDCWD, "/dev/" MDCTL_NAME, UIO_SYSSPACE, in parse_dir_md()
|
| H A D | vfs_syscalls.c | 1073 return (kern_openat(td, AT_FDCWD, uap->path, UIO_USERSPACE, in sys_open() 1090 return (kern_openat(td, uap->fd, uap->path, UIO_USERSPACE, uap->flag, in sys_openat() 1095 kern_openat(struct thread *td, int fd, const char *path, enum uio_seg pathseg, in kern_openat() function 1241 return (kern_openat(td, AT_FDCWD, uap->path, UIO_USERSPACE, in ocreat()
|
| H A D | kern_descrip.c | 2750 error = kern_openat(td, AT_FDCWD, "/dev/null", in fdcheckstd()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 1461 error = kern_openat(td, AT_FDCWD, "/dev/crypto", UIO_SYSSPACE, in crypto_ioctl()
|