Searched refs:ncall_alloc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dncall_inter.h45 int ncall_alloc(int, int, int, void **) { } function
/illumos-gate/usr/src/uts/common/avs/ncall/
H A Dncall_module.h51 int (*ncall_alloc)(int, int, int, ncall_t **); member in struct:ncall_module_s
H A Dncall.h64 extern int ncall_alloc(int, int, int, ncall_t **);
H A Dncall.c479 ncall_alloc(int host_id, int flags, int net, ncall_t **ncall_p) function
484 rc = (*ncall_modules->module->ncall_alloc)(host_id,
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c263 rc = ncall_alloc(rw->rw_snode, 0, 0, &ncall);
501 rc = ncall_alloc(ncp->snode, 0, 0, &ncall);
H A Dnsc_dev.c1212 rc = ncall_alloc(ncall_mirror(ncall_self()), 0, 0, &ncall);
1312 rc = ncall_alloc(ncall_mirror(ncall_self()), 0, 0, &np);
2065 rc = ncall_alloc(ncall_mirror(ncall_self()), 0, 0, &ncall);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c629 if (ncall_alloc(_SD_MIRROR_HOST, 0, _SD_NO_NET, &ncall)) {
658 if (ncall_alloc(_SD_MIRROR_HOST, 0, 0, &ncall) == 0)
907 if (ncall_alloc(_SD_MIRROR_HOST, 0, 0, &ncall))

Completed in 66 milliseconds