Home
last modified time | relevance | path

Searched refs:rdc_buf_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c77 static int _rdc_free_handle(rdc_buf_t *, rdc_fd_t *);
1087 rdc_buf_t **ptr) in _rdc_alloc_buf()
1092 rdc_buf_t *h; in _rdc_alloc_buf()
1149 h = (rdc_buf_t *)_rdc_alloc_handle(NULL, NULL, NULL, rfd); in _rdc_alloc_buf()
1284 _rdc_free_buf(rdc_buf_t *h) in _rdc_free_buf()
1502 rdc_buf_t *h; in _rdc_alloc_handle()
1541 _rdc_free_handle(rdc_buf_t *h, rdc_fd_t *rfd) in _rdc_free_handle()
1551 kmem_free(h, sizeof (rdc_buf_t)); in _rdc_free_handle()
1834 _rdc_read(rdc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _rdc_read()
1877 _rdc_remote_write(rdc_k_info_t *krdc, rdc_buf_t *h, nsc_buf_t *nsc_h, in _rdc_remote_write()
[all …]
H A Drdc_io.h339 } rdc_buf_t; typedef
920 extern aio_buf_t *rdc_aio_buf_get(rdc_buf_t *, int);
921 extern void rdc_aio_buf_del(rdc_buf_t *, rdc_k_info_t *);
922 extern aio_buf_t *rdc_aio_buf_add(int, rdc_buf_t *);
H A Drdc_io.c6578 rdc_aio_buf_get(rdc_buf_t *h, int index) in rdc_aio_buf_get()
6602 rdc_aio_buf_del(rdc_buf_t *h, rdc_k_info_t *krdc) in rdc_aio_buf_del()
6628 rdc_aio_buf_add(int index, rdc_buf_t *h) in rdc_aio_buf_add()
/titanic_44/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c456 rdc_buf_t *buf; in rdc_buf()