Home
last modified time | relevance | path

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

/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/uts/common/io/fibre-channel/impl/
H A Dfctl.c1402 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()
4645 pd->pd_type = PORT_DEVICE_CHANGED; in fctl_create_remote_port()
4658 pd->pd_type = PORT_DEVICE_NOCHANGE; in fctl_create_remote_port()
4755 pd->pd_type = PORT_DEVICE_OLD; in fctl_destroy_remote_port()
4760 pd->pd_type = PORT_DEVICE_OLD; in fctl_destroy_remote_port()
5022 map->map_type = pd->pd_type; in fctl_copy_portmap_held()
[all …]
H A Dfp.c4252 pd->pd_type = PORT_DEVICE_OLD; in fp_remote_port_offline()
6233 pd->pd_type); in fp_plogi_intr()
6239 pd->pd_type = PORT_DEVICE_NEW; in fp_plogi_intr()
6731 pd->pd_type = PORT_DEVICE_NEW; in fp_adisc_intr()
10276 pd->pd_type = PORT_DEVICE_OLD; in fp_fabric_online()
10383 pd->pd_type = PORT_DEVICE_OLD; in fp_fabric_online()
10417 pd->pd_type = PORT_DEVICE_OLD; in fp_fabric_online()
12523 pd->pd_type = PORT_DEVICE_OLD; in fp_fillout_old_map_held()
12559 pd->pd_type = PORT_DEVICE_OLD; in fp_fillout_old_map()
12591 pd->pd_type = PORT_DEVICE_CHANGED; in fp_fillout_changed_map()
[all …]
/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()