Home
last modified time | relevance | path

Searched refs:ii_bufh (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c9431 h->ii_bufh.sb_vec = h->ii_abufp ? h->ii_abufp->sb_vec : in _ii_alloc_buf()
9433 h->ii_bufh.sb_error = 0; in _ii_alloc_buf()
9434 h->ii_bufh.sb_flag |= flag; in _ii_alloc_buf()
9435 h->ii_bufh.sb_pos = pos; in _ii_alloc_buf()
9436 h->ii_bufh.sb_len = len; in _ii_alloc_buf()
9438 h->ii_bufh.sb_error = rc; in _ii_alloc_buf()
9496 if ((h->ii_bufh.sb_flag & NSC_HALLOCATED) == 0) { in _ii_free_buf()
9501 h->ii_bufh.sb_flag = NSC_HALLOCATED; in _ii_free_buf()
9502 h->ii_bufh.sb_vec = NULL; in _ii_free_buf()
9503 h->ii_bufh.sb_error = 0; in _ii_free_buf()
[all …]
H A Ddsw_dev.h545 nsc_buf_t ii_bufh; /* exported buffer header */ member