Home
last modified time | relevance | path

Searched defs:rpc_reply (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Drpc.c85 struct rpc_reply { struct
86 u_int32_t rp_xid; /* request transaction id */
87 int32_t rp_direction; /* call direction (1) */
88 int32_t rp_astatus; /* accept status (0: accepted) */
89 union {
116 struct rpc_reply *reply; in rpc_call() argument