Searched defs:ulogfd (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/krb5/kdb/ |
H A D | kdb_log.c | 84 ulog_resize(kdb_hlog_t *ulog, uint32_t ulogentries, int ulogfd, uint_t recsize) argument 114 if (lseek(ulogfd, new_size, SEEK_SET) == -1) { 118 if (write(ulogfd, "+", 1) != 1) { 151 int ulogfd; local 155 ulogfd = log_ctx->ulogfd; 169 if (retval = ulog_resize(ulog, ulogentries, ulogfd, recsize)) { 539 int ulogfd = -1; local 560 if ((ulogfd = open(logname, O_RDWR+O_CREAT, 0600)) == -1) { 564 if (lseek(ulogfd, [all...] |
H A D | kdb_log.h | 116 int ulogfd; member in struct:_kdb_log_context
|
Completed in 57 milliseconds