Symbol: map_entry
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
286
struct cfent *ept, map_entry;
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
298
(void) memset(&map_entry, '\000', sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
306
n = gpkgmapvfp(&map_entry, vfp);
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
314
(map_entry.path && *map_entry.path) ?
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
315
map_entry.path : "Unknown");
usr/src/cmd/svr4pkg/libinst/pkgobjmap.c
335
(void) memcpy(ept, &map_entry, sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/procmap.c
199
struct cfent map_entry;
usr/src/cmd/svr4pkg/libinst/procmap.c
219
(void) memset(&map_entry, '\000', sizeof (struct cfent));
usr/src/cmd/svr4pkg/libinst/procmap.c
221
n = gpkgmapvfp(&map_entry, vfp);
usr/src/cmd/svr4pkg/libinst/procmap.c
249
(void) memcpy(ept, &map_entry, sizeof (struct cfent));
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
14649
map_entry = &(dev_list[count]);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14651
(uchar_t *)&(map_entry->map_pwwn));
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
4625
fc_portmap_t *map_entry;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4651
map_entry = &(devlist[i]);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4658
(uchar_t *)&(map_entry->map_pwwn));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4711
map_entry = &(devlist[i]);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4719
if (map_entry->map_flags & PORT_DEVICE_DUPLICATE_MAP_ENTRY) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4725
(uchar_t *)&(map_entry->map_pwwn));
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4739
map_entry->map_did.port_id, map_entry->map_state,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4740
map_entry->map_type, map_entry->map_flags,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4744
if (map_entry->map_type == PORT_DEVICE_OLD ||
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4745
map_entry->map_type == PORT_DEVICE_NEW ||
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4746
map_entry->map_type == PORT_DEVICE_REPORTLUN_CHANGED ||
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4747
map_entry->map_type == PORT_DEVICE_CHANGED) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4751
map_entry->map_type,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4752
map_entry->map_did.port_id);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4755
switch (map_entry->map_type) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4763
if (fcp_handle_mapflags(pptr, ptgt, map_entry,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4830
map_entry, link_cnt, map_tag[i],
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4836
map_entry, link_cnt, 0, cause) == TRUE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4844
"!Invalid map_type=0x%x", map_entry->map_type);
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
4959
ptgt = fcp_alloc_tgt(pptr, map_entry, link_cnt);
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
4979
ptgt->tgt_d_id = map_entry->map_did.port_id;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4980
ptgt->tgt_hard_addr = map_entry->map_hard_addr.hard_addr;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4981
ptgt->tgt_pd_handle = map_entry->map_pd;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4985
bcopy(&map_entry->map_nwwn, &ptgt->tgt_node_wwn.raw_wwn[0],
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4987
bcopy(&map_entry->map_pwwn, &ptgt->tgt_port_wwn.raw_wwn[0],
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4990
if (!(map_entry->map_flags & PORT_DEVICE_NO_SKIP_DEVICE_DISCOVERY) &&
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4991
(map_entry->map_type == PORT_DEVICE_NOCHANGE) &&
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4992
(map_entry->map_state == PORT_DEVICE_LOGGED_IN) &&
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
5014
if (map_entry->map_type == PORT_DEVICE_REPORTLUN_CHANGED) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5035
map_entry->map_type != PORT_DEVICE_USER_CREATE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5040
map_entry->map_type != PORT_DEVICE_USER_CREATE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5073
map_entry->map_pd, map_entry->map_type, map_entry->map_did.port_id,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5074
map_entry->map_rscn_info.ulp_rscn_count);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5096
opcode = (map_entry->map_state == PORT_DEVICE_LOGGED_IN &&
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5097
map_entry->map_pd != NULL) ? LA_ELS_PRLI : LA_ELS_PLOGI;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5103
cause, map_entry->map_rscn_info.ulp_rscn_count);
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
9300
if ((ptgt->tgt_d_id != map_entry->map_did.port_id) ||
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9302
(ptgt->tgt_hard_addr != map_entry->map_hard_addr.hard_addr))) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9315
map_entry->map_did.port_id, ptgt->tgt_hard_addr,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9316
map_entry->map_hard_addr.hard_addr);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9319
return (fcp_handle_mapflags(pptr, ptgt, map_entry,
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
9433
wwn = (uchar_t *)&map_entry->map_pwwn;