map_entry
struct cfent *ept, map_entry;
(void) memset(&map_entry, '\000', sizeof (struct cfent));
n = gpkgmapvfp(&map_entry, vfp);
(map_entry.path && *map_entry.path) ?
map_entry.path : "Unknown");
(void) memcpy(ept, &map_entry, sizeof (struct cfent));
struct cfent map_entry;
(void) memset(&map_entry, '\000', sizeof (struct cfent));
n = gpkgmapvfp(&map_entry, vfp);
(void) memcpy(ept, &map_entry, sizeof (struct cfent));
fc_portmap_t *map_entry;
map_entry = &(dev_list[count]);
(uchar_t *)&(map_entry->map_pwwn));
struct fcp_tgt *ptgt, fc_portmap_t *map_entry, int link_cnt,
fc_portmap_t *map_entry;
map_entry = &(devlist[i]);
(uchar_t *)&(map_entry->map_pwwn));
map_entry = &(devlist[i]);
if (map_entry->map_flags & PORT_DEVICE_DUPLICATE_MAP_ENTRY) {
(uchar_t *)&(map_entry->map_pwwn));
map_entry->map_did.port_id, map_entry->map_state,
map_entry->map_type, map_entry->map_flags,
if (map_entry->map_type == PORT_DEVICE_OLD ||
map_entry->map_type == PORT_DEVICE_NEW ||
map_entry->map_type == PORT_DEVICE_REPORTLUN_CHANGED ||
map_entry->map_type == PORT_DEVICE_CHANGED) {
map_entry->map_type,
map_entry->map_did.port_id);
switch (map_entry->map_type) {
if (fcp_handle_mapflags(pptr, ptgt, map_entry,
map_entry, link_cnt, map_tag[i],
map_entry, link_cnt, 0, cause) == TRUE) {
"!Invalid map_type=0x%x", map_entry->map_type);
fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause)
ptgt = fcp_alloc_tgt(pptr, map_entry, link_cnt);
fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause);
ptgt->tgt_d_id = map_entry->map_did.port_id;
ptgt->tgt_hard_addr = map_entry->map_hard_addr.hard_addr;
ptgt->tgt_pd_handle = map_entry->map_pd;
bcopy(&map_entry->map_nwwn, &ptgt->tgt_node_wwn.raw_wwn[0],
bcopy(&map_entry->map_pwwn, &ptgt->tgt_port_wwn.raw_wwn[0],
if (!(map_entry->map_flags & PORT_DEVICE_NO_SKIP_DEVICE_DISCOVERY) &&
(map_entry->map_type == PORT_DEVICE_NOCHANGE) &&
(map_entry->map_state == PORT_DEVICE_LOGGED_IN) &&
fc_portmap_t *map_entry, int link_cnt);
if (map_entry->map_type == PORT_DEVICE_REPORTLUN_CHANGED) {
map_entry->map_type != PORT_DEVICE_USER_CREATE) {
map_entry->map_type != PORT_DEVICE_USER_CREATE) {
map_entry->map_pd, map_entry->map_type, map_entry->map_did.port_id,
map_entry->map_rscn_info.ulp_rscn_count);
opcode = (map_entry->map_state == PORT_DEVICE_LOGGED_IN &&
map_entry->map_pd != NULL) ? LA_ELS_PRLI : LA_ELS_PLOGI;
cause, map_entry->map_rscn_info.ulp_rscn_count);
fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause)
if ((ptgt->tgt_d_id != map_entry->map_did.port_id) ||
(ptgt->tgt_hard_addr != map_entry->map_hard_addr.hard_addr))) {
map_entry->map_did.port_id, ptgt->tgt_hard_addr,
map_entry->map_hard_addr.hard_addr);
return (fcp_handle_mapflags(pptr, ptgt, map_entry,
fcp_alloc_tgt(struct fcp_port *pptr, fc_portmap_t *map_entry, int link_cnt)
wwn = (uchar_t *)&map_entry->map_pwwn;