Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h143 struct __log { struct
144 RLAYOUT rlayout; /* General region information. */
146 LOGP persist; /* Persistent information. */
154 DB_LSN lsn; /* LSN at current file offset. */
160 DB_LSN s_lsn; /* LSN of the last sync. */
162 u_int32_t len; /* Length of the last record. */
166 DB_LSN chkpt_lsn; /* LSN of the last checkpoint. */
167 time_t chkpt; /* Time of the last checkpoint. */
169 DB_LOG_STAT stat; /* Log statistics. */
178 size_t b_off; /* Current offset in the buffer. */
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog.c29 #pragma weak __log = log macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c282 __log(double x) { in __log() function