HomeSort by: relevance | last modified time | path
    Searched refs:log_fd (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_master.c 928 get_first(kadm5_server_context *server_context, int log_fd,
938 if (flock(log_fd, LOCK_SH) == -1) {
943 ret = kadm5_log_get_version_fd(server_context, log_fd, LOG_VERSION_FIRST,
946 flock(log_fd, LOCK_UN);
966 int log_fd, uint32_t current_version,
978 ret = get_first(server_context, log_fd,
985 flock(log_fd, LOCK_UN);
1023 flock(log_fd, LOCK_UN);
1075 flock(log_fd, LOCK_UN);
1080 get_right(krb5_context context, int log_fd, krb5_storage *sp
1564 int log_fd; local
    [all...]
log.c 545 server_context->log_context.log_fd,
577 if (lock_mode == log_context->lock_mode && log_context->log_fd != -1)
581 /* log_context->log_fd should be -1 here */
585 if (log_context->log_fd != -1) {
587 fd = log_context->log_fd;
608 if (fd != log_context->log_fd)
613 log_context->log_fd = fd;
634 /* log_context->log_fd should be -1 here */
642 fd = log_context->log_fd;
720 if (log_context->log_fd != -1)
    [all...]
private.h 89 int log_fd; member in struct:kadm5_log_context
init_s.c 88 ctx->log_context.log_fd = -1;
ipropd_slave.c 247 log_off = lseek(server_context->log_context.log_fd, 0, SEEK_CUR);
255 sret = net_write(server_context->log_context.log_fd, buf, len);
260 ret = fsync(server_context->log_context.log_fd);
270 if (ftruncate(server_context->log_context.log_fd, log_off) == -1 ||
271 lseek(server_context->log_context.log_fd, log_off, SEEK_SET) == -1) {
  /src/external/bsd/dhcpcd/dist/src/
logerr.c 58 int log_fd; member in struct:logctx
71 .log_fd = -1,
217 if (ctx->log_fd != -1) {
228 len = (int)write(ctx->log_fd, buf,
370 return ctx->log_fd;
378 ctx->log_fd = fd;

Completed in 30 milliseconds