Home
last modified time | relevance | path

Searched refs:o_devices_path (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c189 opts.o_devices_path = NULL; in main()
241 opts.o_devices_path = "/"; in main()
248 opts.o_devices_path = new_path + plen; in main()
H A Dprtconf.h64 char *o_devices_path; member
H A Dpdevinfo.c315 if (opts.o_devices_path != NULL) { in i_find_target_node()
321 if (strcmp(opts.o_devices_path, path) == 0) { in i_find_target_node()
351 if (opts.o_devices_path != NULL) { in find_target_node()
352 if (strlen(opts.o_devices_path) == 0) in find_target_node()
354 if (strcmp(opts.o_devices_path, ".") == 0) in find_target_node()