Lines Matching refs:orig_path
122 static char *orig_path; variable
227 orig_path = s_strdup(argv[optind]); in main()
229 (void) strcpy(devctl_device, orig_path); in main()
249 if (lstat(orig_path, &stat_buf) == 0) { in main()
251 if ((pathlen = readlink(orig_path, devctl_device, in main()
255 orig_path, strerror(errno)); in main()
323 devctl_cmdname, orig_path); in main()
345 (void) printf("%s: busy state %d\n", orig_path, *busyp); in dev_pm_testbusy()
360 (void) printf("%s: strict %d\n", orig_path, *strict); in bus_pm_teststrict()
373 print_dev_state(orig_path, state); in dev_getstate()
386 print_bus_state(orig_path, state); in bus_getstate()