HomeSort by: relevance | last modified time | path
    Searched defs:rpcvers (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 365 int rpcvers = RPCBVERS4; local in function:nlm_get_rpc
399 RPCBPROG, rpcvers, 0, 0);
419 switch (rpcvers) {
450 if (rpcvers == RPCBVERS4)
451 rpcvers = RPCBVERS;
452 else if (rpcvers == RPCBVERS)
453 rpcvers = PMAPVERS;
454 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
488 panic("invalid rpcvers %d", rpcvers);
    [all...]
nlm_prot_impl.c 365 int rpcvers = RPCBVERS4; local in function:nlm_get_rpc
399 RPCBPROG, rpcvers, 0, 0);
419 switch (rpcvers) {
450 if (rpcvers == RPCBVERS4)
451 rpcvers = RPCBVERS;
452 else if (rpcvers == RPCBVERS)
453 rpcvers = PMAPVERS;
454 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
488 panic("invalid rpcvers %d", rpcvers);
    [all...]

Completed in 24 milliseconds