Searched refs:MON_OUT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.h53 #define MON_OUT "mon.out" macro
H A Dmon.c160 (void)strcpy(name, MON_OUT); /* use default "mon.out" */
/illumos-gate/usr/src/head/
H A Dmon.h68 #define MON_OUT "mon.out" macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c247 mon_out = MON_OUT; /* use default "mon.out" */
289 (void) strcpy(name, MON_OUT);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c60 * -m mdata Use file "mdata" instead of MON_OUT for profiling data.
144 FILE *mon_iop; /* For profile (MON_OUT) file. */
146 char *mon_fn = MON_OUT; /* Default profile file name. */
216 struct hdr head; /* Profile file (MON_OUT) header. */
549 /* Read the PC counts from rest of MON_OUT file. */
557 * from the MON_OUT header. From this and the number of clock

Completed in 74 milliseconds