Searched defs:value_type (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysevent.h | 118 int32_t value_type; /* data type */ member in struct:sysevent_value
|
H A D | sysevent_impl.h | 55 int32_t value_type; /* data type */ member in struct:se_value
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel_impl.h | 157 rep_protocol_value_type_t value_type; member in struct:scf_value
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_frame2.c | 1239 int value_type = gnu_encoding & 0xf; local 1250 switch (value_type) { 1252 /* value_type is zero. Treat as pointer size of the object.
|
H A D | dwarf_frame.c | 1792 Dwarf_Small * value_type, 1838 /* Without value_type the data cannot be understood, so we insist 1840 *value_type = fde_table.fr_reg[table_column].ru_value_type; 1861 Dwarf_Small * value_type, 1899 /* Without value_type the data cannot be understood, so we insist 1901 *value_type = fde_table.fr_cfa_rule.ru_value_type; 1789 dwarf_get_fde_info_for_reg3(Dwarf_Fde fde, Dwarf_Half table_column, Dwarf_Addr pc_requested, Dwarf_Small * value_type, Dwarf_Signed * offset_relevant, Dwarf_Signed * register_num, Dwarf_Signed * offset_or_block_len, Dwarf_Ptr * block_ptr, Dwarf_Addr * row_pc_out, Dwarf_Error * error) argument 1859 dwarf_get_fde_info_for_cfa_reg3(Dwarf_Fde fde, Dwarf_Addr pc_requested, Dwarf_Small * value_type, Dwarf_Signed * offset_relevant, Dwarf_Signed * register_num, Dwarf_Signed * offset_or_block_len, Dwarf_Ptr * block_ptr, Dwarf_Addr * row_pc_out, Dwarf_Error * error) argument
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 72 nwam_value_create(nwam_value_type_t value_type, void *values, uint_t numvalues, argument 88 newvalue->nwv_value_type = value_type; 91 switch (value_type) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 1966 nwam_value_type_t value_type; local 1970 ret = nwam_ncu_get_prop_type(prop, &value_type); 1973 ret = nwam_loc_get_prop_type(prop, &value_type); 1976 ret = nwam_enm_get_prop_type(prop, &value_type); 1979 ret = nwam_known_wlan_get_prop_type(prop, &value_type); 1984 value_type = NWAM_VALUE_TYPE_UNKNOWN; 1986 return (value_type); 2002 nwam_value_type_t value_type; local 2038 value_type = prop_value_type(object_type, 2040 if (value_type 2711 nwam_value_type_t value_type; local 3870 nwam_value_type_t value_type; local [all...] |
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 108 scf_type_t value_type; member in struct:scf_values
|
Completed in 132 milliseconds