logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::sunrpc.clnt.call_sync - Make a synchronous RPC call

Name

       probe::sunrpc.clnt.call_sync - Make a synchronous RPC call

See Also

tapset::rpc(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SUNRPC.CLNT(3stap)

Synopsis

       sunrpc.clnt.call_sync

Values

vers
           the RPC program version number

       procname
           the procedure name in this RPC call

       port
           the port number

       flags
           flags

       progname
           the RPC program name

       servername
           the server machine name

       prot
           the IP protocol number

       proc
           the procedure number in this RPC call

       xid
           current transmission id

       prog
           the RPC program number

       dead
           whether this client is abandoned

See Also