Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c46 typedef enum { DEVCTL_BUS, DEVCTL_DEVICE, DEVCTL_AP, DEVCTL_CLONE, enumerator
141 return (dc_mkhndl(DEVCTL_DEVICE, devfs_path, oflags, NULL)); in devctl_device_acquire()
368 dcp->hdltype = DEVCTL_DEVICE; in dc_mkhndl()
372 case DEVCTL_DEVICE: in dc_mkhndl()
771 if (dcp == NULL || DCP(dcp)->hdltype != DEVCTL_DEVICE) { in devctl_device_online()
792 if (dcp == NULL || DCP(dcp)->hdltype != DEVCTL_DEVICE) { in devctl_device_offline()
813 if (dcp == NULL || DCP(dcp)->hdltype != DEVCTL_DEVICE) { in devctl_device_remove()