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

/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_bcast.c279 struct r_rpcb_rmtcallargs barg; /* Remote arguments */ local
388 barg.prog = prog;
389 barg.vers = vers;
390 barg.proc = proc;
391 barg.args.args_val = argsp;
392 barg.xdr_args = xargs;
401 (struct rpcb_rmtcallargs *)(void *)&barg))) {

Completed in 45 milliseconds