Searched refs:cres (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_accept.c56 struct T_conn_res *cres; local
189 cres = (struct T_conn_res *)ctlbuf.buf;
190 cres->OPT_length = call->opt.len;
191 cres->OPT_offset = 0;
192 cres->SEQ_number = call->sequence;
194 cres->ACCEPTOR_id = restiptr->acceptor_id;
195 cres->PRIM_type = conn_res_prim = T_CONN_RES;
198 cres->ACCEPTOR_id = 0;
199 cres->PRIM_type = conn_res_prim = O_T_CONN_RES;
206 call->opt.buf, &cres
[all...]
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c196 libuvfs_common_res_t *cres = res; local
198 cres->lcr_error = abs(error);

Completed in 30 milliseconds