Home
last modified time | relevance | path

Searched refs:fct_dip (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c59 static dev_info_t *fct_dip; variable
155 *result = fct_dip; in fct_getinfo()
158 *result = (void *)(uintptr_t)ddi_get_instance(fct_dip); in fct_getinfo()
172 fct_dip = dip; in fct_attach()
3432 if (!fct_dip) in fct_log_local_port_event()
3434 port_instance = ddi_get_instance(fct_dip); in fct_log_local_port_event()
3451 (void) ddi_log_sysevent(fct_dip, DDI_VENDOR_SUNW, EC_SUNFC, in fct_log_local_port_event()
3471 if (!fct_dip) in fct_log_remote_port_event()
3473 port_instance = ddi_get_instance(fct_dip); in fct_log_remote_port_event()
3500 (void) ddi_log_sysevent(fct_dip, DDI_VENDOR_SUNW, EC_SUNFC, in fct_log_remote_port_event()