Searched refs:log_end (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dlog.c1867 off_t log_end = 0; local
1891 log_end = krb5_storage_seek(sp, 0, SEEK_END);
1892 if (log_end == -1 ||
1906 log_end = krb5_storage_seek(sp, 0, SEEK_CUR);
1909 *off_lastp = log_end;
1924 &log_end, NULL, NULL);
1927 if (krb5_storage_seek(sp, log_end, SEEK_SET) == -1) {
1967 if (!(iter_opts & kadm_unconfirmed) && this_entry == log_end)
2021 if (o > log_end)
2047 this_entry > log_end
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Dlog4.c138 * log_end --
141 * PUBLIC: int log_end __P((SCR *, EXF *));
144 log_end(SCR *sp, EXF *ep) function
H A Dlog.c133 * log_end --
136 * PUBLIC: int log_end __P((SCR *, EXF *));
139 log_end(SCR *sp, EXF *ep) function
H A Dlog1.c132 * log_end --
135 * PUBLIC: int log_end __P((SCR *, EXF *));
138 log_end(SCR *sp, EXF *ep) function
H A Dexf.c709 (void)log_end(sp, ep);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c44 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
616 log_end(rrl, e, true, log_buf, log_buf_len);
989 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf, function
1028 log_end(rrl, e, now == 0, log_buf, log_buf_len);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drrl.c44 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
616 log_end(rrl, e, true, log_buf, log_buf_len);
989 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf, function
1028 log_end(rrl, e, now == 0, log_buf, log_buf_len);
/netbsd-current/sys/ufs/ffs/
H A Dffs_snapshot.c1918 off_t blk_off, log_start, log_end; local
1922 log_end = log_start + fs->fs_journallocs[UFS_WAPBL_INFS_COUNT] *
1925 if (blk_off >= log_start && blk_off < log_end) {

Completed in 275 milliseconds