Searched refs:quiet (Results 51 - 75 of 103) sorted by path

12345

/linux-master/scripts/
H A Ddecode_stacktrace.sh105 release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null | sed -n 's/\$1 = "\(.*\)".*/\1/p')
H A Dnsdeps29 $SPATCH --very-quiet --in-place --sp-file \
/linux-master/scripts/dtc/
H A Dchecks.c71 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2)))
2065 } else if (quiet < 3) {
H A Ddtc.c14 int quiet; /* Level of quietness */ variable
52 {"quiet", no_argument, NULL, 'q'},
176 quiet = 0;
218 quiet++;
H A Ddtc.h37 extern int quiet; /* Level of quietness */
H A Dflattree.c380 if (quiet < 1)
/linux-master/scripts/kconfig/
H A DMakefile16 ifeq ($(quiet),silent_)
/linux-master/security/apparmor/
H A Dapparmorfs.c803 perms.allow, perms.deny, perms.audit, perms.quiet);
2357 #define PERMS32STR "allow deny subtree cond kill complain prompt audit quiet hide xindex tag label"
2383 AA_SFS_FILE_STRING("perms", "allow deny audit quiet"),
H A Dcapability.c83 } else if (cap_raised(rules->caps.quiet, cap) &&
86 /* quiet auditing */
H A Ddomain.c290 perms->audit = perms->quiet = perms->kill = 0;
H A Dfile.c133 /* quiet known rejects, assumes quiet and kill do not overlap */
134 if ((ad.request & perms->quiet) &&
137 ad.request &= ~perms->quiet;
367 /* force audit/quiet masks for link are stored in the second entry
371 lperms.quiet = perms.quiet;
H A Dlib.c25 .quiet = ALL_PERMS_MASK,
319 perms->quiet = 0;
325 perms->quiet = ALL_PERMS_MASK;
416 denied &= ~perms->quiet;
H A Dmount.c161 /* quiet known rejects, assumes quiet and kill do not overlap */
162 if ((request & perms->quiet) &&
165 request &= ~perms->quiet;
H A Dpolicy_compat.c119 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state));
134 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state));
218 perms.quiet = dfa_user_quiet(dfa, state);
242 perms.quiet |= map_other(dfa_other_quiet(dfa, state));
244 perms.quiet |= map_xbits(dfa_other_xbits(dfa, state));
H A Dpolicy_unpack.c660 aa_unpack_u32(e, &perm->quiet, NULL) &&
941 if (!aa_unpack_cap_low(e, &rules->caps.quiet, NULL))
953 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL))
/linux-master/security/apparmor/include/
H A Dcapability.h24 * @quiet: caps that should not be audited
32 kernel_cap_t quiet; member in struct:aa_caps
H A Dfile.h72 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
H A Dperms.h81 u32 quiet; /* set only when ~allow | deny */ member in struct:aa_perms
113 accum->quiet &= addend->quiet & ~addend->allow;
140 accum->quiet &= addend->quiet & ~accum->allow;
/linux-master/tools/bpf/bpftool/
H A Dcommon.c196 int open_obj_pinned(const char *path, bool quiet) argument
203 if (!quiet)
210 if (!quiet)
H A Dmain.h143 int open_obj_pinned(const char *path, bool quiet);
/linux-master/tools/build/
H A DMakefile.build16 quiet =
19 quiet=quiet_
32 quiet=silent_
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py48 parser.add_argument('--quiet', action='store_true')
52 if not args.quiet:
56 if args.verbose and not args.quiet:
84 f'pv -s {size} -pr /dev/urandom {"-q" if args.quiet else ""} | '
92 eta = 'never' if args.quiet else 'always'
/linux-master/tools/hv/
H A Dvmbus_testing84 set_test_state(state_path, dev_state.on.value, args.quiet)
91 args.quiet)
94 args.quiet)
203 def set_test_state(state_path, state_value, quiet):
207 if (not quiet):
211 if (not quiet):
224 def set_delay_values(device, file_map, delay_length, quiet):
235 if (not quiet):
249 def set_delay_all_devices(file_map, delay, quiet):
254 quiet)
[all...]
/linux-master/tools/perf/
H A DMakefile.perf684 --quiet build_ext; \
1068 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
/linux-master/tools/perf/bench/
H A Dnuma.c200 OPT_BOOLEAN('q', "quiet" , &quiet,
201 "quiet mode (do not show any warnings or messages)"),
1478 if (quiet && !g->p.show_details)
1557 if (!quiet)

Completed in 267 milliseconds

12345