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

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

Completed in 46 milliseconds