Home
last modified time | relevance | path

Searched refs:busyp (Results 1 – 2 of 2) sorted by relevance

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