Home
last modified time | relevance | path

Searched refs:ncall_timedsend (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/
H A Dncall_inter.h46 int ncall_timedsend(void *, int, int, struct timeval *, ...) { } in ncall_timedsend() function
/titanic_41/usr/src/uts/common/avs/ncall/
H A Dncall_module.h52 int (*ncall_timedsend)(ncall_t *, int, int, struct timeval *, member
H A Dncall.h65 extern int ncall_timedsend(ncall_t *, int, int, struct timeval *, ...);
H A Dncall.c492 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()