Searched refs:ncall_get_data (Results 1 – 6 of 6) sorted by relevance
| /titanic_50/usr/src/uts/common/avs/ns/ |
| H A D | ncall_inter.h | 55 int ncall_get_data(void *, void *, int) { } in ncall_get_data() function
|
| /titanic_50/usr/src/uts/common/avs/ncall/ |
| H A D | ncall_module.h | 63 int (*ncall_get_data)(ncall_t *, void *, int); member
|
| H A D | ncall.h | 75 extern int ncall_get_data(ncall_t *, void *, int);
|
| H A D | ncall.c | 609 ncall_get_data(ncall_t *ncall, void *data, int len) in ncall_get_data() function 614 rc = (*ncall_modules->module->ncall_get_data)(ncall, data, len); in ncall_get_data()
|
| /titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
| H A D | nsc_ncallio.c | 286 rc = ncall_get_data(ncall, rw, sizeof (*rw)); in nsc_ncio_rwb() 561 rc = ncall_get_data(ncall, size, sizeof (*size)); in nsc_rncio_partsize() 650 rc = ncall_get_data(ncall, rw, sizeof (*rw)); in nsc_rncio_io()
|
| H A D | nsc_dev.c | 1257 rc = ncall_get_data(ncall, rval, sizeof (*rval)); in r_nsc_setval() 1302 rc = ncall_get_data(ncall, in, sizeof (*in)); in r_nsc_setval_all()
|