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

/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c340 uint_t *busyp; local
342 busyp = s_malloc(sizeof (uint_t));
343 rv = devctl_pm_testbusy(dcp, busyp);
345 (void) printf("%s: busy state %d\n", orig_path, *busyp);

Completed in 59 milliseconds