Searched refs:aout_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:stat
610 if ((buf->st_dev == aout_stat.st_dev) &&
611 (buf->st_ino == aout_stat.st_ino)) {
876 * stat in aout_stat for use while processing mon.out
878 if (stat(sym_fn, &aout_stat) == -1) {

Completed in 45 milliseconds