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

  /src/usr.sbin/rpcbind/
pmap_svc.c 171 RPCB rpcbreg; local in function:pmapproc_change
201 rpcbreg.r_owner = __UNCONST(rpcbind_unknown);
203 rpcbreg.r_owner = __UNCONST(rpcbind_superuser);
207 rpcbreg.r_owner = uidbuf;
210 rpcbreg.r_prog = reg.pm_prog;
211 rpcbreg.r_vers = reg.pm_vers;
219 rpcbreg.r_addr = buf;
221 rpcbreg.r_netid = __UNCONST(udptrans);
223 rpcbreg.r_netid = __UNCONST(tcptrans);
228 ans = map_set(&rpcbreg, rpcbreg.r_owner)
    [all...]
pmap_svc.c 171 RPCB rpcbreg; local in function:pmapproc_change
201 rpcbreg.r_owner = __UNCONST(rpcbind_unknown);
203 rpcbreg.r_owner = __UNCONST(rpcbind_superuser);
207 rpcbreg.r_owner = uidbuf;
210 rpcbreg.r_prog = reg.pm_prog;
211 rpcbreg.r_vers = reg.pm_vers;
219 rpcbreg.r_addr = buf;
221 rpcbreg.r_netid = __UNCONST(udptrans);
223 rpcbreg.r_netid = __UNCONST(tcptrans);
228 ans = map_set(&rpcbreg, rpcbreg.r_owner)
    [all...]
pmap_svc.c 171 RPCB rpcbreg; local in function:pmapproc_change
201 rpcbreg.r_owner = __UNCONST(rpcbind_unknown);
203 rpcbreg.r_owner = __UNCONST(rpcbind_superuser);
207 rpcbreg.r_owner = uidbuf;
210 rpcbreg.r_prog = reg.pm_prog;
211 rpcbreg.r_vers = reg.pm_vers;
219 rpcbreg.r_addr = buf;
221 rpcbreg.r_netid = __UNCONST(udptrans);
223 rpcbreg.r_netid = __UNCONST(tcptrans);
228 ans = map_set(&rpcbreg, rpcbreg.r_owner)
    [all...]

Completed in 38 milliseconds