Searched refs:pathseg (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 88 enum uio_seg pathseg, int flags, int mode); 136 enum uio_seg pathseg, mode_t mode, int flag); 138 enum uio_seg pathseg, int uid, int gid, int flag); 199 enum uio_seg pathseg, int mode); 201 enum uio_seg pathseg, int mode, dev_t dev); 223 enum uio_seg pathseg, int flags, int mode); 253 const char *new, enum uio_seg pathseg); 255 enum uio_seg pathseg, int flag); 305 enum uio_seg pathseg, struct stat *sbp, 326 enum uio_seg pathseg, off_t length); [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 107 enum uio_seg pathseg, fhandle_t *fhp); 335 pathseg, path, td); in kern_statfs() 945 pathseg, path, td); in kern_chdir() 1417 enum uio_seg pathseg, int mode) in kern_mkfifoat() argument 2073 enum uio_seg pathseg, int flag, int amode) in kern_accessat() argument 2386 enum uio_seg pathseg, struct stat *sbp, in kern_statat() argument 2543 pathseg, path, td); in kern_pathconf() 2598 pathseg, path, fd, td); in kern_readlinkat() 3590 const char *new, enum uio_seg pathseg) in kern_renameat() argument 3812 enum uio_seg pathseg, int flag) in kern_frmdirat() argument [all …]
|
| H A D | vfs_lookup.c | 1605 enum uio_seg pathseg, char **pathbuf, int create, int dirfd) in kern_alternate_path() argument 1626 if (pathseg == UIO_SYSSPACE) in kern_alternate_path()
|
| H A D | vfs_cache.c | 2924 size_t size, int flags, enum uio_seg pathseg) in kern___realpathat() argument 2933 pathseg, path, fd, &cap_fstat_rights, td); in kern___realpathat()
|
| /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() argument
|