/freebsd/lib/libefivar/ |
H A D | efivar-dp-xlate.c | 128 efi_hd_to_unix(struct gmesh *mesh, const_efidp dp, char **dev, char **relpath, char **abspath) in efi_hd_to_unix() 346 efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath) in efivar_device_path_to_unix_path() 462 path_to_file_dp(const char *relpath) in path_to_file_dp() 572 build_dp(const char *efimedia, const char *relpath, efidp *dp) in build_dp() 650 char *relpath, *dev, *efimedia = NULL; in dev_path_to_dp() local
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | link.cc | 42 void expect_link(uint64_t ino, const char *relpath, mode_t mode, uint32_t nlink) in expect_link() 63 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() 76 void expect_link(uint64_t ino, const char *relpath, mode_t mode, uint32_t nlink) in expect_link() 97 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | rmdir.cc | 43 void expect_lookup(const char *relpath, uint64_t ino, int times=1) in expect_lookup() 56 void expect_rmdir(uint64_t parent, const char *relpath, int error) in expect_rmdir()
|
H A D | mknod.cc | 71 void expect_mknod(uint64_t parent_ino, const char* relpath, uint64_t ino, in expect_mknod() 108 void expect_lookup(const char *relpath, uint64_t ino, uint64_t size) in expect_lookup() 114 void expect_mknod(uint64_t parent_ino, const char* relpath, uint64_t ino, in expect_mknod()
|
H A D | symlink.cc | 44 void expect_symlink(uint64_t ino, const char *target, const char *relpath) in expect_symlink() 73 void expect_symlink(uint64_t ino, const char *target, const char *relpath) in expect_symlink()
|
H A D | releasedir.cc | 44 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | create.cc | 43 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() 71 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() 95 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create()
|
H A D | default_permissions_privileged.cc | 91 void expect_lookup(const char *relpath, uint64_t ino, mode_t mode, in expect_lookup()
|
H A D | cache.cc | 101 void expect_lookup(const char *relpath, uint64_t ino, in expect_lookup()
|
H A D | fsyncdir.cc | 71 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | readdir.cc | 44 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup() 57 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | readlink.cc | 44 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | flush.cc | 59 void expect_lookup(const char *relpath, uint64_t ino, int times) in expect_lookup()
|
H A D | release.cc | 44 void expect_lookup(const char *relpath, uint64_t ino, int times) in expect_lookup()
|
H A D | bmap.cc | 69 void expect_lookup(const char *relpath, uint64_t ino, off_t size) in expect_lookup()
|
H A D | opendir.cc | 45 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | unlink.cc | 42 expect_lookup(const char * relpath,uint64_t ino,int times,int nlink=1) expect_lookup() argument
|
H A D | access.cc | 52 void expect_lookup(const char *relpath, uint64_t ino) in expect_lookup()
|
H A D | fsync.cc | 72 void expect_lookup(const char *relpath, uint64_t ino, int times = 1) in expect_lookup()
|
H A D | utils.cc | 304 expect_lookup(const char * relpath,uint64_t ino,mode_t mode,uint64_t size,int times,uint64_t attr_valid,uid_t uid,gid_t gid) expect_lookup() argument 322 expect_lookup_7_8(const char * relpath,uint64_t ino,mode_t mode,uint64_t size,int times,uint64_t attr_valid,uid_t uid,gid_t gid) expect_lookup_7_8() argument
|
H A D | getattr.cc | 44 void expect_lookup(const char *relpath, uint64_t ino, mode_t mode, in expect_lookup()
|
/freebsd/contrib/bc/scripts/ |
H A D | locale_install.sh | 117 relpath() { function
|
/freebsd/usr.sbin/efivar/ |
H A D | efiutil.c | 121 char *dev, *relpath, *abspath; in efi_print_load_option() local
|
/freebsd/sys/contrib/openzfs/cmd/zinject/ |
H A D | translate.c | 84 parse_pathname(const char *inpath, char *dataset, char *relpath, in parse_pathname()
|
/freebsd/usr.sbin/efidp/ |
H A D | efidp.c | 170 char *walker, *dev, *relpath, *abspath; in efi_to_unix() local
|