Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdevice/
H A Ddevctl.c48 typedef enum { DEVCTL_BUS, DEVCTL_DEVICE, DEVCTL_AP, DEVCTL_CLONE, enumerator
143 return (dc_mkhndl(DEVCTL_DEVICE, devfs_path, oflags, NULL)); in devctl_device_acquire()
370 dcp->hdltype = DEVCTL_DEVICE; in dc_mkhndl()
374 case DEVCTL_DEVICE: in dc_mkhndl()
773 if (dcp == NULL || DCP(dcp)->hdltype != DEVCTL_DEVICE) { in devctl_device_online()
794 if (dcp == NULL || DCP(dcp)->hdltype != DEVCTL_DEVICE) { in devctl_device_offline()
815 if (dcp == NULL || DCP(dcp)->hdltype != DEVCTL_DEVICE) { in devctl_device_remove()