Lines Matching defs:child
452 * Transition the child named by "devname@devaddr" to the online state.
497 * Transition the child named by "devname@devaddr" to the offline state.
534 * Remove the child named by "devname@devaddr".
571 * Return devctl state of the child named by "name@addr".
814 * create a child device node given the property definitions
827 * The child device may have been pre-constructed by an earlier
927 * return a handle to the child device
928 * copy out the name of the newly attached child device if
1061 * destroy the partially child device and abort the request
2526 /* Interfaces for 'self' to set/get a child's flavor */
2528 ndi_flavor_set(dev_info_t *child, ndi_flavor_t child_flavor)
2530 DEVI(child)->devi_flavor = child_flavor;
2534 ndi_flavor_get(dev_info_t *child)
2536 return (DEVI(child)->devi_flavor);