/freebsd/lib/libsysdecode/ |
H A D | flags.c | 207 bool printed; in sysdecode_socket_type() local 213 printed = true; in sysdecode_socket_type() 216 printed = false; in sysdecode_socket_type() 219 print_mask_part(fp, sockflags, &val, &printed); in sysdecode_socket_type() 220 return (printed); in sysdecode_socket_type() 269 bool printed; in sysdecode_open_flags() local 282 printed = true; in sysdecode_open_flags() 287 printed = true; in sysdecode_open_flags() 292 printed = true; in sysdecode_open_flags() 296 printed = false; in sysdecode_open_flags() [all …]
|
H A D | support.c | 51 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 D | linux.c | 206 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 D | cmn_err.h | 34 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/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | cmn_err.h | 79 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/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | cmn_err.h | 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/sbin/ipf/libipf/ |
H A D | printhash.c | 17 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 D | printhash_live.c | 17 int last, printed; in printhash_live() local 45 printed = 0; in printhash_live() 54 printed++; in printhash_live() 59 if (printed == 0) in printhash_live()
|
H A D | printpool_live.c | 18 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 D | printdstl_live.c | 22 int printed, last; in printdstl_live() local 59 printed = 0; in printdstl_live() 67 printed++; in printdstl_live() 74 if (printed == 0) in printdstl_live()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 234 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 D | mpt_debug.c | 662 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 D | whereis.c | 379 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 D | dmardump.c | 100 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 D | iostat.c | 723 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/usr.bin/m4/ |
H A D | misc.c | 125 int printed = 0; in pbnumbase() local 136 printed++; in pbnumbase() 141 printed++; in pbnumbase() 142 while (printed++ < d) in pbnumbase()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_e820.c | 70 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/sys/kern/ |
H A D | kern_boottrace.c | 229 bool printed; in boottrace_display() local 257 printed = false; in boottrace_display() 272 printed = true; in boottrace_display() 275 printed = true; in boottrace_display() 282 last_printed = printed; in boottrace_display()
|
/freebsd/sbin/bectl/ |
H A D | bectl_list.c | 412 int opt, printed; in bectl_cmd_list() local 418 printed = 0; in bectl_cmd_list() 488 if (printed > 0 && (pc.show_all_datasets || pc.show_snaps)) in bectl_cmd_list() 492 printed++; in bectl_cmd_list()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | kerberos | 11 # are not printed. 23 # printed and a subsequent entry in the same magic file
|
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | systop | 43 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
|
/freebsd/cddl/usr.sbin/dwatch/examples/ |
H A D | profile_template | 50 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
|
/freebsd/usr.bin/posixshmcontrol/ |
H A D | posixshmcontrol.c | 92 bool printed; in create_shm() local 124 printed = false; in create_shm() 130 printed = true; in create_shm() 133 if (!printed) in create_shm()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_EXTERN_FUNCS.pod | 135 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/usr.bin/sort/ |
H A D | bwstring.c | 445 size_t printed = 0; in bwsfwrite() local 449 while (printed < BWSLEN(bws)) { in bwsfwrite() 450 const wchar_t *s = bws->wdata.str + printed; in bwsfwrite() 459 ++printed; in bwsfwrite() 467 printed += nums; in bwsfwrite() 471 return (printed + 1); in bwsfwrite()
|