Lines Matching defs:state
452 * Transition the child named by "devname@devaddr" to the online state.
497 * Transition the child named by "devname@devaddr" to the offline state.
571 * Return devctl state of the child named by "name@addr".
576 uint_t *state)
609 *state = DEVICE_OFFLINE;
611 *state = DEVICE_DOWN;
613 *state = DEVICE_ONLINE;
615 *state |= DEVICE_BUSY;
625 * return the current state of the device "dip"
664 * Return device's bus state
669 uint_t *state)
674 return (ndi_get_bus_state(dip, state));
685 uint_t state;
697 rval = ndi_devctl_bus_getstate(dip, dcp, &state);
699 if (copyout(&state, dcp->cpyout_buf,
714 rval = ndi_devctl_device_getstate(dip, dcp, &state);
716 if (copyout(&state, dcp->cpyout_buf,
755 * Copyout the state of the Attachment Point "ap" to the requesting
790 * Copyout the bus state of the bus nexus device "dip" to the requesting
851 * Bring the node up to a named but OFFLINE state. The calling
1073 * return current soft bus state of bus nexus "dip"
1096 * Set the soft state of bus nexus "dip"
1099 ndi_set_bus_state(dev_info_t *dip, uint_t state)
1108 switch (state) {