Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/utmpd/
H A Dutmpd.c116 int pd_type; /* Command type */ member
670 p->pd_type, (int)p->pd_pid)); in drain_pipe()
671 switch (p->pd_type) { in drain_pipe()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1133 pkt->pkt_pd->pd_type == PORT_DEVICE_OLD) { in fc_ulp_login()
1401 if (pd->pd_type == PORT_DEVICE_OLD || in fc_ulp_transport()
1465 if (pd->pd_type == PORT_DEVICE_OLD || in fc_ulp_transport()
1534 if (pd->pd_type == PORT_DEVICE_OLD || in fc_ulp_issue_els()
1822 map->map_type = pd->pd_type; in fc_ulp_pwwn_to_portmap()
3474 pd->pd_type = PORT_DEVICE_NEW; in fctl_alloc_remote_port()
3653 tmp_pd->pd_type != PORT_DEVICE_OLD) { in fctl_enlist_did_table()
3765 tmp_pd->pd_type != PORT_DEVICE_OLD) { in fctl_enlist_pwwn_table()
3924 PORT_DEVICE_INVALID && pd->pd_type != PORT_DEVICE_OLD) { in fctl_hold_remote_port_by_did()
4040 pd->pd_type != PORT_DEVICE_OLD) { in fctl_hold_remote_port_by_pwwn()
[all …]
H A Dfp.c3862 ASSERT(pd->pd_type != PORT_DEVICE_OLD); in fp_loop_online()
4251 pd->pd_type = PORT_DEVICE_OLD; in fp_remote_port_offline()
6191 if (pd->pd_type == PORT_DEVICE_OLD) { in fp_plogi_intr()
6194 pd->pd_type = PORT_DEVICE_CHANGED; in fp_plogi_intr()
6197 pd->pd_type = PORT_DEVICE_NOCHANGE; in fp_plogi_intr()
6232 pd->pd_type); in fp_plogi_intr()
6234 pd->pd_type == PORT_DEVICE_OLD) || in fp_plogi_intr()
6236 pd->pd_type = PORT_DEVICE_NOCHANGE; in fp_plogi_intr()
6238 pd->pd_type = PORT_DEVICE_NEW; in fp_plogi_intr()
6574 if (pd->pd_type != PORT_DEVICE_NEW) { in fp_adisc_intr()
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetutx.c82 int pd_type; /* command type */ member
1132 prec.pd_type = cmd; in sendpid()
1352 prec.pd_type = cmd; in sendupid()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h236 uchar_t pd_type; /* new or old */ member
/titanic_41/usr/src/uts/common/sys/
H A Dpcmcia.h335 int pd_type; member
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c852 mdb_printf(" type : %d ", pd.pd_type); in remote_port()
854 switch (pd.pd_type) { in remote_port()
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2500 info->pd_type = funcid.function; in pcmcia_generic_name()
2548 info->pd_type = PCM_TYPE_MEMORY; in pcmcia_generic_name()
3059 card_info.pd_type = -1; /* no type to start */ in pcmcia_create_dev_info()
3075 card_info.pd_type = PCM_TYPE_MEMORY; in pcmcia_create_dev_info()
3272 if (info->pd_type >= 0 && in pcmcia_init_devinfo()
3273 info->pd_type < (sizeof (pcmcia_dev_type) / in pcmcia_init_devinfo()
3275 dtype = pcmcia_dev_type[info->pd_type]; in pcmcia_init_devinfo()
/titanic_41/usr/src/cmd/init/
H A Dinit.c394 int pd_type; /* Command type */ member
3639 switch (p->pd_type) { in sigpoll()