/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 268 } nsc_buf_t; typedef 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_t, 312 extern int nsc_uncommit(nsc_buf_t *, nsc_off_t, nsc_size_t, int); 313 extern int nsc_free_buf(nsc_buf_t *); [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 66 nsc_buf_t **, nsc_fd_t *); 67 static int _nsc_copy_h(nsc_buf_t *, nsc_buf_t *, nsc_off_t, 86 nsc_buf_t * 89 nsc_buf_t *h = (*fd->sf_aio->alloc_h)(d_cb, r_cb, w_cb, fd->sf_cd); in nsc_alloc_handle() 99 nsc_free_handle(nsc_buf_t *h) in nsc_free_handle() 109 nsc_alloc_abuf(nsc_off_t pos, nsc_size_t len, int flag, nsc_buf_t **ptr) in nsc_alloc_abuf() 111 nsc_buf_t *h; in nsc_alloc_abuf() 151 int flag, nsc_buf_t **ptr) in nsc_alloc_buf() 189 int flag, nsc_buf_t **ptr, nsc_fd_t *fd) in _nsc_alloc_buf_h() 191 nsc_buf_t *h; in _nsc_alloc_buf_h() [all …]
|
H A D | nsc_disk.h | 51 nsc_buf_t db_buf; /* Generic buffer header */
|
H A D | nsc_ncallio.h | 93 nsc_buf_t bufh;
|
H A D | nsc_disk.c | 101 if (io->alloc_h != (nsc_buf_t *(*)())nsc_null || in _nsc_add_disk() 114 io->alloc_h = (nsc_buf_t *(*)())_nsc_alloc_dhandle; in _nsc_add_disk() 189 nsc_buf_t *buf; in _nsc_rw_uio()
|
H A D | nsc_ncallio.c | 187 static nsc_buf_t * 600 nsc_rncio_copy(char *data, nsc_buf_t *bufp, const int read) in nsc_rncio_copy() 642 nsc_buf_t *bufp; in nsc_rncio_io()
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.h | 175 nsc_buf_t *handle; 176 nsc_buf_t *qhandle; 303 nsc_buf_t *rdc_abufp; /* actual anon buf */ 331 nsc_buf_t rdc_bufh; /* exported buffer header */ 332 nsc_buf_t *rdc_bufp; /* underlying buffer */ 908 nsc_buf_t *); 912 extern int rdc_net_write(int, int, nsc_buf_t *, nsc_off_t, nsc_size_t, uint_t, 914 extern int rdc_net_read(int, int, nsc_buf_t *, nsc_off_t, nsc_size_t); 915 extern int _rdc_remote_read(rdc_k_info_t *, nsc_buf_t *, nsc_off_t, nsc_size_t, 917 extern int _rdc_multi_write(nsc_buf_t *, nsc_off_t, nsc_size_t, int,
|
H A D | rdc_diskq.c | 429 nsc_buf_t *head = NULL; in rdc_stamp_diskq() 1017 nsc_buf_t *bp = NULL; in rdc_diskq_enqueue() 1018 nsc_buf_t *qbuf = NULL; in rdc_diskq_enqueue() 1578 rdc_fill_aio(rdc_group_t *grp, rdc_aio_t *aio, io_hdr *hdr, nsc_buf_t *abuf) in rdc_fill_aio() 1672 rdc_diskq_buf2queue(rdc_group_t *grp, nsc_buf_t **abuf, int index) in rdc_diskq_buf2queue() 1680 nsc_buf_t *buf = *abuf; in rdc_diskq_buf2queue() 1909 nsc_buf_t *buf = NULL; in rdc_diskq_unqueue() 1910 nsc_buf_t *abuf = NULL; in rdc_diskq_unqueue() 2280 rdc_trim_buf(nsc_buf_t *buf, net_queue *q) in rdc_trim_buf() 2312 nsc_buf_t *buf = NULL; in rdc_read_diskq_buf()
|
H A D | rdc_dev.c | 75 static nsc_buf_t *_rdc_alloc_handle(void (*)(), void (*)(), 983 _rdc_remote_read(rdc_k_info_t *krdc, nsc_buf_t *h, nsc_off_t pos, in _rdc_remote_read() 1499 static nsc_buf_t * 1877 _rdc_remote_write(rdc_k_info_t *krdc, rdc_buf_t *h, nsc_buf_t *nsc_h, in _rdc_remote_write() 2011 _rdc_multi_write(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag, in _rdc_multi_write() 2616 _rdc_bzero(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len) in _rdc_bzero()
|
H A D | rdc_clnt.c | 406 rdc_net_read(int local_index, int remote_index, nsc_buf_t *handle, in rdc_net_read() 441 nsc_buf_t *remote_h = NULL; in rdc_net_read() 696 rdc_net_write(int local_index, int remote_index, nsc_buf_t *handle, in rdc_net_write() 741 nsc_buf_t *remote_h = NULL; in rdc_net_write() 1282 nsc_buf_t *h = NULL; in rdc_aio_coalesce() 1435 nsc_buf_t *h) in _rdc_enqueue_write() 2046 nsc_buf_t *h = NULL; in _rdc_remote_flush()
|
H A D | rdc_svc.c | 79 static int rdc_combywrite(rdc_k_info_t *, nsc_buf_t *); 86 static int rdc_combyread(rdc_k_info_t *, rdc_u_info_t *, nsc_buf_t *); 2324 nsc_buf_t *handle; in rdc_writemaxfba() 2459 rdc_combywrite(rdc_k_info_t *krdc, nsc_buf_t *handle) in rdc_combywrite() 2725 nsc_buf_t *handle; in rdc_readmaxfba() 2872 rdc_combyread(rdc_k_info_t *krdc, rdc_u_info_t *urdc, nsc_buf_t *handle) in rdc_combyread()
|
H A D | rdc_io.c | 2798 nsc_buf_t *handle = NULL; in _rdc_sync_wrthr() 2804 nsc_buf_t *, handle); in _rdc_sync_wrthr() 2862 nsc_buf_t *handle = NULL; in _rdc_sync_rdthr() 3052 nsc_buf_t *alloc_h = NULL; in _rdc_sync() 3053 nsc_buf_t *handle = NULL; in _rdc_sync() 3316 int, krdc->index, nsc_buf_t *, handle); in _rdc_sync()
|
H A D | rdc_bitmap.c | 104 nsc_buf_t *tmp; in rdc_ns_io() 833 nsc_buf_t *h; in rdc_write_bitmap_pattern()
|
/titanic_50/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 77 ii_header_t *_ii_bm_header_get(_ii_info_t *ip, nsc_buf_t **tmp); 79 nsc_buf_t *tmp); 96 nsc_buf_t *tmp = NULL; in update_tree_header() 133 nsc_buf_t *tmp = NULL; in node_io() 180 nsc_buf_t *bp; in node_fba_fill()
|
H A D | dsw_dev.h | 545 nsc_buf_t ii_bufh; /* exported buffer header */ 546 nsc_buf_t *ii_bufp; /* main underlying buffer */ 547 nsc_buf_t *ii_bufp2; /* second underlying buffer */ 548 nsc_buf_t *ii_abufp; /* anonymous underlying buffer */
|
H A D | dsw_dev.c | 125 ii_header_t *_ii_bm_header_get(_ii_info_t *ip, nsc_buf_t **tmp); 127 nsc_buf_t *tmp); 129 nsc_buf_t *tmp); 140 static nsc_buf_t *_ii_alloc_handle(void (*d_cb)(), void (*r_cb)(), 1146 nsc_buf_t *tmp; in _ii_config() 2110 nsc_buf_t *tmp = NULL; in _ii_perform_disable() 2839 nsc_buf_t *tmp = NULL; in _ii_reset() 3221 nsc_buf_t *tmp = NULL; in _ii_suspend_vol() 4045 nsc_buf_t *tmp = NULL; in _ii_oattach() 4155 nsc_buf_t *tmp = NULL; in _ii_odetach() [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_cache.h | 151 nsc_buf_t bh_buf; /* Generic buffer - must be first */
|
/titanic_50/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 1198 nsc_buf_t *tmph; in sv_lyr_open() 2092 nsc_buf_t *bufh = NULL; in _sv_lyr_strategy() 2093 nsc_buf_t *hndl = NULL; in _sv_lyr_strategy()
|
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 2026 nsc_buf_t *bh; in nsc_buf()
|