Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/
H A Dncall_inter.h55 int ncall_get_data(void *, void *, int) { } in ncall_get_data() function
/titanic_50/usr/src/uts/common/avs/ncall/
H A Dncall_module.h63 int (*ncall_get_data)(ncall_t *, void *, int); member
H A Dncall.h75 extern int ncall_get_data(ncall_t *, void *, int);
H A Dncall.c609 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 Dnsc_ncallio.c286 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 Dnsc_dev.c1257 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()