Searched defs:default_root (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c129 static int process_minor_name(char *dev_path, const char *default_root);
132 const int array_size, const char *default_root);
833 * default_root. if set, is used to locate logical device entries in
837 devfs_bootdev_get_list(const char *default_root, argument
845 if (default_root == NULL) {
846 default_root = "";
847 } else if (*default_root != '/') {
865 i = process_bootdev(opp->oprom_array, default_root, &tmp_list);
879 process_bootdev(const char *bootdevice, const char *default_root, argument
944 if (process_minor_name(ret_buf, default_root) <
1057 devfs_phys_to_logical(struct boot_dev **bootdev_array, const int array_size, const char *default_root) argument
[all...]

Completed in 48 milliseconds