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

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c63 static int printed = 0; variable
231 printed = 0;
280 if ((printed > 0) && (printed + nlen + vlen + 1 > width)) {
290 printed = 0;
292 if (printed == 0) {
296 printed = 8;
300 printed = 9;
305 printed = 2;
317 printed
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c81 * Makes sure the last page is printed. Only needed when we're printing
92 * we printed in size POINTSIZE. Selecting a point size using the -s option and
142 int printed = 0; /* printed this many pages */ variable
564 if (printed % formsperpage != 0) { /* pad to ENDPAGE */
565 while (printed % formsperpage) {
566 printed++;
570 writerequest(printed, stdout);
571 fprintf(stdout, "%d pagesetup\n", printed);
577 fprintf(stdout, "%s %d %d\n", ENDPAGE, page, printed);
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprinthash_live.c28 int i, printed, last; local
69 printed++;
75 if (printed == 0)
H A Dprintpool_live.c28 int i, printed, last; local
69 printed++;
75 if (printed == 0)
H A Dprinthash.c26 int i, printed; local
132 for (i = 0, printed = 0; i < iph.iph_size; i++) {
135 printed++;
138 if (printed == 0)
/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c131 sata_dmsg_dump(sata_trace_dmsg_t *addr, int print_pathname, uint_t *printed) argument
188 if (printed != NULL) {
189 (*printed)++;
210 uint_t printed = 0; /* have we printed anything? */ local
245 print_pathname, &printed);
251 if (printed == 0) {
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c272 int printed; local
276 printed = snprintf(unum, buflen, "MB/C%d/P0/B%d", mcid, bank);
277 buflen -= printed;
278 unum += printed;
281 printed = snprintf(unum, buflen, "/D%d", dimm);
282 buflen -= printed;
283 unum += printed;
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c275 int printed; local
278 printed = snprintf(unum, buflen, "MB/P%d/B%d", mcid, bank);
279 buflen -= printed;
280 unum += printed;
283 printed = snprintf(unum, buflen, "/D%d", dimm);
284 buflen -= printed;
285 unum += printed;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c357 int printed; member in struct:ratelimit_state
389 rs->printed = 0;
393 if (rs->burst && rs->burst > rs->printed) {
394 rs->printed++;
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c967 uint_t *printed)
1016 if (printed != NULL)
1017 (*printed) ++;
1030 uint_t *printed)
1074 if (printed != NULL)
1075 (*printed) ++;
1091 uint_t printed = 0; /* have we printed anything? */ local
1114 pktend, &printed);
1117 pktstart, pktend, &printed);
966 fc_dump_logmsg(fc_trace_dmsg_t *addr, uint_t pktstart, uint_t pktend, uint_t *printed) argument
1029 fc_dump_old_logmsg(fc_trace_dmsgv1_t *addr, uint_t pktstart, uint_t pktend, uint_t *printed) argument
[all...]
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c180 boolean_t printed = B_FALSE; local
224 printed = B_TRUE;
229 if (printed == B_FALSE) {
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c52 #define PRNTABSIZE 4096 /* size of printed item table */
89 static struct string_list *printed[PRNTABSIZE]; /* printed item table */ variable in typeref:struct:string_list
402 * Check if an item has been printed
403 * If not, store the item into the printed item table
413 for (s = printed[val]; s != NULL && strcmp(s->str, name); s = s->next)
421 s->next = printed[val];
422 printed[val] = s;
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c133 int i, printed = 0; local
137 if (printed)
139 printed = 1;
142 if (printed)
176 * printed along side the field value, and a function which extracts
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c387 Word cnt, ndx, printed = 0; local
483 printed = 1;
497 printed = 1;
508 printed = 1;
516 printed = 1;
524 printed = 1;
533 printed = 1;
540 printed = 1;
549 if (!printed && (print_type == PRINT_CAP_T_TAG)) {
H A Ddyn.c298 Word end_ndx, ndx, printed = 0; local
413 printed = 1;
531 * printed this value, don't print
534 if (printed &&
541 * If we've already printed this value,
546 if (printed && (last_d_val == dyn->d_un.d_val))
559 printed = 1;
567 if (!printed) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c173 * of text to be printed at a fixed vertical position. What's put out as
177 * down) as an absolute horizontal position and a string to be printed at
203 * Makes sure the last page is printed. Only needed when we're printing
359 char *codetab[NFONT+1]; /* and codes to get characters printed */
407 * current line was printed.
457 * of the output file and the appearance of the printed text. It's probably most
538 int printed = 0; /* charge for this many pages */ variable
1018 fprintf(stdout, "%s %d\n", PAGES, printed);
1038 fprintf(fp_acct, " print %d\n copies %d\n", printed, copies);
1684 * and current point) before text is printed
[all...]
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c325 * to be printed, regardless of the -a flag.
504 int printed; local
506 printed = printone(p, level);
507 if (level != 0 || printed == 1)
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c217 int printed = 0; local
248 printed = 1;
253 if (!printed) {
359 * are printed for each error, so we
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2021 static int printed = 0; local
2146 if (!printed) {
2149 printed = 1;
2410 static int printed = 0; local
2457 if (!printed) {
2460 printed = 1;
2469 printed = 1;
2474 printed = 1;
2480 printed = 1;
2485 * Don't set "printed" her
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c844 boolean_t printed; local
879 printed = B_TRUE;
883 printed = B_FALSE;
945 if (printed) {
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c541 * Returns 0 if nothing is printed, 1 otherwise
737 int printed; local
805 printed = dump_prop_list(&hwprop_dumpops, "Hardware",
808 /* Ensure that 'compatible' is printed under Hardware header */
810 printed |= dump_compatible(printed ? NULL : "Hardware",
813 /* Ensure that pci id information is printed under Hardware */
814 (void) dump_pciid(printed ? NULL : "Hardware",
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c860 int i, printed; local
894 for (i = 0, printed = 0; flagnames[i].name != NULL; i++) {
899 "%s%s", printed++ ? " | " : "(", flagnames[i].name);
904 if (printed)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c604 uint_t printed = 0; local
849 if (all || !printed) {
852 printed = 1;
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c220 int printed = 0; local
1018 if (printed) {
1027 printed = 1;
1050 if (printed) {
1072 printed = 1;
2311 * printed directly. Use printf("%s\n", global_error) or equivalent.
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1339 int printed = B_FALSE; local
1418 printed = B_TRUE;
1425 return (printed);

Completed in 135 milliseconds

12