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

/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c56 #define pFLAG 0x4 macro
123 if (flags & (qFLAG | iFLAG | pFLAG))
146 if (flags & (pFLAG | qFLAG | QFLAG))
148 flags |= pFLAG;
152 if (flags & (pFLAG | iFLAG | QFLAG))
167 if (argc < 1 || (flags & (pFLAG | qFLAG | QFLAG)) == 0)
257 if (flags & pFLAG) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmain.c145 cmd_info->flags |= pFLAG;
174 (CHK_OPT(cmd_info, MIGHT_CHG) || CHK_OPT(cmd_info, pFLAG) ||
178 !CHK_OPT(cmd_info, pFLAG) && !CHK_OPT(cmd_info, VFLAG))
186 if ((num_sect >= 2) && (CHK_OPT(cmd_info, pFLAG) ||
225 if (CHK_OPT(cmd_info, pFLAG) || CHK_OPT(cmd_info, MIGHT_CHG)) {
H A Dmcs.h161 #define pFLAG 0x0020 macro
H A Dfile.c537 if (CHK_OPT(cmd_info, pFLAG) && !CHK_OPT(cmd_info, MIGHT_CHG))

Completed in 64 milliseconds