Home
last modified time | relevance | path

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) in fcoe_initchild() argument
420 rval = ddi_prop_get_int(DDI_DEV_T_ANY, client_dip, in fcoe_initchild()
423 FCOE_LOG(__FUNCTION__, "no mac_id property: %p", client_dip); in fcoe_initchild()
429 ddi_set_name_addr(client_dip, client_addr); in fcoe_initchild()
435 fcoe_uninitchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) in fcoe_uninitchild() argument
437 ddi_set_name_addr(client_dip, NULL); in fcoe_uninitchild()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7143 dev_info_t *client_dip = NULL; in mdi_power() local
7155 client_dip = ndi_devi_findchild(vdip, devnm); in mdi_power()
7163 ret = i_mdi_pm_pre_config(vdip, client_dip); in mdi_power()
7172 i_mdi_pm_post_config(vdip, client_dip); in mdi_power()
7183 client_dip = (dev_info_t *)args; in mdi_power()
7184 ASSERT(MDI_CLIENT(client_dip)); in mdi_power()
7186 ct = i_devi_get_client(client_dip); in mdi_power()
7192 MDI_DEBUG(4, (MDI_NOTE, client_dip, in mdi_power()
7197 if (DEVI_IS_ATTACHING(client_dip)) { in mdi_power()
7198 MDI_DEBUG(4, (MDI_NOTE, client_dip, in mdi_power()
[all …]