Searched refs:ulogfd (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/krb5/src/lib/kdb/ |
| H A D | kdb_log.c | 49 log_ctx->ulogfd = -1; in create_log_context() 199 resize(kdb_hlog_t *ulog, uint32_t ulogentries, int ulogfd, in resize() argument 225 retval = extend_file_to(ulogfd, new_size); in resize() 295 return krb5_lock_file(context, log_ctx->ulogfd, mode); in lock_ulog() 326 retval = resize(ulog, ulogentries, log_ctx->ulogfd, recsize, upd); in store_update() 515 log_ctx->ulogfd = open(logname, O_RDWR | O_CREAT, 0600); in ulog_map() 516 if (log_ctx->ulogfd == -1) { in ulog_map() 522 retval = extend_file_to(log_ctx->ulogfd, filesize); in ulog_map() 526 log_ctx->ulogfd = open(logname, O_RDWR, 0600); in ulog_map() 527 if (log_ctx->ulogfd == -1) { in ulog_map() [all …]
|
| /src/crypto/krb5/src/include/ |
| H A D | kdb_log.h | 100 int ulogfd; member
|