Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c160 int excludeflag; /* TRUE if exclude "devices" lists */ in main() local
186 excludeflag = FALSE; /* No -e -- Include only mentioned devices */ in main()
203 if (excludeflag) usageerr = TRUE; in main()
204 else excludeflag = TRUE; in main()
239 options = (excludeflag?DTAB_EXCLUDEFLAG:0)|(andflag?DTAB_ANDCRITERIA:0); in main()
H A Dgetdgrp.c182 int excludeflag; /* TRUE if the dgroups list those to exclude */ in main() local
209 excludeflag = FALSE; /* No -e */ in main()
227 if (excludeflag) usageerr = TRUE; in main()
228 else excludeflag = TRUE; in main()
284 options = (excludeflag ? DTAB_EXCLUDEFLAG : 0) | in main()