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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c110 * pd_type's
116 int pd_type; /* Command type */ member in struct:pidrec
670 p->pd_type, (int)p->pd_pid));
671 switch (p->pd_type) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1133 pkt->pkt_pd->pd_type == PORT_DEVICE_OLD) {
1401 if (pd->pd_type == PORT_DEVICE_OLD ||
1465 if (pd->pd_type == PORT_DEVICE_OLD ||
1534 if (pd->pd_type == PORT_DEVICE_OLD ||
1822 map->map_type = pd->pd_type;
3474 pd->pd_type = PORT_DEVICE_NEW;
3653 tmp_pd->pd_type != PORT_DEVICE_OLD) {
3765 tmp_pd->pd_type != PORT_DEVICE_OLD) {
3906 * its pd_state == PORT_DEVICE_INVALID _OR_ its pd_type == PORT_DEVICE_OLD.
3924 PORT_DEVICE_INVALID && pd->pd_type !
[all...]
H A Dfp.c3862 ASSERT(pd->pd_type != PORT_DEVICE_OLD);
4251 pd->pd_type = PORT_DEVICE_OLD;
6191 if (pd->pd_type == PORT_DEVICE_OLD) {
6194 pd->pd_type = PORT_DEVICE_CHANGED;
6197 pd->pd_type = PORT_DEVICE_NOCHANGE;
6231 " pd_state=%x pd_type=%x", d_id, pd->pd_state,
6232 pd->pd_type);
6234 pd->pd_type == PORT_DEVICE_OLD) ||
6236 pd->pd_type = PORT_DEVICE_NOCHANGE;
6238 pd->pd_type
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h335 int pd_type; member in struct:pcm_device_info
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h236 uchar_t pd_type; /* new or old */ member in struct:fc_remote_port
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c82 int pd_type; /* command type */ member in struct:pidrec
87 * pd_type's
1132 prec.pd_type = cmd;
1352 prec.pd_type = cmd;
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c852 mdb_printf(" type : %d ", pd.pd_type);
854 switch (pd.pd_type) {
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2500 info->pd_type = funcid.function;
2548 info->pd_type = PCM_TYPE_MEMORY;
3059 card_info.pd_type = -1; /* no type to start */
3075 card_info.pd_type = PCM_TYPE_MEMORY;
3272 if (info->pd_type >= 0 &&
3273 info->pd_type < (sizeof (pcmcia_dev_type) /
3275 dtype = pcmcia_dev_type[info->pd_type];
/illumos-gate/usr/src/cmd/init/
H A Dinit.c394 int pd_type; /* Command type */ member in struct:pidrec
399 * pd_type's
3639 switch (p->pd_type) {

Completed in 130 milliseconds