HomeSort by relevance Sort by last modified time
    Searched refs:o_devices_path (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prtconf/
prtconf.h 61 char *o_devices_path; member in struct:prt_opts
prtconf.c 257 opts.o_devices_path = NULL;
305 opts.o_devices_path = "/";
312 opts.o_devices_path = new_path + plen;
pdevinfo.c 307 if (opts.o_devices_path != NULL) {
313 if (strcmp(opts.o_devices_path, path) == 0) {
342 if (opts.o_devices_path != NULL) {
343 if (strlen(opts.o_devices_path) == 0)
345 if (strcmp(opts.o_devices_path, ".") == 0)
    [all...]

Completed in 120 milliseconds