Searched defs:cres (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/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...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c226 int cres = DW_DLV_ERROR; local
229 cres = dwarf_formstring(comp_dir_attr, &cdir, error);
230 if (cres == DW_DLV_ERROR) {
231 return cres;
232 } else if (cres == DW_DLV_OK) {
H A Ddwarf_line.c191 int cres = DW_DLV_ERROR; local
194 cres = dwarf_formstring(comp_dir_attr, &cdir, error);
195 if (cres == DW_DLV_ERROR) {
196 return cres;
197 } else if (cres == DW_DLV_OK) {
465 int cres = DW_DLV_ERROR; local
468 cres = dwarf_formstring(comp_dir_attr, &cdir, error);
469 if (cres == DW_DLV_ERROR) {
470 return cres;
471 } else if (cres
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c1101 cryptkeyres cres; member in union:__anon693
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c3328 struct T_conn_res *cres = (struct T_conn_res *)mp->b_rptr; local
3331 t_scalar_t prim = cres->PRIM_type;
3396 olen = cres->OPT_length;
3397 ooff = cres->OPT_offset;
3420 if (cres->SEQ_number < TL_MINOR_START &&
3421 cres->SEQ_number >= BADSEQNUM) {
3434 (mod_hash_key_t)(uintptr_t)cres->ACCEPTOR_id,
3498 tip = tl_icon_find(tep, cres->SEQ_number);
3516 tip->ti_tep->te_seqno == cres->SEQ_number);

Completed in 72 milliseconds