Searched defs:nsc_size_t (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 51 typedef uint64_t nsc_size_t; /* lengths, sizes */ typedef 62 typedef int nsc_size_t; typedef 172 #define FBA_NUM(x) ((nsc_size_t)((uint64_t)(x) >> FBA_SHFT)) 211 extern int nsc_set_trksize(nsc_fd_t *, nsc_size_t); 212 extern int nsc_discard_pinned(nsc_fd_t *, nsc_off_t, nsc_size_t); 223 extern int nsc_partsize(nsc_fd_t *, nsc_size_t *); 224 extern int nsc_maxfbas(nsc_fd_t *, int, nsc_size_t *); 244 extern void nsc_pinned_data(nsc_iodev_t *, nsc_off_t, nsc_size_t); 245 extern void nsc_unpinned_data(nsc_iodev_t *, nsc_off_t, nsc_size_t); 263 nsc_size_t sb_le [all...] |
H A D | nsctl_inter.h | 45 typedef int nsc_size_t; typedef 93 int nsc_partsize(nsc_fd_t *, nsc_size_t *) { } 94 int nsc_maxfbas(nsc_fd_t *, int, nsc_size_t *) { } 102 int nsc_alloc_buf(nsc_fd_t *, nsc_off_t, nsc_size_t, int, void **) { } 103 int nsc_alloc_abuf(nsc_off_t, nsc_size_t, int, void **) { } 104 int nsc_read(void *, nsc_off_t, nsc_size_t, int) { } 105 int nsc_write(void *, nsc_off_t, nsc_size_t, int) { } 106 int nsc_zero(void *, nsc_off_t, nsc_size_t, int) { } 107 int nsc_copy(void *, void *, nsc_off_t, nsc_off_t, nsc_size_t) { } 108 int nsc_copy_direct(void *, void *, nsc_off_t, nsc_off_t, nsc_size_t) { } [all...] |
Completed in 77 milliseconds