Searched refs:printed (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dcmn_err.h34 static volatile uint32_t printed = 0; \
35 if (atomic_cas_32(&printed, 0, 1) == 0) { \
42 static volatile uint32_t printed = 0; \
43 if (atomic_cas_32(&printed, 0, 1) == 0) { \
50 static volatile uint32_t printed = 0; \
51 if (atomic_cas_32(&printed, 0, 1) == 0) { \
58 static volatile uint32_t printed = 0; \
59 if (atomic_cas_32(&printed, 0, 1) == 0) { \
/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-jobs.exp1 comment-with-followup-line: This is printed.
2 no-comment: This is printed.
H A Ddeptgt-error.exp6 ERROR_INFO='This information is printed on 'errors'.'
H A Dvarmod-sun-shell.mk15 # If the command exits with non-zero, an error message is printed.
H A Ddeptgt-error.mk16 # Before making the '.ERROR' target, these variable values are printed.
H A Dshell-csh.mk23 # This command is both printed and executed.
29 # This command is both printed and executed.
32 # This command is both printed and executed.
H A Dopt-jobs-no-action.mk44 # The following command is regular, it is printed twice:
49 # The following command is silent, it is printed once, using the
53 # The following command ignores errors, it is printed once, using
55 # XXX: Why is it not printed using shell.echoTmpl as well?
H A Dvarmod-shell.mk18 # If the command exits with non-zero, an error message is printed.
H A Dvarname-dollar.mk25 # At this point, the variable '$' is defined, therefore its value is printed
H A Dvarname-make_print_var_on_error-jobs.mk7 # expressions expanded, just as they were printed to the shell command file.
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcmn_err.h51 static volatile uint32_t printed = 0; \
52 if (atomic_cas_32(&printed, 0, 1) == 0) { \
59 static volatile uint32_t printed = 0; \
60 if (atomic_cas_32(&printed, 0, 1) == 0) { \
/freebsd-current/lib/libsysdecode/
H A Dsupport.c51 bool *printed)
64 fprintf(fp, "%s%s", *printed ? "|" : "", table->str);
65 *printed = true;
75 * table. The return value is true if something was printed. If
77 * printed. If nothing was printed and rem is not NULL, *rem holds
84 bool printed; local
86 printed = false;
88 print_mask_part(fp, table, &val, &printed);
91 return (printed);
50 print_mask_part(FILE *fp, struct name_table *table, uintmax_t *valp, bool *printed) argument
117 bool printed; local
[all...]
H A Dlinux.c206 bool printed; local
215 printed = true;
220 printed = true;
225 printed = true;
229 printed = false;
232 print_mask_part(fp, openflags, &val, &printed);
235 return (printed);
242 bool printed; local
249 print_mask_part(fp, cloneflags, &val, &printed);
252 return (printed);
[all...]
H A Dflags.c207 bool printed; local
213 printed = true;
216 printed = false;
219 print_mask_part(fp, sockflags, &val, &printed);
220 return (printed);
269 bool printed; local
282 printed = true;
287 printed = true;
292 printed = true;
296 printed
308 bool printed; local
510 bool printed; local
622 bool printed; local
804 bool printed; local
824 bool printed; local
917 bool printed; local
1171 bool printed; local
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcmn_err.h79 static volatile uint32_t printed = 0; \
80 if (atomic_cas_32(&printed, 0, 1) == 0) { \
87 static volatile uint32_t printed = 0; \
88 if (atomic_cas_32(&printed, 0, 1) == 0) { \
95 static volatile uint32_t printed = 0; \
96 if (atomic_cas_32(&printed, 0, 1) == 0) { \
103 static volatile uint32_t printed = 0; \
104 if (atomic_cas_32(&printed, 0, 1) == 0) { \
/freebsd-current/sbin/ipf/libipf/
H A Dprinthash.c17 int printed; local
40 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) {
42 printed++;
44 if (printed == 0)
H A Dprinthash_live.c17 int last, printed; local
45 printed = 0;
54 printed++;
59 if (printed == 0)
H A Dprintpool_live.c18 int printed, last; local
47 printed = 0;
60 printed++;
64 if (printed == 0)
H A Dprintdstl_live.c22 int printed, last; local
59 printed = 0;
67 printed++;
74 if (printed == 0)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp88 /// If you want to override the dot attributes printed for a particular
234 int level, bool &printed) {
239 if (!printed) {
240 printed = true;
253 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
268 bool printed = false; local
269 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
272 setSubgraphColorHelper(N, "blue", visited, 0, printed);
274 setSubgraphColorHelper(N, "green", visited, 0, printed);
233 setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, int level, bool &printed) argument
/freebsd-current/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh129 # Run "ps $args -p $$"; check that only one line is printed,
185 "and also check that the columns printed by the -j," \
220 "columns are printed; this does not test header" \
350 "should not be printed at all in this case."
/freebsd-current/contrib/unifdef/
H A Difdef-how.pl13 printed verbatim; conditionals that musy be false have their
/freebsd-current/tools/tools/dmardump/
H A Ddmardump.c100 bool printed; local
103 printed = false;
108 if (!printed) {
110 printed = true;
/freebsd-current/sys/dev/mpt/
H A Dmpt_debug.c662 int printed;
675 printed = printf("%s[0x%x]", name, value);
677 printed += printf(" ");
678 *cur_column += printed;
679 return (printed);
692 printed += printf("%s%s",
702 printed += printf(") ");
704 printed += printf(" ");
705 *cur_column += printed;
706 return (printed);
[all...]
/freebsd-current/usr.bin/grep/
H A Dgrep.h109 int printed; /* Metadata printed? */ member in struct:parsec

Completed in 380 milliseconds

123