Home
last modified time | relevance | path

Searched defs:__db_log_stat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h735 struct __db_log_stat { struct
736 u_int32_t st_magic; /* Log file magic number. */
737 u_int32_t st_version; /* Log file version number. */
738 int st_mode; /* Log file mode. */
739 u_int32_t st_lg_max; /* Maximum log file size. */
740 u_int32_t st_w_bytes; /* Bytes to log. */
741 u_int32_t st_w_mbytes; /* Megabytes to log. */
744 u_int32_t st_wcount; /* Total syncs to the log. */
745 u_int32_t st_scount; /* Total writes to the log. */
750 u_int32_t st_refcnt; /* Region reference count. */
[all …]