Searched refs:unit_type (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_die_deliv.c | 305 int unit_type = 0; in _dwarf_read_cu_version_and_abbrev_offset() local 320 unit_type = unit_typeb; in _dwarf_read_cu_version_and_abbrev_offset() 322 if (is_unknown_UT_value(unit_type)) { in _dwarf_read_cu_version_and_abbrev_offset() 328 " the CU header unit_type 0x%x",unit_type); in _dwarf_read_cu_version_and_abbrev_offset() 331 unit_type); in _dwarf_read_cu_version_and_abbrev_offset() 365 unit_type = is_info?DW_UT_compile:DW_UT_type; in _dwarf_read_cu_version_and_abbrev_offset() 371 cu_context->cc_unit_type = unit_type; in _dwarf_read_cu_version_and_abbrev_offset() 470 Dwarf_Half unit_type = cu_context->cc_unit_type; in fill_in_dwp_offsets_if_present() local 474 if (unit_type == DW_UT_split_type || in fill_in_dwp_offsets_if_present() 475 (ver == DW_CU_VERSION4 && unit_type == DW_UT_type)){ in fill_in_dwp_offsets_if_present() [all …]
|
H A D | dwarf_util.c | 1003 Dwarf_Ubyte unit_type = 0; in _dwarf_length_of_cu_header() local 1005 READ_UNALIGNED_CK(dbg, unit_type, Dwarf_Ubyte, in _dwarf_length_of_cu_header() 1007 switch (unit_type) { in _dwarf_length_of_cu_header()
|
H A D | pro_section.c | 2848 Dwarf_Ubyte unit_type, in generate_debuginfo_header_5() argument 2866 sizeof(unit_type) + in generate_debuginfo_header_5() 2893 (const void *) &unit_type, in generate_debuginfo_header_5() 2894 sizeof(unit_type), sizeof(Dwarf_Ubyte)); in generate_debuginfo_header_5() 3088 Dwarf_Ubyte unit_type = DW_UT_compile; in _dwarf_pro_generate_debuginfo() local 3110 version, unit_type, extension_size, address_size, in _dwarf_pro_generate_debuginfo()
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_token.c | 171 au_to_data(char unit_print, char unit_type, char unit_count, char *p) in au_to_data() argument 180 switch (unit_type) { in au_to_data() 215 adr_char(&adr, &unit_type, 1); in au_to_data() 218 switch (unit_type) { in au_to_data()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fc_appif.h | 267 uint32_t unit_type; /* unit type */ member
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | au_to.c | 310 au_to_data(char unit_print, char unit_type, char unit_count, char *p) in au_to_data() argument 326 switch (unit_type) { in au_to_data() 350 adr_char(&adr, &unit_type, 1); in au_to_data() 353 switch (unit_type) { in au_to_data()
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 879 memcpy(&info->unittype, &(rnid.unit_type), sizeof (info->unittype)); in getRNIDMgmtInfo() 1202 memcpy(&(rnid.unit_type), &(info.unittype), sizeof (rnid.unit_type)); in setRNID()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.c | 548 ss->ss_rnid.unit_type = FCOEI_RNID_HBA; in fcoei_attach_init()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 1765 port_info->pi_rnid_params.params.unit_type = RNID_HBA; in emlxs_fca_bind_port() 2002 port_info->pi_rnid_params.params.unit_type); in emlxs_fca_bind_port() 5617 rnid->unit_type = RNID_HBA; in emlxs_fca_port_manage() 5624 "GET_NODE_ID: unit_type: 0x%x", rnid->unit_type); in emlxs_fca_port_manage() 5661 "SET_NODE_ID: unit_type: 0x%x", rnid->unit_type); in emlxs_fca_port_manage()
|