HomeSort by: relevance | last modified time | path
    Searched defs:send_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
rpc.c 123 char *send_head, *send_tail; local in function:rpc_call
144 send_head = sdata;
148 send_head -= sizeof(*auth);
149 auth = (struct auth_info *)send_head;
155 send_head -= sizeof(struct auth_unix);
156 (void)memset(send_head, 0, sizeof(struct auth_unix));
157 send_head -= sizeof(*auth);
158 auth = (struct auth_info *)send_head;
163 send_head -= sizeof(*auth);
164 auth = send_head;
    [all...]
rpc.c 123 char *send_head, *send_tail; local in function:rpc_call
144 send_head = sdata;
148 send_head -= sizeof(*auth);
149 auth = (struct auth_info *)send_head;
155 send_head -= sizeof(struct auth_unix);
156 (void)memset(send_head, 0, sizeof(struct auth_unix));
157 send_head -= sizeof(*auth);
158 auth = (struct auth_info *)send_head;
163 send_head -= sizeof(*auth);
164 auth = send_head;
    [all...]

Completed in 25 milliseconds