Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/prtconf/
H A Dprtconf.c256 opts.o_devices_path = NULL; in main()
304 opts.o_devices_path = "/"; in main()
311 opts.o_devices_path = new_path + plen; in main()
H A Dprtconf.h63 char *o_devices_path; member
H A Dpdevinfo.c324 if (opts.o_devices_path != NULL) { in i_find_target_node()
330 if (strcmp(opts.o_devices_path, path) == 0) { in i_find_target_node()
359 if (opts.o_devices_path != NULL) { in find_target_node()
360 if (strlen(opts.o_devices_path) == 0) in find_target_node()
362 if (strcmp(opts.o_devices_path, ".") == 0) in find_target_node()