Searched defs:nsc_buf_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h268 } nsc_buf_t; typedef in typeref:struct:nsc_buf_s
304 extern int nsc_alloc_buf(nsc_fd_t *, nsc_off_t, nsc_size_t, int, nsc_buf_t **);
305 extern int nsc_alloc_abuf(nsc_off_t, nsc_size_t, int, nsc_buf_t **);
306 extern int nsc_read(nsc_buf_t *, nsc_off_t, nsc_size_t, int);
307 extern int nsc_write(nsc_buf_t *, nsc_off_t, nsc_size_t, int);
308 extern int nsc_zero(nsc_buf_t *, nsc_off_t, nsc_size_t, int);
309 extern int nsc_copy(nsc_buf_t *, nsc_buf_t *, nsc_off_t, nsc_off_t, nsc_size_t);
310 extern int nsc_copy_direct(nsc_buf_t *, nsc_buf_t *, nsc_off_
[all...]

Completed in 58 milliseconds