Searched refs:PD_IN_DID_QUEUE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h277 * PD_IN_DID_QUEUE: The fc_remote_port_t is present in the d_id
379 #define PD_IN_DID_QUEUE 0x01 /* The fc_remote_port_t is present */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c908 if (pd.pd_aux_flags & PD_IN_DID_QUEUE) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3614 * (pd->pd_aux_flags & PD_IN_DID_QUEUE) to keep duplicates off the list.
3626 if (pd->pd_aux_flags & PD_IN_DID_QUEUE) {
3670 pd->pd_aux_flags |= PD_IN_DID_QUEUE;
3717 pd->pd_aux_flags &= ~PD_IN_DID_QUEUE;
4870 pd->pd_aux_flags &= ~PD_IN_DID_QUEUE;
H A Dfp.c6201 if (pd->pd_aux_flags & PD_IN_DID_QUEUE) {
6402 if (pd->pd_aux_flags & PD_IN_DID_QUEUE) {
6566 if ((pd->pd_aux_flags & PD_IN_DID_QUEUE) == 0) {

Completed in 93 milliseconds