Home
last modified time | relevance | path

Searched defs:upath (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit.h347 #define AUDIT_ARG_UPATH1(td, dirfd, upath) do { \ argument
352 #define AUDIT_ARG_UPATH1_CANON(upath) do { \ argument
357 #define AUDIT_ARG_UPATH2(td, dirfd, upath) do { \ argument
362 #define AUDIT_ARG_UPATH2_CANON(upath) do { \ argument
367 #define AUDIT_ARG_UPATH1_VP(td, rdir, cdir, upath) do { \ argument
372 #define AUDIT_ARG_UPATH2_VP(td, rdir, cdir, upath) do { \ argument
461 #define AUDIT_ARG_UPATH1(td, dirfd, upath) argument
462 #define AUDIT_ARG_UPATH1_CANON(upath) argument
463 #define AUDIT_ARG_UPATH2(td, dirfd, upath) argument
464 #define AUDIT_ARG_UPATH2_CANON(upath) argument
[all …]
H A Daudit_arg.c733 audit_arg_upath(struct thread *td, int dirfd, char *upath, char **pathp) in audit_arg_upath()
742 audit_arg_upath1(struct thread *td, int dirfd, char *upath) in audit_arg_upath1()
755 audit_arg_upath2(struct thread *td, int dirfd, char *upath) in audit_arg_upath2()
769 char *upath, char **pathp) in audit_arg_upath_vp()
779 char *upath) in audit_arg_upath1_vp()
793 char *upath) in audit_arg_upath2_vp()
813 audit_arg_upath_canon(char *upath, char **pathp) in audit_arg_upath_canon()
822 audit_arg_upath1_canon(char *upath) in audit_arg_upath1_canon()
835 audit_arg_upath2_canon(char *upath) in audit_arg_upath2_canon()
/freebsd/stand/userboot/userboot/
H A Dhost.c45 host_open(const char *upath, struct open_file *f) in host_open()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h98 char *upath; /* vdev underlying path */ member
/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c148 _filemon_wrapper_openat(struct thread *td, const char *upath, int flags, in _filemon_wrapper_openat()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c787 char *upath, *spath; in update_vdev_config_dev_sysfs_path() local
/freebsd/stand/libsa/
H A Dufs.c500 ufs_open(const char * upath,struct open_file * f) ufs_open() argument
H A Dnfs.c462 nfs_open(const char *upath, struct open_file *f) in nfs_open()
H A Dext2fs.c330 ext2fs_open(const char *upath, struct open_file *f) in ext2fs_open()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c708 struct ib_user_path_rec upath; in ib_ucm_path_get() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c2384 char *upath; in zpool_prepare_disk() local
/freebsd/stand/libsa/zfs/
H A Dzfs.c107 zfs_open(const char *upath, struct open_file *f) in zfs_open()
H A Dzfsimpl.c3685 zfs_lookup(const struct zfsmount *mount, const char *upath, dnode_phys_t *dnode) in zfs_lookup()
/freebsd/sys/kern/
H A Duipc_mqueue.c2008 kern_kmq_open(struct thread *td, const char *upath, int flags, mode_t mode, in kern_kmq_open()