Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 25 of 249) sorted by relevance

12345678910

/freebsd/lib/libsysdecode/
H A Dsupport.c51 bool *printed) in print_mask_part() argument
64 fprintf(fp, "%s%s", *printed ? "|" : "", table->str); in print_mask_part()
65 *printed = true; in print_mask_part()
84 bool printed; in print_mask_int() local
86 printed = false; in print_mask_int()
88 print_mask_part(fp, table, &val, &printed); in print_mask_int()
91 return (printed); in print_mask_int()
117 bool printed; in print_mask_0ul() local
126 printed = false; in print_mask_0ul()
128 print_mask_part(fp, table, &val, &printed); in print_mask_0ul()
[all …]
H A Dflags.c207 bool printed; in sysdecode_socket_type() local
214 printed = true; in sysdecode_socket_type()
217 printed = false; in sysdecode_socket_type()
220 print_mask_part(fp, sockflags, &val, &printed); in sysdecode_socket_type()
221 return (printed); in sysdecode_socket_type()
270 bool printed; in sysdecode_open_flags() local
283 printed = true; in sysdecode_open_flags()
288 printed = true; in sysdecode_open_flags()
293 printed = true; in sysdecode_open_flags()
297 printed = false; in sysdecode_open_flags()
[all …]
H A Dlinux.c206 bool printed; in sysdecode_linux_open_flags() local
215 printed = true; in sysdecode_linux_open_flags()
220 printed = true; in sysdecode_linux_open_flags()
225 printed = true; in sysdecode_linux_open_flags()
229 printed = false; in sysdecode_linux_open_flags()
232 print_mask_part(fp, openflags, &val, &printed); in sysdecode_linux_open_flags()
235 return (printed); in sysdecode_linux_open_flags()
242 bool printed; in sysdecode_linux_clone_flags() local
249 print_mask_part(fp, cloneflags, &val, &printed); in sysdecode_linux_clone_flags()
252 return (printed); in sysdecode_linux_clone_flags()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dcmn_err.h35 static volatile uint32_t printed = 0; \
36 if (atomic_cas_32(&printed, 0, 1) == 0) { \
43 static volatile uint32_t printed = 0; \
44 if (atomic_cas_32(&printed, 0, 1) == 0) { \
51 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/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcmn_err.h80 static volatile uint32_t printed = 0; \
81 if (atomic_cas_32(&printed, 0, 1) == 0) { \
88 static volatile uint32_t printed = 0; \
89 if (atomic_cas_32(&printed, 0, 1) == 0) { \
96 static volatile uint32_t printed = 0; \
97 if (atomic_cas_32(&printed, 0, 1) == 0) { \
104 static volatile uint32_t printed = 0; \
105 if (atomic_cas_32(&printed, 0, 1) == 0) { \
/freebsd/crypto/openssl/doc/man3/
H A DX509_ACERT_print_ex.pod21 The following data contained in the attribute certificate is printed
35 to the specification, only the raw value is printed.
46 returned by X509_ACERT_get0_holder_entityName() is printed.
48 (printed with X509_NAME_print_ex) and serial number of the
54 X509_ACERT_get0_issuerName() and printed using X509_NAME_print_ex().
60 and X509_ACERT_get0_notAfter(). The values are printed as a generalized times
66 The attribute type is printed with i2a_ASN1_OBJECT(). String valued
67 attributes are printed as raw string data. ASN1 encoded values are
68 printed with ASN1_parse_dump(). (X509_FLAG_NO_ATTRIBUTES)
76 The signature is printed with X509_signature_print(). (X509_FLAG_NO_SIGDUMP)
[all …]
H A DASN1_EXTERN_FUNCS.pod135 B<ASN1_VALUE> to be printed. I<indent> is the number of spaces of indenting to
136 be printed before any data is printed. I<fname> is currently unused and is
140 an additional newline will be printed after the data printed by this function.
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcmn_err.h52 static volatile uint32_t printed = 0; \
53 if (atomic_cas_32(&printed, 0, 1) == 0) { \
60 static volatile uint32_t printed = 0; \
61 if (atomic_cas_32(&printed, 0, 1) == 0) { \
/freebsd/sbin/ipf/libipf/
H A Dprinthash.c17 int printed; in printhash() local
40 for (printed = 0, ipep = iph.iph_list; ipep != NULL; ) { in printhash()
42 printed++; in printhash()
44 if (printed == 0) in printhash()
H A Dprintpool_live.c18 int printed, last; in printpool_live() local
47 printed = 0; in printpool_live()
60 printed++; in printpool_live()
64 if (printed == 0) in printpool_live()
H A Dprinthash_live.c17 int last, printed; in printhash_live() local
47 printed = 0; in printhash_live()
58 printed++; in printhash_live()
63 if (printed == 0) in printhash_live()
H A Dprintdstl_live.c22 int printed, last; in printdstl_live() local
62 printed = 0; in printdstl_live()
70 printed++; in printdstl_live()
77 if (printed == 0) in printdstl_live()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp234 int level, bool &printed) { in setSubgraphColorHelper() argument
239 if (!printed) { in setSubgraphColorHelper()
240 printed = true; in setSubgraphColorHelper()
253 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper()
268 bool printed = false; in setSubgraphColor() local
269 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) { in setSubgraphColor()
272 setSubgraphColorHelper(N, "blue", visited, 0, printed); in setSubgraphColor()
274 setSubgraphColorHelper(N, "green", visited, 0, printed); in setSubgraphColor()
/freebsd/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);
/freebsd/usr.bin/whereis/
H A Dwhereis.c379 int unusual, i, printed; in main() local
660 printed = 0; in main()
663 printed++; in main()
666 if (printed++) in main()
671 if (printed++) in main()
676 if (printed++) in main()
680 if (printed) in main()
/freebsd/tools/tools/dmardump/
H A Ddmardump.c100 bool printed; in dump_context_table() local
103 printed = false; in dump_context_table()
108 if (!printed) { in dump_context_table()
110 printed = true; in dump_context_table()
/freebsd/usr.sbin/iostat/
H A Diostat.c723 int i, printed; in phdr() local
735 for (i = 0, printed=0;(i < num_devices) && (printed < maxshowdevs);i++){ in phdr()
747 printed++; in phdr()
758 for (i=0, printed = 0;(i < num_devices) && (printed < maxshowdevs);i++){ in phdr()
772 printed++; in phdr()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_e820.c70 bool printed = false; in nvdimm_e820_dump_prams() local
86 if (printed) in nvdimm_e820_dump_prams()
89 printed = true; in nvdimm_e820_dump_prams()
96 if (!printed) in nvdimm_e820_dump_prams()
/freebsd/usr.bin/m4/
H A Dmisc.c126 int printed = 0; in pbnumbase() local
137 printed++; in pbnumbase()
142 printed++; in pbnumbase()
143 while (printed++ < d) in pbnumbase()
/freebsd/sys/kern/
H A Dkern_boottrace.c228 bool printed; in boottrace_display() local
256 printed = false; in boottrace_display()
271 printed = true; in boottrace_display()
274 printed = true; in boottrace_display()
281 last_printed = printed; in boottrace_display()
/freebsd/sbin/bectl/
H A Dbectl_list.c391 int opt, printed; in bectl_cmd_list() local
397 printed = 0; in bectl_cmd_list()
467 if (printed > 0 && (pc.show_all_datasets || pc.show_snaps)) in bectl_cmd_list()
471 printed++; in bectl_cmd_list()
/freebsd/contrib/file/magic/Magdir/
H A Dkerberos11 # are not printed.
23 # printed and a subsequent entry in the same magic file
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsystop43 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template50 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c92 bool printed; in create_shm() local
124 printed = false; in create_shm()
130 printed = true; in create_shm()
133 if (!printed) in create_shm()

12345678910