Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c229 printed = 0; in pr_bheading()
278 if ((printed > 0) && (printed + nlen + vlen + 1 > width)) { in pr_boolean()
288 printed = 0; in pr_boolean()
315 printed++; in pr_boolean()
370 printed = 0; in pr_nheading()
440 if ((printed > 0) && (printed + nlen + vlen + 2 > width)) { in pr_number()
450 printed = 0; in pr_number()
477 printed++; in pr_number()
534 printed = 0; in pr_sheading()
615 printed = 0; in pr_string()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c141 int printed = 0; /* printed this many pages */ variable
564 while (printed % formsperpage) { in done()
565 printed++; in done()
569 writerequest(printed, stdout); in done()
570 fprintf(stdout, "%d pagesetup\n", printed); in done()
582 fprintf(stdout, "%s %d\n", PAGES, printed); in done()
711 printed++; in formfeed()
718 if (printed % formsperpage == 0) in formfeed()
725 if (printed % formsperpage == 0) in formfeed()
729 writerequest(printed+1, fp_out); in formfeed()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dfind_expanded_holes.pl6 my $printed = 0;
11 $printed = 0;
14 if ($_ =~ /.* hole,.*/ && !$printed) {
16 $printed = 1;
/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c132 sata_dmsg_dump(sata_trace_dmsg_t *addr, int print_pathname, uint_t *printed) in sata_dmsg_dump() argument
189 if (printed != NULL) { in sata_dmsg_dump()
190 (*printed)++; in sata_dmsg_dump()
211 uint_t printed = 0; /* have we printed anything? */ in sata_rbuf_dump() local
246 print_pathname, &printed); in sata_rbuf_dump()
252 if (printed == 0) { in sata_rbuf_dump()
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c272 int printed; in plat_add_mem_unum_label() local
276 printed = snprintf(unum, buflen, "MB/C%d/P0/B%d", mcid, bank); in plat_add_mem_unum_label()
277 buflen -= printed; in plat_add_mem_unum_label()
278 unum += printed; in plat_add_mem_unum_label()
281 printed = snprintf(unum, buflen, "/D%d", dimm); in plat_add_mem_unum_label()
282 buflen -= printed; in plat_add_mem_unum_label()
283 unum += printed; in plat_add_mem_unum_label()
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c275 int printed; in plat_add_mem_unum_label() local
278 printed = snprintf(unum, buflen, "MB/P%d/B%d", mcid, bank); in plat_add_mem_unum_label()
279 buflen -= printed; in plat_add_mem_unum_label()
280 unum += printed; in plat_add_mem_unum_label()
283 printed = snprintf(unum, buflen, "/D%d", dimm); in plat_add_mem_unum_label()
284 buflen -= printed; in plat_add_mem_unum_label()
285 unum += printed; in plat_add_mem_unum_label()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py336 def display_caller_info(printed, cur, param_names): argument
338 if not printed:
340 printed = 1
350 return printed
355 printed = 0
361 printed = display_caller_info(printed, cur, param_names)
461 printed = 1
643 if line not in printed:
644 printed.append(line)
647 if row[0] not in printed:
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprinthash.c24 int i, printed; local
130 for (i = 0, printed = 0; i < iph.iph_size; i++) {
133 printed++;
136 if (printed == 0)
H A Dprinthash_live.c26 int i, printed = 0, last; local
67 printed++;
73 if (printed == 0)
H A Dprintpool_live.c26 int i, printed = 0, last; local
67 printed++;
73 if (printed == 0)
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c357 int printed; member
389 rs->printed = 0; in rdsv3_printk_ratelimit()
393 if (rs->burst && rs->burst > rs->printed) { in rdsv3_printk_ratelimit()
394 rs->printed++; in rdsv3_printk_ratelimit()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c970 uint_t *printed) in fc_dump_logmsg() argument
1019 if (printed != NULL) in fc_dump_logmsg()
1020 (*printed) ++; in fc_dump_logmsg()
1033 uint_t *printed) in fc_dump_old_logmsg() argument
1077 if (printed != NULL) in fc_dump_old_logmsg()
1078 (*printed) ++; in fc_dump_old_logmsg()
1094 uint_t printed = 0; /* have we printed anything? */ in fc_trace_dump() local
1118 pktend, &printed); in fc_trace_dump()
1121 pktstart, pktend, &printed); in fc_trace_dump()
1128 if (printed == 0) { in fc_trace_dump()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c389 Word cnt, ndx, printed = 0; in print_cap() local
485 printed = 1; in print_cap()
499 printed = 1; in print_cap()
510 printed = 1; in print_cap()
518 printed = 1; in print_cap()
526 printed = 1; in print_cap()
535 printed = 1; in print_cap()
543 printed = 1; in print_cap()
550 printed = 1; in print_cap()
559 if (!printed && (print_type == PRINT_CAP_T_TAG)) { in print_cap()
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c90 static struct string_list *printed[PRNTABSIZE]; /* printed item table */ variable
414 for (s = printed[val]; s != NULL && strcmp(s->str, name); s = s->next)
422 s->next = printed[val];
423 printed[val] = s;
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dout2.ok2 This printed on stdout
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c536 int printed = 0; /* charge for this many pages */ variable
1016 fprintf(stdout, "%s %d\n", PAGES, printed); in done()
1036 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies); in account()
1786 printed++; in t_page()
1793 fprintf(tf, "%s %d %d\n", ENDPAGE, lastpg, printed); in t_page()
1797 fprintf(tf, "%s %d %d\n", PAGE, pg, printed+1); in t_page()
1800 writerequest(printed+1, tf); in t_page()
1801 fprintf(tf, "%d pagesetup\n", printed+1); in t_page()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c180 boolean_t printed = B_FALSE; in do_slot_mapping_cb() local
224 printed = B_TRUE; in do_slot_mapping_cb()
229 if (printed == B_FALSE) { in do_slot_mapping_cb()
/illumos-gate/usr/src/test/elf-tests/doc/
H A DREADME56 While the ELF/SGS Unit Test Suite is running, one informational line is printed at
57 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/test/os-tests/doc/
H A DREADME56 While the OS Unit Test Suite is running, one informational line is printed at
57 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c133 int i, printed = 0; in print_bits() local
137 if (printed) in print_bits()
139 printed = 1; in print_bits()
142 if (printed) in print_bits()
/illumos-gate/usr/src/test/util-tests/doc/
H A DREADME62 While the OS Unit Test Suite is running, one informational line is printed at
63 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/test/crypto-tests/doc/
H A DREADME57 While the KCF/PKCS Unit Test Suite is running, one informational line is printed at
58 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_rosenberg.c200 int printed = 0; in check_members_initialized() local
228 printed = 1; in check_members_initialized()
234 return printed; in check_members_initialized()
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME69 While the Unit Test Suite is running, one informational line is printed at
70 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c217 int printed = 0; in sc_get() local
248 printed = 1; in sc_get()
253 if (!printed) { in sc_get()

1234