Home
last modified time | relevance | path

Searched refs:n_log_size (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c196 hdr->nca_logstats.n_log_size = NCA_DEFAULT_LOG_BUF_SIZE - sizeof (*hdr); in log_buf_alloc()
215 int size = sts->n_log_size + sizeof (*hdr); in logd_log_write()
228 sts->n_log_size += DEV_BSIZE - (size & (DEV_BSIZE - 1)); in logd_log_write()
229 size = sts->n_log_size + sizeof (*hdr); in logd_log_write()
622 sp->n_log_size = lbp->cur_pos; in logit_flush()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c727 if (s->n_log_size == 0) in b2clf()
730 ni = read_n_bytes(ifd, &(ibuf[nh]), (ssize_t)s->n_log_size); in b2clf()
734 } else if (ni < (ssize_t)s->n_log_size) { in b2clf()
/titanic_50/usr/src/uts/common/inet/nca/
H A Dncalogd.h106 uint32_t n_log_size; /* size in bytes of log buf used */ member