Searched refs:ABISTREAM (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 59 (void) fprintf(ABISTREAM, "0x%p", (void *)value); in print_value() 69 (void) fprintf(ABISTREAM, in print_value() 72 (void) fprintf(ABISTREAM, " <NULL>"); in print_value() 73 (void) fflush(ABISTREAM); in print_value() 80 (void) fprintf(ABISTREAM, " "); in print_value() 88 (void) fprintf(ABISTREAM, "\t}"); in print_value() 89 (void) fflush(ABISTREAM); in print_value() 93 (void) fflush(ABISTREAM); in print_value() 133 (void) fprintf(ABISTREAM, "%llu", (unsigned long long)(value & mask)); in print_bitfield() 134 (void) fflush(ABISTREAM); in print_bitfield() [all …]
|
H A D | apptrace.c | 82 FILE *ABISTREAM = stderr; variable 300 ABISTREAM = fp; in la_version() 596 (void) fprintf(ABISTREAM, "%7u:", (unsigned int)getpid()); in la_sparcv9_pltenter() 609 (void) fprintf(ABISTREAM, "-> %-8s -> %8s:%s %s(", in la_sparcv9_pltenter() 646 (void) fprintf(ABISTREAM, "%s%s = ", sep, buf); in la_sparcv9_pltenter() 652 (void) fprintf(ABISTREAM, "0x%p", (void *)argv[i]); in la_sparcv9_pltenter() 659 (void) fprintf(ABISTREAM, "%s...", sep); in la_sparcv9_pltenter() 661 (void) fprintf(ABISTREAM, "void"); in la_sparcv9_pltenter() 664 (void) fprintf(ABISTREAM, ") ** ST\n"); in la_sparcv9_pltenter() 666 (void) fprintf(ABISTREAM, ")\n"); in la_sparcv9_pltenter() [all …]
|
H A D | interceptlib.c | 82 (void) fflush(ABISTREAM); in abiunlock()
|
/illumos-gate/usr/src/head/ |
H A D | apptrace.h | 68 #define ABISTREAM __abi_outfile macro 69 #define ABIPUTS(x) (void) fputs((x), ABISTREAM)
|