Searched refs:ncall_alloc (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | ncall_inter.h | 45 int ncall_alloc(int, int, int, void **) { } function
|
/illumos-gate/usr/src/uts/common/avs/ncall/ |
H A D | ncall_module.h | 51 int (*ncall_alloc)(int, int, int, ncall_t **); member in struct:ncall_module_s
|
H A D | ncall.h | 64 extern int ncall_alloc(int, int, int, ncall_t **);
|
H A D | ncall.c | 479 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 D | nsc_ncallio.c | 263 rc = ncall_alloc(rw->rw_snode, 0, 0, &ncall); 501 rc = ncall_alloc(ncp->snode, 0, 0, &ncall);
|
H A D | nsc_dev.c | 1212 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 D | sd_ft.c | 629 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 67 milliseconds