Home
last modified time | relevance | path

Searched refs:ncall_put_data (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/
H A Dncall_inter.h54 int ncall_put_data(void *, void *, int) { } in ncall_put_data() function
/titanic_44/usr/src/uts/common/avs/ncall/
H A Dncall_module.h62 int (*ncall_put_data)(ncall_t *, void *, int); member
H A Dncall.h74 extern int ncall_put_data(ncall_t *, void *, int);
H A Dncall.c597 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_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c270 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 Dnsc_dev.c1218 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()