Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/
H A Dncall_inter.h63 int ncall_nextnode(void **) { } in ncall_nextnode() function
/titanic_41/usr/src/uts/common/avs/ncall/
H A Dncall_module.h72 int (*ncall_nextnode)(void **); member
H A Dncall.h83 extern int ncall_nextnode(void **);
H A Dncall.c683 ncall_nextnode(void **vptr) in ncall_nextnode() function
688 rc = (*ncall_modules->module->ncall_nextnode)(vptr); in ncall_nextnode()
735 while ((nodeid = ncall_nextnode(&sequence)) > 0) { in ncallgetnodes()