Searched defs:allflag (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c356 * allflag: if true, indicates all mechanisms should be disabled.
360 disable_metaslot(mechlist_t *mechlist, boolean_t allflag, argument
373 if ((mechlist == NULL) && (!auto_key_migrate_flag) && (!allflag)) {
384 if ((mechlist == NULL) && (!allflag)) {
389 if (allflag) {
444 * allflag: if true, indicates all mechanisms should be enabled.
449 mechlist_t *mechlist, boolean_t allflag, boolean_t auto_key_migrate_flag)
467 if (allflag) {
448 enable_metaslot(char *token, char *slot, boolean_t use_default, mechlist_t *mechlist, boolean_t allflag, boolean_t auto_key_migrate_flag) argument
H A Dadm_kef.c266 disable_kef_hardware(char *provname, boolean_t rndflag, boolean_t allflag, argument
321 if (disable_mechs(&pent, infolist, allflag, dislist) == FAILURE) {
388 disable_kef_software(char *provname, boolean_t rndflag, boolean_t allflag, argument
469 if (disable_mechs(&pent, infolist, allflag, dislist) == FAILURE) {
526 enable_kef(char *provname, boolean_t rndflag, boolean_t allflag, argument
586 if ((rc = enable_mechs(&pent, allflag, mlist)) != SUCCESS) {
H A Dadm_kef_util.c573 * Enable the mechanisms for the provider pointed by *ppent. If allflag is
578 enable_mechs(entry_t **ppent, boolean_t allflag, mechlist_t *mlist) argument
591 if (allflag) {
1153 * Disable the mechanisms for the provider pointed by *ppent. If allflag is
1159 disable_mechs(entry_t **ppent, mechlist_t *infolist, boolean_t allflag, argument
1173 if (allflag) {
H A Dadm_uef.c551 disable_uef_lib(char *libname, boolean_t rndflag, boolean_t allflag, argument
576 if (allflag) {
630 enable_uef_lib(char *libname, boolean_t rndflag, boolean_t allflag, argument
655 if (allflag) {
H A Dcryptoadm.c96 static boolean_t allflag = B_FALSE; variable
443 allflag = B_TRUE;
454 * subcommands. This function sets the static variable allflag to be B_TRUE
499 allflag = B_TRUE;
602 if (mecharglist != NULL || allflag)
745 * If allflag or rndflag has already been set there is no reason to
755 } else if (!allflag && !rndflag &&
762 rc = disable_metaslot(mecharglist, allflag,
766 rc = disable_uef_lib(prov->cp_name, rndflag, allflag,
770 if (rndflag && !allflag) {
[all...]
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdgrp.c185 int allflag; /* TRUE if all device grps are to be displayed */
212 allflag = FALSE; /* No -l */
235 if (allflag) usageerr = TRUE;
236 else allflag = TRUE;
288 (allflag ? DTAB_LISTALL : 0) ;
183 int allflag; /* TRUE if all device grps are to be displayed */ local
/illumos-gate/usr/src/cmd/cron/
H A Datrm.c74 int allflag = 0; /* remove all jobs belonging to user? */ local
112 case 'a': ++allflag;
131 if (allflag && argc)
138 if (!allflag && !argc)
160 if (allflag) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c138 int allflag = 0; local
280 allflag = 1;
343 allflag = df_allflag;
551 if (allflag) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c499 int allflag = 0; local
545 allflag = 1;
653 if (allflag) {

Completed in 69 milliseconds