Home
last modified time | relevance | path

Searched refs:f_stat (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c111 struct stat f_stat; in _exec_files_XY_all() local
126 if (stat(be->filename, &f_stat) != 0) { in _exec_files_XY_all()
132 f_size = f_stat.st_size; in _exec_files_XY_all()
133 f_time = f_stat.st_mtime; in _exec_files_XY_all()
177 if (stat(be->filename, &f_stat) != 0) { in _exec_files_XY_all()
183 f_size = f_stat.st_size; in _exec_files_XY_all()
184 f_time = f_stat.st_mtime; in _exec_files_XY_all()
/titanic_41/usr/src/lib/libbsm/common/
H A Ddevalloc.c87 struct stat f_stat; in da_check_logindevperm() local
94 if (fstat(fd, &f_stat) != 0) { in da_check_logindevperm()
98 fsize = f_stat.st_size; in da_check_logindevperm()
185 struct stat f_stat; in _da_read_file() local
193 if (stat(fname, &f_stat) != 0) { in _da_read_file()
197 fsize = f_stat.st_size; in _da_read_file()
198 newtime = f_stat.st_mtime; in _da_read_file()
237 if (stat(fname, &f_stat) != 0) { in _da_read_file()
243 fsize = f_stat.st_size; in _da_read_file()
244 newtime = f_stat.st_mtime; in _da_read_file()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1676 int stat = fas->f_stat; in fas_read_fifo()
3443 fas->f_stat = fas_reg_read(fas, &fasreg->fas_stat); in fas_intr_svc()
3446 fas->f_stat); in fas_intr_svc()
3451 if ((fas->f_stat & FAS_STAT_IPEND) == 0) { in fas_intr_svc()
3472 if ((fas->f_stat & FAS_STAT_GERR) && in fas_intr_svc()
3473 (fas->f_stat & FAS_STAT_PERR) == 0) { in fas_intr_svc()
3492 stat = fas->f_stat & FAS_PHASE_MASK; in fas_intr_svc()
3508 EPRINTF2("fas_intr_svc: intr=%x, stat=%x\n", fas->f_intr, fas->f_stat); in fas_intr_svc()
4131 if (fas->f_stat & FAS_STAT_PERR) { in fas_reconnect()
4196 fas->f_stat = fas_reg_read(fas, &fasreg->fas_stat); in fas_reconnect()
[all …]
/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.c1505 f->f_stat.errs++; in logit()
1587 f->f_stat.cantfwd++; in logit()
1610 f->f_stat.dups++; in logit()
1611 f->f_stat.total++; in logit()
1636 f->f_stat.total++; in logit()
1643 f->f_stat.total++; in logit()
1958 f->f_stat.errs++; in writemsg()
1963 f->f_stat.errs++; in writemsg()
3194 f->f_stat.total, f->f_stat.dups, in dumpstats()
3195 f->f_stat.cantfwd, f->f_stat.errs); in dumpstats()
[all …]
H A Dsyslogd.h163 filed_stats_t f_stat; /* statistics */ member
/titanic_41/usr/src/lib/libpool/common/
H A Dpool_xml.c2676 struct stat f_stat; in pool_xml_parse_document() local
2685 if (fstat(fileno(prov->pxc_file), &f_stat) == -1) { in pool_xml_parse_document()
2690 if (f_stat.st_size == 0) { in pool_xml_parse_document()
2694 size = f_stat.st_size < 4 ? 4 : PAGE_READ_SIZE; in pool_xml_parse_document()
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h181 uchar_t f_stat; /* soft copy of status register */ member