Symbol: fcip_port_info_t
usr/src/cmd/mdb/common/modules/fcip/fcip.c
115
if (mdb_vread(&pinfo, sizeof (fcip_port_info_t), addr) ==
usr/src/cmd/mdb/common/modules/fcip/fcip.c
116
sizeof (fcip_port_info_t)) {
usr/src/cmd/mdb/common/modules/fcip/fcip.c
51
wsp->walk_data = mdb_alloc(sizeof (fcip_port_info_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcip/fcip.c
63
if (mdb_vread(wsp->walk_data, sizeof (fcip_port_info_t),
usr/src/cmd/mdb/common/modules/fcip/fcip.c
73
(uintptr_t)(((fcip_port_info_t *)wsp->walk_data)->fcipp_next);
usr/src/cmd/mdb/common/modules/fcip/fcip.c
92
fcip_port_info_t pinfo;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1046
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1160
fcip_handle_resume(fcip_port_info_t *fport, fc_ulp_port_info_t *port_info,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1258
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1464
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1625
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
170
static int fcip_handle_suspend(fcip_port_info_t *fport, fc_detach_cmd_t cmd);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
171
static int fcip_handle_resume(fcip_port_info_t *fport,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
173
static fcip_port_info_t *fcip_softstate_free(fcip_port_info_t *fport);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1790
fcip_handle_suspend(fcip_port_info_t *fport, fc_detach_cmd_t cmd)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
219
static fcip_port_info_t *fcip_get_port(opaque_t phandle);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2199
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2423
static fcip_port_info_t *
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2426
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2455
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2605
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2752
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3050
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3188
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3945
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4181
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4342
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4463
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4521
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4700
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4772
static fcip_port_info_t *
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4773
fcip_softstate_free(fcip_port_info_t *fport)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4779
fcip_port_info_t *prev_fport, *cur_fport, *next_fport = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4920
kmem_free(fport, sizeof (fcip_port_info_t));
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5011
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5171
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5385
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5555
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5657
fcip_port_info_t *fport = (fcip_port_info_t *)arg;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5717
fcip_port_info_t *fport = (fcip_port_info_t *)arg;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
572
static fcip_port_info_t *fcip_port_head = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5740
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6028
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6193
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6292
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6357
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6463
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6648
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6733
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6919
fcip_port_info_t *fport = fptr->fcip_port_info;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7170
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7391
fcip_port_info_t *cur_fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7392
fcip_port_info_t *fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
7421
fcip_port_info_t *fport = (fcip_port_info_t *)arg;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
760
fcip_port_info_t *fport = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
761
fcip_port_info_t *cur_fport;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
792
fport = kmem_zalloc(sizeof (fcip_port_info_t),
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
829
fport = kmem_zalloc(sizeof (fcip_port_info_t),
usr/src/uts/common/sys/fibre-channel/ulp/fcip.h
186
fcip_port_info_t *fcip_port_info; /* info about port */