Lines Matching defs:request

658   } request;
729 request.sdata.pmap.prog = txdr_unsigned(RPCPROG_MNT);
730 request.sdata.pmap.vers = txdr_unsigned(RPCMNT_VER3);
731 request.sdata.pmap.proc = txdr_unsigned(NFS_PROTOTYPE);
732 request.sdata.pmap.port = 0;
735 (void *)&request.sdata, sizeof(struct call_args_pmap),
755 error = memset_s(&request, sizeof(request), 0, sizeof(request));
761 error = strncpy_s(request.mountd.mount.rpath, sizeof(request.mountd.mount.rpath),
768 request.mountd.mount.len = txdr_unsigned(sizeof(request.mountd.mount.rpath));
771 (void *)&request.mountd,
804 request.sdata.pmap.prog = txdr_unsigned(NFS_PROG);
805 request.sdata.pmap.vers = txdr_unsigned(NFS_VER3);
806 request.sdata.pmap.proc = txdr_unsigned(NFS_PROTOTYPE);
807 request.sdata.pmap.port = 0;
810 (void *)&request.sdata,
870 } request;
896 request.sdata.pmap.prog = txdr_unsigned(RPCPROG_MNT);
897 request.sdata.pmap.vers = txdr_unsigned(RPCMNT_VER3);
898 request.sdata.pmap.proc = txdr_unsigned(NFS_PROTOTYPE);
899 request.sdata.pmap.port = 0;
902 (void *)&request.sdata,
923 (void)strncpy_s(request.mountd.umount.rpath, sizeof(request.mountd.umount.rpath),
924 rpc->rc_path, sizeof(request.mountd.umount.rpath) - 1);
925 request.mountd.umount.rpath[sizeof(request.mountd.umount.rpath) - 1] = 0;
926 request.mountd.umount.len = txdr_unsigned(sizeof(request.mountd.umount.rpath));
929 (void *)&request.mountd,
952 * Perform the RPC request. Logic formats the RPC CALL message and calls
964 int version, void *request, size_t reqlen,
986 rpcclnt_fmtheader((struct rpc_call_header *)request,
1005 error = rpcclnt_send(rpc, procnum, prog, request, reqlen);
1062 error = rpcclnt_send(rpc, procnum, prog, request, reqlen);