Searched refs:ncall_send (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | ncall_inter.h | 49 int ncall_send(void *, int, int, ...) { } function
|
/illumos-gate/usr/src/uts/common/avs/ncall/ |
H A D | ncall.h | 69 extern int ncall_send(ncall_t *, int, int, ...);
|
H A D | ncall.c | 546 ncall_send(ncall_t *ncall, int flags, int svc_id, ...) function
|
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_ncallio.c | 275 rc = ncall_send(ncall, ncall_flag, ncall_proc); 513 rc = ncall_send(ncall, 0, NSC_NCIO_PARTSIZE);
|
H A D | nsc_dev.c | 1228 if (ncall_send(ncall, 0, NSC_SETVAL) == 0) 1346 if (ncall_send(np, 0, NSC_SETVAL) == 0) 2077 if (ncall_send(ncall, 0, NSC_SETVAL_ALL) == 0)
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 635 r = ncall_send(ncall, 0, SD_ENABLE, _SD_SELF_HOST); 659 (void) ncall_send(ncall, NCALL_ASYNC, SD_DISABLE, 909 (void) ncall_send(ncall, NCALL_ASYNC, SD_CD_DISCARD, cd);
|
Completed in 67 milliseconds