Lines Matching defs:child
41 * pseudo.conf, adding another 'pseudo' nexus child of /pseudo, and then use
43 * for the name of the nexus child and a line in pseudo.conf such as:
49 * to our new pseudonex child node. A better way might be to teach the
315 pseudonex_check_assignment(dev_info_t *child, int test_inst)
319 const char *childname = ddi_driver_name(child);
327 if (tdip == child)
348 pseudonex_auto_assign(dev_info_t *child)
352 const char *childname = ddi_driver_name(child);
362 if (tdip == child)
393 dev_info_t *child = (dev_info_t *)arg;
394 const char *childname = ddi_driver_name(child);
425 instance = ddi_prop_get_int(DDI_DEV_T_ANY, child,
427 auto_assign = ddi_prop_exists(DDI_DEV_T_ANY, child,
452 if ((instance = pseudonex_auto_assign(child)) == -1) {
461 if (pseudonex_check_assignment(child, instance) ==
483 DEVI(child)->devi_instance = instance;
484 ddi_set_name_addr(child, name);
490 dev_info_t *child = (dev_info_t *)arg;
494 ddi_driver_name(child), DEVI(child)->devi_instance));
496 ddi_set_name_addr(child, NULL);