Searched refs:ncall_timedsend (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | ncall_inter.h | 46 int ncall_timedsend(void *, int, int, struct timeval *, ...) { } in ncall_timedsend() function
|
/titanic_41/usr/src/uts/common/avs/ncall/ |
H A D | ncall_module.h | 52 int (*ncall_timedsend)(ncall_t *, int, int, struct timeval *, member
|
H A D | ncall.h | 65 extern int ncall_timedsend(ncall_t *, int, int, struct timeval *, ...);
|
H A D | ncall.c | 492 ncall_timedsend(ncall_t *ncall, int flags, int svc_id, in ncall_timedsend() function 501 rc = (*ncall_modules->module->ncall_timedsend)(ncall, flags, in ncall_timedsend() 554 rc = (*ncall_modules->module->ncall_timedsend)(ncall, flags, in ncall_send()
|