Searched refs:fcip_port_info_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fcip/
H A Dfcip.c51 wsp->walk_data = mdb_alloc(sizeof (fcip_port_info_t), UM_SLEEP);
63 if (mdb_vread(wsp->walk_data, sizeof (fcip_port_info_t),
73 (uintptr_t)(((fcip_port_info_t *)wsp->walk_data)->fcipp_next);
92 fcip_port_info_t pinfo;
115 if (mdb_vread(&pinfo, sizeof (fcip_port_info_t), addr) ==
116 sizeof (fcip_port_info_t)) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c176 static int fcip_handle_suspend(fcip_port_info_t *fport, fc_detach_cmd_t cmd);
177 static int fcip_handle_resume(fcip_port_info_t *fport,
179 static fcip_port_info_t *fcip_softstate_free(fcip_port_info_t *fport);
225 static fcip_port_info_t *fcip_get_port(opaque_t phandle);
578 static fcip_port_info_t *fcip_port_head = NULL;
773 fcip_port_info_t *fport = NULL;
774 fcip_port_info_t *cur_fport;
808 fport = kmem_zalloc(sizeof (fcip_port_info_t),
845 fport = kmem_zalloc(sizeof (fcip_port_info_t),
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h120 } fcip_port_info_t; typedef in typeref:struct:fcip_port_info
186 fcip_port_info_t *fcip_port_info; /* info about port */

Completed in 68 milliseconds