Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c9363 ioflag, &h->ii_bufp); /* do not read yet */ in _ii_alloc_buf()
9388 &h->ii_bufp); /* do not read yet */ in _ii_alloc_buf()
9427 h->ii_abufp ? &h->ii_abufp : &h->ii_bufp, &h->ii_bufp2); in _ii_alloc_buf()
9432 h->ii_bufp->sb_vec; in _ii_alloc_buf()
9443 if (h->ii_bufp && fbuf) { in _ii_alloc_buf()
9444 (void) nsc_free_buf(h->ii_bufp); in _ii_alloc_buf()
9445 h->ii_bufp = NULL; in _ii_alloc_buf()
9479 rc = nsc_free_buf(h->ii_bufp); in _ii_free_buf()
9732 h->ii_bufp = nsc_alloc_handle(II_FD(bfd), d_cb, r_cb, w_cb); in _ii_alloc_handle()
9733 if (!h->ii_bufp) { in _ii_alloc_handle()
[all …]
H A Ddsw_dev.h546 nsc_buf_t *ii_bufp; /* main underlying buffer */ member