Home
last modified time | relevance | path

Searched refs:FLAG_SKIP_ONLINEOTHERS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c194 if ((lunlistp->lun_flag & FLAG_SKIP_ONLINEOTHERS) != 0) { in dev_rcm_online_nonoperationalpath()
525 lunlistp->lun_flag |= FLAG_SKIP_ONLINEOTHERS; in is_xport_phys_in_pathlist()
640 lunlistp->lun_flag |= FLAG_SKIP_ONLINEOTHERS; in is_xport_phys_in_pathlist()
667 lunlistp->lun_flag |= FLAG_SKIP_ONLINEOTHERS; in is_xport_phys_in_pathlist()
H A Dcfga_fp.h261 #define FLAG_SKIP_ONLINEOTHERS 0x00000100 macro