Searched defs:excludeflag (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c162 int excludeflag; /* TRUE if exclude "devices" lists */
188 excludeflag = FALSE; /* No -e -- Include only mentioned devices */
205 if (excludeflag) usageerr = TRUE;
206 else excludeflag = TRUE;
241 options = (excludeflag?DTAB_EXCLUDEFLAG:0)|(andflag?DTAB_ANDCRITERIA:0);
160 int excludeflag; /* TRUE if exclude "devices" lists */ local
H A Dgetdgrp.c184 int excludeflag; /* TRUE if the dgroups list those to exclude */
211 excludeflag = FALSE; /* No -e */
229 if (excludeflag) usageerr = TRUE;
230 else excludeflag = TRUE;
286 options = (excludeflag ? DTAB_EXCLUDEFLAG : 0) |
182 int excludeflag; /* TRUE if the dgroups list those to exclude */ local

Completed in 46 milliseconds