Searched defs:value_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h118 int32_t value_type; /* data type */ member in struct:sysevent_value
H A Dsysevent_impl.h55 int32_t value_type; /* data type */ member in struct:se_value
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h157 rep_protocol_value_type_t value_type; member in struct:scf_value
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c1239 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 Ddwarf_frame.c1792 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 Dlibnwam_values.c72 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 Dnwamcfg.c1966 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 Dlibscf.h108 scf_type_t value_type; member in struct:scf_values

Completed in 253 milliseconds