Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c297 if ((lunlistp->lun_flag & FLAG_SKIP_RCMREMOVE) != 0) in dev_rcm_remove()
636 lunlistp->lun_flag |= FLAG_SKIP_RCMREMOVE; in is_xport_phys_in_pathlist()
665 lunlistp->lun_flag |= FLAG_SKIP_RCMREMOVE; in is_xport_phys_in_pathlist()
H A Dcfga_fp.h260 #define FLAG_SKIP_RCMREMOVE 0x00000010 macro