Searched defs:root_dir (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_glob.c | 35 __local_update_root_object(const char *root_dir, nis_object *d_obj) { argument 45 __local_remove_root_object(nis_name root_dir, nis_object* d_obj) { argument
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | bfs.c | 89 struct grub_bfs_extent root_dir; member in struct:grub_bfs_superblock 644 err = read_extent (disk, sb, &sb->root_dir, 0, 0, ino, 722 err = read_extent (disk, sb, &sb->root_dir, 0, 0, ino, 1000 err = read_extent (device->disk, &sb, &sb.root_dir, 0, 0,
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 128 di_devlink_open(const char *root_dir, uint_t flags) argument 140 if ((hdp = handle_alloc(root_dir, OPEN_RDWR)) == NULL) { 315 handle_alloc(const char *root_dir, uint_t flags) argument 332 if (root_dir && root_dir[0] != '\0') { 334 if (root_dir[0] != '/') { 343 if ((realpath(root_dir, dev_dir) == NULL) || 344 (realpath(root_dir, db_dir) == NULL)) { 422 if (enter_db_lock(&proto, root_dir) != 1) { 1995 devlink_snapshot(const char *root_dir) argument 3078 enter_db_lock(struct di_devlink_handle *hdp, const char *root_dir) argument [all...] |
Completed in 42 milliseconds