Searched defs:nsc_off_t (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/uts/common/avs/ns/ |
H A D | nsctl_inter.h | 46 typedef int nsc_off_t; typedef 102 int nsc_alloc_buf(nsc_fd_t *, nsc_off_t, nsc_size_t, int, void **) { } in nsc_alloc_buf() argument 103 int nsc_alloc_abuf(nsc_off_t, nsc_size_t, int, void **) { } in nsc_alloc_abuf() argument 104 int nsc_read(void *, nsc_off_t, nsc_size_t, int) { } in nsc_read() argument 105 int nsc_write(void *, nsc_off_t, nsc_size_t, int) { } in nsc_write() argument 106 int nsc_zero(void *, nsc_off_t, nsc_size_t, int) { } in nsc_zero() argument 107 int nsc_copy(void *, void *, nsc_off_t, nsc_off_t, nsc_size_t) { } in nsc_copy() argument 108 int nsc_copy_direct(void *, void *, nsc_off_t, nsc_off_t, nsc_size_ in nsc_copy() argument 109 nsc_uncommit(void *,nsc_off_t,nsc_size_t,int) nsc_uncommit() argument [all...] |
H A D | nsctl.h | 50 typedef uint64_t nsc_off_t; /* positions, offsets */ typedef [all...] |