Searched refs:monout_stat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h168 extern struct stat aout_stat, monout_stat;
H A Dprofv.c47 struct stat aout_stat, monout_stat; variable in typeref:struct:
705 if (monout_stat.st_mtime < so_statbuf.st_mtime) {
862 if (stat(mon_fn, &monout_stat) == -1) {
866 if ((fmem = mmap(0, monout_stat.st_size,
889 process_mon_out(fmem, monout_stat.st_size);
912 (void) munmap(fmem, monout_stat.st_size);

Completed in 44 milliseconds