Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c54 struct T_conn_res *cres; in _tx_accept() local
187 cres = (struct T_conn_res *)ctlbuf.buf; in _tx_accept()
188 cres->OPT_length = call->opt.len; in _tx_accept()
189 cres->OPT_offset = 0; in _tx_accept()
190 cres->SEQ_number = call->sequence; in _tx_accept()
192 cres->ACCEPTOR_id = restiptr->acceptor_id; in _tx_accept()
193 cres->PRIM_type = conn_res_prim = T_CONN_RES; in _tx_accept()
196 cres->ACCEPTOR_id = 0; in _tx_accept()
197 cres->PRIM_type = conn_res_prim = O_T_CONN_RES; in _tx_accept()
204 call->opt.buf, &cres->OPT_offset) < 0) { in _tx_accept()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_arange.c603 int cres = 0; in dwarf_get_cu_die_offset() local
620 cres = _dwarf_length_of_cu_header(dbg, offset, in dwarf_get_cu_die_offset()
622 if (cres != DW_DLV_OK) { in dwarf_get_cu_die_offset()
623 return cres; in dwarf_get_cu_die_offset()
693 int cres = 0; in dwarf_get_arange_info() local
703 cres = _dwarf_length_of_cu_header(dbg, offset, in dwarf_get_arange_info()
705 if (cres != DW_DLV_OK) { in dwarf_get_arange_info()
706 return cres; in dwarf_get_arange_info()
744 int cres = 0; in dwarf_get_arange_info_b() local
755 if (cres != DW_DLV_OK) { in dwarf_get_arange_info_b()
[all …]
H A Ddwarf_global.c698 int cres = 0; in dwarf_global_name_offsets() local
722 cres = _dwarf_length_of_cu_header(dbg, cuhdr_off,true, in dwarf_global_name_offsets()
724 if(cres != DW_DLV_OK) { in dwarf_global_name_offsets()
725 return cres; in dwarf_global_name_offsets()
812 int cres = 0; in dwarf_get_cu_die_offset_given_cu_header_offset() local
814 cres = _dwarf_length_of_cu_header(dbg, in_cu_header_offset,true, in dwarf_get_cu_die_offset_given_cu_header_offset()
816 if (cres != DW_DLV_OK) { in dwarf_get_cu_die_offset_given_cu_header_offset()
817 return cres; in dwarf_get_cu_die_offset_given_cu_header_offset()
840 int cres = 0; in dwarf_get_cu_die_offset_given_cu_header_offset_b() local
844 if (cres != DW_DLV_OK) { in dwarf_get_cu_die_offset_given_cu_header_offset_b()
[all …]
H A Ddwarf_util.c161 int cres = DW_DLV_ERROR; in _dwarf_internal_get_die_comp_dir() local
164 cres = dwarf_formstring(comp_name_attr, &name, error); in _dwarf_internal_get_die_comp_dir()
165 if (cres == DW_DLV_ERROR) { in _dwarf_internal_get_die_comp_dir()
167 return cres; in _dwarf_internal_get_die_comp_dir()
168 } else if (cres == DW_DLV_OK) { in _dwarf_internal_get_die_comp_dir()
182 int cres = DW_DLV_ERROR; in _dwarf_internal_get_die_comp_dir() local
185 cres = dwarf_formstring(comp_dir_attr, &cdir, error); in _dwarf_internal_get_die_comp_dir()
186 if (cres == DW_DLV_ERROR) { in _dwarf_internal_get_die_comp_dir()
188 return cres; in _dwarf_internal_get_die_comp_dir()
189 } else if (cres == DW_DLV_OK) { in _dwarf_internal_get_die_comp_dir()
H A Ddwarf_print_lines.c581 int cres = DW_DLV_ERROR; in _dwarf_internal_printlines() local
584 cres = dwarf_formstring(comp_dir_attr, &cdir, error); in _dwarf_internal_printlines()
585 if (cres == DW_DLV_ERROR) { in _dwarf_internal_printlines()
586 return cres; in _dwarf_internal_printlines()
587 } else if (cres == DW_DLV_OK) { in _dwarf_internal_printlines()
H A Dpro_section.c3181 int cres = 0; in _dwarf_pro_generate_debuginfo() local
3189 cres =sort_die_attrs(dbg,curdie,error); in _dwarf_pro_generate_debuginfo()
3190 if (cres != DW_DLV_OK) { in _dwarf_pro_generate_debuginfo()
3192 return cres; in _dwarf_pro_generate_debuginfo()
3196 cres = _dwarf_pro_getabbrev(dbg,curdie, abbrev_head,&curabbrev, in _dwarf_pro_generate_debuginfo()
3198 if (cres != DW_DLV_OK) { in _dwarf_pro_generate_debuginfo()
3199 return cres; in _dwarf_pro_generate_debuginfo()
3218 cres = _dwarf_pro_encode_leb128_nm(curabbrev->abb_idx, in _dwarf_pro_generate_debuginfo()
3221 if (cres != DW_DLV_OK) { in _dwarf_pro_generate_debuginfo()
H A Ddwarf_die_deliv.c2183 int cres = 0; in _dwarf_siblingof_internal() local
2193 cres = _dwarf_length_of_cu_header(dbg, off2,is_info, in _dwarf_siblingof_internal()
2195 if (cres != DW_DLV_OK) { in _dwarf_siblingof_internal()
2196 return cres; in _dwarf_siblingof_internal()
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c3416 struct T_conn_res *cres = (struct T_conn_res *)mp->b_rptr; in tl_conn_res() local
3419 t_scalar_t prim = cres->PRIM_type; in tl_conn_res()
3484 olen = cres->OPT_length; in tl_conn_res()
3485 ooff = cres->OPT_offset; in tl_conn_res()
3508 if (cres->SEQ_number < TL_MINOR_START && in tl_conn_res()
3509 cres->SEQ_number >= BADSEQNUM) { in tl_conn_res()
3522 (mod_hash_key_t)(uintptr_t)cres->ACCEPTOR_id, in tl_conn_res()
3586 tip = tl_icon_find(tep, cres->SEQ_number); in tl_conn_res()
3604 tip->ti_tep->te_seqno == cres->SEQ_number); in tl_conn_res()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c1100 cryptkeyres cres; member