Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c532 nca_log_buf_hdr_t *h; in is_valid_header()
535 h = (nca_log_buf_hdr_t *)ibuf; in is_valid_header()
574 nca_log_buf_hdr_t *h; in b2clf_buf()
593 h = (nca_log_buf_hdr_t *)ibuf; in b2clf_buf()
599 max_input_size = (ssize_t)isize - sizeof (nca_log_buf_hdr_t); in b2clf_buf()
694 nca_log_buf_hdr_t *h; in b2clf()
709 nh = read_n_bytes(ifd, ibuf, sizeof (nca_log_buf_hdr_t)); in b2clf()
710 if (nh != sizeof (nca_log_buf_hdr_t)) { in b2clf()
724 h = (nca_log_buf_hdr_t *)ibuf; in b2clf()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c171 nca_log_buf_hdr_t *hdr; in log_buf_alloc()
193 hdr = (nca_log_buf_hdr_t *)&log->buffer; in log_buf_alloc()
213 nca_log_buf_hdr_t *hdr = (nca_log_buf_hdr_t *)lbp->buffer; in logd_log_write()
612 if (lbp != NULL && lbp->cur_pos > (sizeof (nca_log_buf_hdr_t)) && in logit_flush()
621 sp = &(((nca_log_buf_hdr_t *)lbp)->nca_logstats); in logit_flush()
726 ((nca_log_buf_hdr_t *)log)->nca_logstats.n_log_recs++; in nl7c_logd_log()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dncalogd.h114 } nca_log_buf_hdr_t; typedef