Lines Matching refs:args
55 /* args */
963 struct rpc_create_args args = {
983 args.client_name = clp->cl_cred.cr_principal;
984 args.prognumber = conn->cb_prog;
985 args.protocol = XPRT_TRANSPORT_TCP;
986 args.authflavor = clp->cl_cred.cr_flavor;
992 args.bc_xprt = conn->cb_xprt;
993 args.prognumber = clp->cl_cb_session->se_cb_prog;
994 args.protocol = conn->cb_xprt->xpt_class->xcl_ident |
996 args.authflavor = ses->se_cb_sec.flavor;
999 client = rpc_create(&args);
1017 args.authflavor);