Searched refs:ii_buf_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.h | 551 } ii_buf_t; typedef
|
H A D | dsw_dev.c | 142 static int _ii_free_handle(ii_buf_t *h, ii_fd_t *bfd); 9240 ii_buf_t **ptr) in _ii_alloc_buf() 9243 ii_buf_t *h; in _ii_alloc_buf() 9272 h = (ii_buf_t *)_ii_alloc_handle(NULL, NULL, NULL, bfd); in _ii_alloc_buf() 9472 _ii_free_buf(ii_buf_t *h) in _ii_free_buf() 9722 ii_buf_t *h; in _ii_alloc_handle() 9753 _ii_free_handle(ii_buf_t *h, ii_fd_t *bfd) in _ii_free_handle() 9764 kmem_free(h, sizeof (ii_buf_t)); in _ii_free_handle() 10030 _ii_read(ii_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _ii_read() 10058 _ii_write(ii_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _ii_write() [all …]
|