Home
last modified time | relevance | path

Searched refs:ulog (Results 1 – 15 of 15) sorted by relevance

/src/crypto/krb5/src/lib/kdb/
H A Dkdb_log.c34 ulog = log_ctx->ulog; \
35 assert(ulog != NULL)
72 sync_update(kdb_hlog_t *ulog, kdb_ent_header_t *upd) in sync_update() argument
81 end = ((unsigned long)upd + ulog->kdb_block + (pagesize - 1)) & in sync_update()
94 sync_header(kdb_hlog_t *ulog) in sync_header() argument
99 if (msync((caddr_t)ulog, pagesize, MS_SYNC)) { in sync_header()
108 sync_ulog(kdb_hlog_t *ulog, uint32_t ulogentries) in sync_ulog() argument
115 len = (sizeof(kdb_hlog_t) + ulogentries * ulog->kdb_block + in sync_ulog()
117 if (msync(ulog, len, MS_SYNC)) { in sync_ulog()
130 kdb_ent_header_t *ent = ulog_index(log_ctx->ulog, indx); in check_sno()
[all …]
H A Dt_ulog.c57 kdb_hlog_t *ulog; in main() local
71 ulog = lctx->ulog; in main()
75 ulog->kdb_num = lctx->ulogentries; in main()
76 ulog->kdb_last_sno = (kdb_sno_t)-1; in main()
77 ulog->kdb_first_sno = ulog->kdb_last_sno - ulog->kdb_num + 1; in main()
84 assert(ulog->kdb_num == 2); in main()
85 assert(ulog->kdb_first_sno == 1); in main()
86 assert(ulog->kdb_last_sno == 2); in main()
H A DMakefile.in54 $(RM) t_ulog.o t_ulog test.ulog
58 $(RUN_TEST) ./t_ulog test.ulog
H A Dkdb5.c114 log_ctx->ulog != NULL; in logging()
/src/crypto/krb5/src/kprop/
H A Dkproplog.c316 print_update(kdb_hlog_t *ulog, uint32_t entry, uint32_t ulogentries, in print_update() argument
325 if (entry && (entry < ulog->kdb_num)) in print_update()
326 start_sno = ulog->kdb_last_sno - entry; in print_update()
328 start_sno = ulog->kdb_first_sno - 1; in print_update()
330 for (i = start_sno; i < ulog->kdb_last_sno; i++) { in print_update()
333 indx_log = ulog_index(ulog, indx); in print_update()
407 kdb_hlog_t *ulog = MAP_FAILED; in map_ulog() local
418 ulog = mmap(0, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in map_ulog()
419 if (ulog == MAP_FAILED) { in map_ulog()
424 return ulog; in map_ulog()
[all …]
/src/crypto/krb5/src/include/
H A Dkdb_log.h98 kdb_hlog_t *ulog; member
105 ulog_record_ptr(kdb_hlog_t *ulog, size_t i, size_t bsize) in ulog_record_ptr() argument
107 return (uint8_t *)ulog + sizeof(*ulog) + i * bsize; in ulog_record_ptr()
112 ulog_index(kdb_hlog_t *ulog, size_t i) in ulog_index() argument
114 return (void *)ulog_record_ptr(ulog, i, ulog->kdb_block); in ulog_index()
/src/lib/libulog/
H A DMakefile5 LIB= ulog
7 INCS= ulog.h utempter.h
8 SRCS= ulog.h ulog_login.c ulog_login_pseudo.c utempter.c
/src/libexec/ulog-helper/
H A DMakefile1 PROG= ulog-helper
6 LIBADD= ulog
/src/targets/pseudo/userland/libexec/
H A DMakefile.depend37 libexec/ulog-helper \
/src/libexec/
H A DMakefile33 ulog-helper \
/src/crypto/krb5/
H A DREADME223 9159 Prevent overflow when calculating ulog block size
225 9161 Improve ulog block resize efficiency
/src/share/mk/
H A Dsrc.libnames.mk235 ulog \
/src/crypto/krb5/src/po/
H A Dmit-krb5.pot2418 msgid "Could not open iprop ulog\n"
4679 "Couldn't reinitialize ulog file %s\n"
4685 msgid "Reinitialized the ulog.\n"
5449 msgid "could not sync ulog update to disk"
5453 msgid "could not sync ulog header to disk"
5457 msgid "could not sync the whole ulog to disk"
5462 msgid "ulog overflow caused by principal %.*s"
5467 msgid "ulog block size has been resized from %lu to %lu"
H A Dka.po2485 msgid "Could not open iprop ulog\n"
2486 msgstr "შეცდომა iprop ulog-ის გახსნისას\n"
4860 "Couldn't reinitialize ulog file %s\n"
4863 "შეცდომა ulog ფაილის %s რეინიციალიზაციისას\n"
4868 msgid "Reinitialized the ulog.\n"
5622 msgid "could not sync ulog update to disk"
5623 msgstr "ulog-ის განახლების დისკთან სინქრონიზაციის შეცდომა"
5626 msgid "could not sync ulog header to disk"
5627 msgstr "ulog-ის თავსართის დისკთან სინქრონიზაციის შეცდომა"
H A Dde.po2409 msgid "Could not open iprop ulog\n"
4625 msgid "could not sync ulog header to disk"
6781 "Couldn't reinitialize ulog file %s\n"
6789 msgid "Reinitialized the ulog.\n"
9127 #~ msgid "%s: Loads disallowed when iprop is enabled and a ulog is present\n"
9213 #~ msgid "%s: %s while mapping update log (`%s.ulog')\n"
9214 #~ msgstr "%s: %s beim Abbilden des Aktualisierungsprotokolls (»%s.ulog«)\n"
9216 #~ msgid "%s while mapping update log (`%s.ulog')"
9217 #~ msgstr "%s beim Abbilden des Aktualisierungsprotokolls (»%s.ulog«)"