Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1478 rpcvers_t max_vers, char *pgmname, struct rpc_disptable *disptable) in common_dispatch() argument
1523 if (which < 0 || which >= disptable[(int)vers].dis_nprocs) { in common_dispatch()
1529 (*(disptable[(int)vers].dis_proccntp))[which].value.ui64++; in common_dispatch()
1531 disp = &disptable[(int)vers].dis_table[which]; in common_dispatch()
1532 procnames = disptable[(int)vers].dis_procnames; in common_dispatch()