Searched refs:client_dip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c118 static int fcoe_initchild(dev_info_t *fcoe_dip, dev_info_t *client_dip);
119 static int fcoe_uninitchild(dev_info_t *fcoe_dip, dev_info_t *client_dip);
415 fcoe_initchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) argument
420 rval = ddi_prop_get_int(DDI_DEV_T_ANY, client_dip,
423 FCOE_LOG(__FUNCTION__, "no mac_id property: %p", client_dip);
429 ddi_set_name_addr(client_dip, client_addr);
435 fcoe_uninitchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) argument
437 ddi_set_name_addr(client_dip, NULL);
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7132 dev_info_t *client_dip = NULL; local
7139 * client_dip can be NULL. Then proceed to power up all the
7144 client_dip = ndi_devi_findchild(vdip, devnm);
7148 "op = %d %s %p", op, devnm ? devnm : "", (void *)client_dip));
7152 ret = i_mdi_pm_pre_config(vdip, client_dip);
7156 ret = i_mdi_pm_pre_unconfig(vdip, client_dip, (int *)args,
7161 i_mdi_pm_post_config(vdip, client_dip);
7165 i_mdi_pm_post_unconfig(vdip, client_dip, *(int *)args);
7172 client_dip = (dev_info_t *)args;
7173 ASSERT(MDI_CLIENT(client_dip));
[all...]

Completed in 94 milliseconds