Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c880 int sres = 0; in _dwarf_get_debugfission_for_offset() local
888 if (sres != DW_DLV_OK) { in _dwarf_get_debugfission_for_offset()
889 return sres; in _dwarf_get_debugfission_for_offset()
896 return sres; in _dwarf_get_debugfission_for_offset()
900 return sres; in _dwarf_get_debugfission_for_offset()
910 int sres = 0; in dwarf_get_debugfission_for_key() local
916 return sres; in dwarf_get_debugfission_for_key()
920 return sres; in dwarf_get_debugfission_for_key()
925 return sres; in dwarf_get_debugfission_for_key()
931 return sres; in dwarf_get_debugfission_for_key()
[all …]
H A Ddwarf_tied.c153 int sres = DW_DLV_OK; in _dwarf_loop_reading_debug_info_for_cu() local
168 sres = _dwarf_next_cu_header_internal(tieddbg, in _dwarf_loop_reading_debug_info_for_cu()
177 if (sres == DW_DLV_NO_ENTRY) { in _dwarf_loop_reading_debug_info_for_cu()
H A Ddwarf_die_deliv.c1109 int sres = 0; in find_cu_die_base_fields() local
1118 sres = dwarf_formsig8_const(attr, in find_cu_die_base_fields()
1120 if(sres == DW_DLV_OK) { in find_cu_die_base_fields()
1132 return sres; in find_cu_die_base_fields()
1693 int sres = 0; in dwarf_die_from_hash_signature() local
1695 sres = _dwarf_load_debug_info(dbg,error); in dwarf_die_from_hash_signature()
1696 if (sres == DW_DLV_ERROR) { in dwarf_die_from_hash_signature()
1697 return sres; in dwarf_die_from_hash_signature()
1699 sres = _dwarf_load_debug_types(dbg,error); in dwarf_die_from_hash_signature()
1700 if (sres == DW_DLV_ERROR) { in dwarf_die_from_hash_signature()
[all …]
H A Ddwarf_form.c194 int sres = 0; in dwarf_uncompress_integer_block_a() local
196 sres = _dwarf_decode_s_leb128_chk((unsigned char *)ptr, in dwarf_uncompress_integer_block_a()
198 if (sres != DW_DLV_OK) { in dwarf_uncompress_integer_block_a()
314 int sres = 0; in dwarf_uncompress_integer_block() local
316 sres = _dwarf_decode_s_leb128_chk((unsigned char *)ptr, in dwarf_uncompress_integer_block()
318 if (sres != DW_DLV_OK) { in dwarf_uncompress_integer_block()
H A Ddwarf_line.c472 int sres = 0; in dwarf_srcfiles() local
476 sres = create_fullest_file_path(dbg,fe,line_context, in dwarf_srcfiles()
478 if (sres != DW_DLV_OK) { in dwarf_srcfiles()
481 return sres; in dwarf_srcfiles()
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c227 zs_system_t *sres; in zs_usage_compute_zones() local
230 sres = ures->zsu_system; in zs_usage_compute_zones()
255 zres->zsz_system = sres; in zs_usage_compute_zones()
296 zres->zsz_system = sres; in zs_usage_compute_zones()
335 zres->zsz_system = sres; in zs_usage_compute_zones()
2278 zs_system_t *sold, *snew, *sres; in zs_usage_compute() local
2294 sres = ures->zsu_system; in zs_usage_compute()
2301 if (sres != snew) in zs_usage_compute()
2302 *sres = *snew; in zs_usage_compute()
2405 if (sres != sold) { in zs_usage_compute()
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c919 short s1, s2, sres; in vis_fmul() local
945 sres++; in vis_fmul()
946 lrd.s[i] = sres; in vis_fmul()
960 sres++; in vis_fmul()
961 lrd.s[i] = sres; in vis_fmul()
975 sres++; in vis_fmul()
976 lrd.s[i] = sres; in vis_fmul()
995 sres++; in vis_fmul()
996 if (sres < 0) in vis_fmul()
1017 sres++; in vis_fmul()
[all …]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c648 const char *sres; in pool_xml_set_attr() local
692 (void) pool_value_get_string(value, &sres); in pool_xml_set_attr()
693 if (sres != NULL) in pool_xml_set_attr()
695 sres); in pool_xml_set_attr()
825 const char *sres; in pool_xml_set_prop() local
903 (void) pool_value_get_string(value, &sres); in pool_xml_set_prop()
904 (void) snprintf((char *)buf, sizeof (buf), "%s", sres); in pool_xml_set_prop()
H A Dpool.c330 const char *sres; in pool_base_info() local
361 (void) pool_value_get_string(&val, &sres); in pool_base_info()
362 if (append_char_buf(cb, " %s", sres) == PO_FAIL) { in pool_base_info()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c63 ssize_t sres = uiop->uio_resid; in bootfs_read() local
119 if (uiop->uio_resid > sres) in bootfs_read()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c133 deep_lock_copy(LOCK4res *dres, LOCK4res *sres) in deep_lock_copy() argument
135 lock_owner4 *slo = &sres->LOCK4res_u.denied.owner; in deep_lock_copy()
138 if (sres->status == NFS4ERR_DENIED) { in deep_lock_copy()
159 deep_open_copy(OPEN4res *dres, OPEN4res *sres) in deep_open_copy() argument
163 if (sres->status != NFS4_OK) { in deep_open_copy()
167 dres->attrset = sres->attrset; in deep_open_copy()
169 switch (sres->delegation.delegation_type) { in deep_open_copy()
173 sacep = &sres->delegation.open_delegation4_u.read.permissions; in deep_open_copy()
177 sacep = &sres->delegation.open_delegation4_u.write.permissions; in deep_open_copy()