Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c592 devctl_pm_testbusy(devctl_hdl_t dcp, uint_t *busystate) in devctl_pm_testbusy() argument
597 if (busystate == NULL) { in devctl_pm_testbusy()
612 *busystate = 0; in devctl_pm_testbusy()
614 *busystate = busy_state; in devctl_pm_testbusy()
618 rv, *busystate); in devctl_pm_testbusy()