Searched refs:ncall_put_data (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | ncall_inter.h | 54 int ncall_put_data(void *, void *, int) { } in ncall_put_data() function
|
/titanic_50/usr/src/uts/common/avs/ncall/ |
H A D | ncall_module.h | 62 int (*ncall_put_data)(ncall_t *, void *, int); member
|
H A D | ncall.h | 74 extern int ncall_put_data(ncall_t *, void *, int);
|
H A D | ncall.c | 597 ncall_put_data(ncall_t *ncall, void *data, int len) in ncall_put_data() function 602 rc = (*ncall_modules->module->ncall_put_data)(ncall, data, len); in ncall_put_data()
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_ncallio.c | 270 rc = ncall_put_data(ncall, rw, ncall_len); in nsc_ncio_rwb() 507 rc = ncall_put_data(ncall, size, sizeof (*size)); in nsc_ncio_attach() 694 rc = ncall_put_data(ncall, rw, sizeof (*rw)); in nsc_rncio_io()
|
H A D | nsc_dev.c | 1218 rc = ncall_put_data(ncall, rval, sizeof (*rval)); in _nsc_setval() 1338 rc = ncall_put_data(np, out, sizeof (*out)); in r_nsc_setval_all() 2069 rc = ncall_put_data(ncall, rval, sizeof (*rval)); in _nsc_alloc_dev()
|