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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_v2.c 327 mapreq_res last_r = NULL; local in function:pcnfsd2_mapid_2_svc
344 if (last_r == NULL)
347 last_r->mapreq_next = next_r;
348 last_r = next_r;
pcnfsd_v2.c 327 mapreq_res last_r = NULL; local in function:pcnfsd2_mapid_2_svc
344 if (last_r == NULL)
347 last_r->mapreq_next = next_r;
348 last_r = next_r;
pcnfsd_v2.c 327 mapreq_res last_r = NULL; local in function:pcnfsd2_mapid_2_svc
344 if (last_r == NULL)
347 last_r->mapreq_next = next_r;
348 last_r = next_r;

Completed in 33 milliseconds