Searched refs:s_program (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c227 if (sp->s_program != req->rq_prog) {
231 sp->s_program, req->rq_prog);
785 if (np->s_program == 0)
789 i = np->s_program - NFS4_CALLBACK;
854 if (np->s_program >= NFS4_CALLBACK &&
855 np->s_program < NFS4_CALLBACK + nfs4_num_prognums)
900 np->s_program = pgm;
1753 if (np->zoneid == zoneid && np->s_program == prog) {
1805 pro = sp->s_program;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1268 * s_program is used as the index into the nfs4_callback_globals's
1305 rpcprog_t s_program; member in struct:nfs4_server

Completed in 123 milliseconds