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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_v2.c 326 mapreq_res next_r; local in function:pcnfsd2_mapid_2_svc
336 next_r = (struct mapreq_res_item *)
338 next_r->stat = MAP_RES_UNKNOWN;
339 next_r->req = a->req;
340 next_r->id = a->id;
341 next_r->name = NULL;
342 next_r->mapreq_next = NULL;
345 res.res_list = next_r;
347 last_r->mapreq_next = next_r;
348 last_r = next_r;
    [all...]
pcnfsd_v2.c 326 mapreq_res next_r; local in function:pcnfsd2_mapid_2_svc
336 next_r = (struct mapreq_res_item *)
338 next_r->stat = MAP_RES_UNKNOWN;
339 next_r->req = a->req;
340 next_r->id = a->id;
341 next_r->name = NULL;
342 next_r->mapreq_next = NULL;
345 res.res_list = next_r;
347 last_r->mapreq_next = next_r;
348 last_r = next_r;
    [all...]

Completed in 21 milliseconds