Lines Matching refs:child
172 * Return devctl state of the child addressed by "name@addr".
180 * Transition the child addressed by "name@addr" to the online state.
188 * Transition the child addressed by "name@addr" to the offline state.
196 * Remove the child addressed by name@addr.
238 * NDI_CONFIG - Recursively configure children if child is nexus node
253 * NDI_DEVI_REMOVE - Remove child devinfo nodes
255 * NDI_UNCONFIG - Put child devinfo nodes to uninitialized state,
256 * release resources held by child nodes.
338 * Find the child dev_info node of parent nexus 'p' whose name
345 * Find the child dev_info node of parent nexus 'p' whose name
352 * Find the child dev_info node of parent nexus 'p' whose name
353 * matches "dname"@"ua". If a child doesn't have a "ua"
510 #define NDI_EVENT_POST_TO_TGT 0x1 /* call only specific child's hdlr */
639 void *arg, dev_info_t **child, clock_t reset_delay);
814 * with multiple 'flavors' of children (devi_flavor of child), coupled
815 * with a child flavor-specifc private data mechanism (via devi_flavor_v
832 * scsi_device(9S) child-flavor specific value: a pointer to
834 * a new flavor of child has occurred, a new form of overload/kludge
849 /* Interfaces for 'self' nexus driver to get/set flavor of child */
850 void ndi_flavor_set(dev_info_t *child, ndi_flavor_t child_flavor);
851 ndi_flavor_t ndi_flavor_get(dev_info_t *child);