Searched refs:ABISTREAM (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 61 (void) fprintf(ABISTREAM, "0x%p", (void *)value); in print_value() 71 (void) fprintf(ABISTREAM, in print_value() 74 (void) fprintf(ABISTREAM, " <NULL>"); in print_value() 75 (void) fflush(ABISTREAM); in print_value() 82 (void) fprintf(ABISTREAM, " "); in print_value() 90 (void) fprintf(ABISTREAM, "\t}"); in print_value() 91 (void) fflush(ABISTREAM); in print_value() 95 (void) fflush(ABISTREAM); in print_value() 135 (void) fprintf(ABISTREAM, "%llu", (unsigned long long)(value & mask)); in print_bitfield() 136 (void) fflush(ABISTREAM); in print_bitfield() [all …]
|
H A D | apptrace.c | 84 FILE *ABISTREAM = stderr; variable 302 ABISTREAM = fp; in la_version() 598 (void) fprintf(ABISTREAM, "%7u:", (unsigned int)getpid()); in la_sparcv9_pltenter() 611 (void) fprintf(ABISTREAM, "-> %-8s -> %8s:%s %s(", in la_sparcv9_pltenter() 648 (void) fprintf(ABISTREAM, "%s%s = ", sep, buf); in la_sparcv9_pltenter() 654 (void) fprintf(ABISTREAM, "0x%p", (void *)argv[i]); in la_sparcv9_pltenter() 661 (void) fprintf(ABISTREAM, "%s...", sep); in la_sparcv9_pltenter() 663 (void) fprintf(ABISTREAM, "void"); in la_sparcv9_pltenter() 666 (void) fprintf(ABISTREAM, ") ** ST\n"); in la_sparcv9_pltenter() 668 (void) fprintf(ABISTREAM, ")\n"); in la_sparcv9_pltenter() [all …]
|
H A D | interceptlib.c | 84 (void) fflush(ABISTREAM); in abiunlock()
|
/titanic_41/usr/src/head/ |
H A D | apptrace.h | 70 #define ABISTREAM __abi_outfile macro 71 #define ABIPUTS(x) (void) fputs((x), ABISTREAM)
|