Home
last modified time | relevance | path

Searched refs:pd_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1134 pkt->pkt_pd->pd_type == PORT_DEVICE_OLD) { in fc_ulp_login()
1402 if (pd->pd_type == PORT_DEVICE_OLD || in fc_ulp_transport()
1466 if (pd->pd_type == PORT_DEVICE_OLD || in fc_ulp_transport()
1535 if (pd->pd_type == PORT_DEVICE_OLD || in fc_ulp_issue_els()
1823 map->map_type = pd->pd_type; in fc_ulp_pwwn_to_portmap()
3475 pd->pd_type = PORT_DEVICE_NEW; in fctl_alloc_remote_port()
3654 tmp_pd->pd_type != PORT_DEVICE_OLD) { in fctl_enlist_did_table()
3766 tmp_pd->pd_type != PORT_DEVICE_OLD) { in fctl_enlist_pwwn_table()
3925 PORT_DEVICE_INVALID && pd->pd_type != PORT_DEVICE_OLD) { in fctl_hold_remote_port_by_did()
4041 pd->pd_type != PORT_DEVICE_OLD) { in fctl_hold_remote_port_by_pwwn()
[all …]
H A Dfp.c3863 ASSERT(pd->pd_type != PORT_DEVICE_OLD); in fp_loop_online()
4252 pd->pd_type = PORT_DEVICE_OLD; in fp_remote_port_offline()
6192 if (pd->pd_type == PORT_DEVICE_OLD) { in fp_plogi_intr()
6195 pd->pd_type = PORT_DEVICE_CHANGED; in fp_plogi_intr()
6198 pd->pd_type = PORT_DEVICE_NOCHANGE; in fp_plogi_intr()
6233 pd->pd_type); in fp_plogi_intr()
6235 pd->pd_type == PORT_DEVICE_OLD) || in fp_plogi_intr()
6237 pd->pd_type = PORT_DEVICE_NOCHANGE; in fp_plogi_intr()
6239 pd->pd_type = PORT_DEVICE_NEW; in fp_plogi_intr()
6575 if (pd->pd_type != PORT_DEVICE_NEW) { in fp_adisc_intr()
[all …]
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c117 int pd_type; /* Command type */ member
671 p->pd_type, (int)p->pd_pid)); in drain_pipe()
672 switch (p->pd_type) { in drain_pipe()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c82 int pd_type; /* command type */ member
1131 prec.pd_type = cmd; in sendpid()
1351 prec.pd_type = cmd; in sendupid()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h334 int pd_type; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h236 uchar_t pd_type; /* new or old */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c855 mdb_printf(" type : %d ", pd.pd_type); in remote_port()
857 switch (pd.pd_type) { in remote_port()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2503 info->pd_type = funcid.function; in pcmcia_generic_name()
2551 info->pd_type = PCM_TYPE_MEMORY; in pcmcia_generic_name()
3062 card_info.pd_type = -1; /* no type to start */ in pcmcia_create_dev_info()
3078 card_info.pd_type = PCM_TYPE_MEMORY; in pcmcia_create_dev_info()
3275 if (info->pd_type >= 0 && in pcmcia_init_devinfo()
3276 info->pd_type < (sizeof (pcmcia_dev_type) / in pcmcia_init_devinfo()
3278 dtype = pcmcia_dev_type[info->pd_type]; in pcmcia_init_devinfo()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c398 int pd_type; /* Command type */ member
3602 switch (p->pd_type) { in sigpoll()