Home
last modified time | relevance | path

Searched refs:send_head (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Drpc.c117 char *send_head, *send_tail; in rpc_call() local
138 send_head = sdata; in rpc_call()
142 send_head -= sizeof(*auth); in rpc_call()
143 auth = (struct auth_info *)send_head; in rpc_call()
148 send_head -= sizeof(struct auth_unix); in rpc_call()
149 bzero(send_head, sizeof(struct auth_unix)); in rpc_call()
150 send_head -= sizeof(*auth); in rpc_call()
151 auth = (struct auth_info *)send_head; in rpc_call()
156 send_head -= sizeof(*call); in rpc_call()
157 call = (struct rpc_call *)send_head; in rpc_call()
[all …]