Symbol: fc_portmap_t
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1807
fc_ulp_pwwn_to_portmap(opaque_t port_handle, la_wwn_t *bytes, fc_portmap_t *map)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4115
fctl_fillout_map(fc_local_port_t *port, fc_portmap_t **map, uint32_t *len,
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4127
fc_portmap_t *listptr;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5012
fctl_copy_portmap_held(fc_portmap_t *map, fc_remote_port_t *pd)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5040
fctl_copy_portmap(fc_portmap_t *map, fc_remote_port_t *pd)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5367
fc_ulp_copy_portmap(fc_portmap_t *map, opaque_t pd)
usr/src/uts/common/io/fibre-channel/impl/fctl.c
935
fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map, uint32_t *len,
usr/src/uts/common/io/fibre-channel/impl/fctl.c
941
fc_portmap_t *tmp_map;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
943
fc_portmap_t *change_list = NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
964
tmp_map = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/impl/fctl.c
965
listlen * sizeof (fc_portmap_t), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
970
kmem_free(*map, (*len) * sizeof (fc_portmap_t));
usr/src/uts/common/io/fibre-channel/impl/fctl.c
976
listlen * sizeof (fc_portmap_t));
usr/src/uts/common/io/fibre-channel/impl/fctl.c
977
kmem_free(change_list, listlen * sizeof (fc_portmap_t));
usr/src/uts/common/io/fibre-channel/impl/fp.c
10014
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
10137
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11367
fc_portmap_t *listptr;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11445
listptr = kmem_zalloc(sizeof (fc_portmap_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
11497
fc_portmap_t *listptr;
usr/src/uts/common/io/fibre-channel/impl/fp.c
11566
listptr = kmem_zalloc(sizeof (fc_portmap_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12196
fc_portmap_t *listptr;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12255
listptr = kmem_zalloc(sizeof (fc_portmap_t), sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12321
fc_portmap_t *listptr;
usr/src/uts/common/io/fibre-channel/impl/fp.c
12364
listptr = kmem_zalloc(sizeof (fc_portmap_t) * count, sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12373
kmem_free(listptr, sizeof (fc_portmap_t) * count);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12499
kmem_free(listptr, sizeof (fc_portmap_t) * count);
usr/src/uts/common/io/fibre-channel/impl/fp.c
12508
fp_fillout_old_map_held(fc_portmap_t *map, fc_remote_port_t *pd, uchar_t flag)
usr/src/uts/common/io/fibre-channel/impl/fp.c
12545
fp_fillout_old_map(fc_portmap_t *map, fc_remote_port_t *pd, uchar_t flag)
usr/src/uts/common/io/fibre-channel/impl/fp.c
12586
fp_fillout_changed_map(fc_portmap_t *map, fc_remote_port_t *pd,
usr/src/uts/common/io/fibre-channel/impl/fp.c
12612
fc_portmap_t *port_map, ns_resp_gan_t *gan_resp, uint32_t d_id)
usr/src/uts/common/io/fibre-channel/impl/fp.c
13272
fc_portmap_t *map;
usr/src/uts/common/io/fibre-channel/impl/fp.c
13274
map = ((fc_portmap_t *)
usr/src/uts/common/io/fibre-channel/impl/fp.c
13635
fp_ns_getmap(fc_local_port_t *port, job_request_t *job, fc_portmap_t **map,
usr/src/uts/common/io/fibre-channel/impl/fp.c
14046
fc_portmap_t *list;
usr/src/uts/common/io/fibre-channel/impl/fp.c
14138
list = kmem_zalloc(sizeof (fc_portmap_t) * count, sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
14458
job_request_t *job, fctl_ns_req_t *ns_cmd, fc_portmap_t *listptr,
usr/src/uts/common/io/fibre-channel/impl/fp.c
14743
fc_portmap_t *ptr;
usr/src/uts/common/io/fibre-channel/impl/fp.c
15049
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
15185
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
2522
(fc_portmap_t **)job->job_private,
usr/src/uts/common/io/fibre-channel/impl/fp.c
2534
job, (fc_portmap_t **)job->job_private,
usr/src/uts/common/io/fibre-channel/impl/fp.c
2544
(fc_portmap_t **)job->job_private,
usr/src/uts/common/io/fibre-channel/impl/fp.c
3829
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
4358
fc_portmap_t *changelist = NULL;
usr/src/uts/common/io/fibre-channel/impl/fp.c
4602
fc_portmap_t *changelist, uint32_t listlen, uint32_t alloc_len, int sleep)
usr/src/uts/common/io/fibre-channel/impl/fp.c
4705
fp_ulp_devc_cb(fc_local_port_t *port, fc_portmap_t *changelist,
usr/src/uts/common/io/fibre-channel/impl/fp.c
6262
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6263
fc_portmap_t *listptr;
usr/src/uts/common/io/fibre-channel/impl/fp.c
6523
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/impl/fp.c
8748
fc_portmap_t *changelist;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1255
fcip_rt_update(struct fcip *fptr, fc_portmap_t *devlist, uint32_t listlen)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
1260
fc_portmap_t *pmap;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
188
uint32_t port_state, uint32_t port_top, fc_portmap_t changelist[],
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
201
static void fcip_rt_update(struct fcip *fptr, fc_portmap_t *devlist,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2196
uint32_t port_state, uint32_t port_top, fc_portmap_t changelist[],
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2608
fc_portmap_t map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2696
fc_portmap_t map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3053
fc_portmap_t map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4370
fc_portmap_t *port_map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4385
port_map = (fc_portmap_t *)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4386
kmem_zalloc((FCIP_MAX_PORTS * sizeof (fc_portmap_t)),
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4397
kmem_free(port_map, (alloclen * sizeof (fc_portmap_t)));
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4413
fc_portmap_t *port_map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4436
port_map = (fc_portmap_t *)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4438
sizeof (fc_portmap_t)), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4449
(alloclen * sizeof (fc_portmap_t)));
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5856
fc_portmap_t map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6855
fc_portmap_t map;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6928
fc_portmap_t *port_map = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6940
kmem_free(port_map, listlen * sizeof (fc_portmap_t));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10076
if ((tmp_list = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10077
sizeof (fc_portmap_t) * FCP_MAX_DEVICES,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10157
kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10233
kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12162
fc_portmap_t *tmp_list = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12246
if ((tmp_list = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12247
(sizeof (fc_portmap_t)) * alloc_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12302
kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14640
fcp_update_targets(struct fcp_port *pptr, fc_portmap_t *dev_list,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14643
fc_portmap_t *map_entry;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14767
fc_portmap_t *devlist;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14919
fc_portmap_t *devlist;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15502
static fc_portmap_t *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15506
fc_portmap_t *devlist;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15507
fc_portmap_t *devptr = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3187
fc_portmap_t devlist;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
366
uint32_t port_state, uint32_t port_top, fc_portmap_t *devlist,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
428
fc_portmap_t devlist[], uint32_t dev_cnt, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4298
uint32_t port_state, uint32_t port_top, fc_portmap_t *devlist,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
431
struct fcp_tgt *ptgt, fc_portmap_t *map_entry, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4620
fcp_handle_devices(struct fcp_port *pptr, fc_portmap_t devlist[],
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4625
fc_portmap_t *map_entry;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4937
fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
496
fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
500
fc_portmap_t *map_entry, int link_cnt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
568
fc_portmap_t *dev_list, uint32_t count, uint32_t state, int cause);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
584
static fc_portmap_t *fcp_construct_map(struct fcp_port *pptr,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9288
fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9407
fcp_alloc_tgt(struct fcp_port *pptr, fc_portmap_t *map_entry, int link_cnt)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9775
fc_portmap_t *tmp_list = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1231
uint32_t port_top, fc_portmap_t *devlist, uint32_t dev_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1794
fcsm_disp_devlist(fcsm_t *fcsm, fc_portmap_t *devlist, uint32_t dev_cnt)
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1796
fc_portmap_t *map;
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
283
fc_portmap_t *clist_map; /* changelist */
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
425
void fctl_fillout_map(fc_local_port_t *port, fc_portmap_t **map,
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
427
void fctl_copy_portmap_held(fc_portmap_t *map, fc_remote_port_t *pd);
usr/src/uts/common/sys/fibre-channel/impl/fc_portif.h
428
void fctl_copy_portmap(fc_portmap_t *map, fc_remote_port_t *pd);
usr/src/uts/common/sys/fibre-channel/impl/fc_ulpif.h
138
uint32_t port_flags, fc_portmap_t changelist[],
usr/src/uts/common/sys/fibre-channel/impl/fc_ulpif.h
152
int fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map,
usr/src/uts/common/sys/fibre-channel/impl/fc_ulpif.h
181
fc_portmap_t *map);
usr/src/uts/common/sys/fibre-channel/impl/fc_ulpif.h
188
void fc_ulp_copy_portmap(fc_portmap_t *map, opaque_t pd);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
349
fc_portmap_t *changelist, uint32_t listlen, uint32_t alloc_len, int sleep);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
350
static int fp_ulp_devc_cb(fc_local_port_t *port, fc_portmap_t *changelist,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
411
static void fp_fillout_old_map_held(fc_portmap_t *map, fc_remote_port_t *pd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
413
static void fp_fillout_old_map(fc_portmap_t *map, fc_remote_port_t *pd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
415
static void fp_fillout_changed_map(fc_portmap_t *map, fc_remote_port_t *pd,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
418
ddi_acc_handle_t *handle, fc_portmap_t *port_map, ns_resp_gan_t *gan_resp,
usr/src/uts/common/sys/fibre-channel/impl/fp.h
442
fc_portmap_t **map, uint32_t *len, uint32_t sid);
usr/src/uts/common/sys/fibre-channel/impl/fp.h
451
job_request_t *job, fctl_ns_req_t *ns_cmd, fc_portmap_t *listptr,
usr/src/uts/common/sys/fibre-channel/ulp/fcsm.h
123
fc_portmap_t *sm_portmap; /* device map */
usr/src/uts/common/sys/fibre-channel/ulp/fcsm.h
297
fc_portmap_t *, uint32_t, uint32_t);
usr/src/uts/common/sys/fibre-channel/ulp/fcsm.h
358
static void fcsm_disp_devlist(fcsm_t *, fc_portmap_t *, uint32_t);