Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 1579) sorted by relevance

12345678910>>...64

/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h49 htons(uint16_t value) in htons()
60 ntohs(uint16_t value) in ntohs()
71 htonl(uint32_t value) in htonl()
78 ntohl(uint32_t value) in ntohl()
86 htonll(uint64_t value) in htonll()
93 ntohll(uint64_t value) in ntohll()
102 htonll(uint64_t value) in htonll()
108 ntohll(uint64_t value) in ntohll()
H A Dsunddi.h45 uint8_t value; in inb() local
58 uint16_t value; in inw() local
71 uint32_t value; in inl() local
81 outb(int port, uint8_t value) in outb()
92 outw(int port, uint16_t value) in outw()
103 outl(int port, uint32_t value) in outl()
H A Dmmu.h45 uint64_t value; in getcr3() local
54 setcr3(ulong_t value) in setcr3()
65 uint64_t value; in getcr4() local
74 setcr4(ulong_t value) in setcr4()
H A Dcpu.h140 __set_ds(selector_t value) in __set_ds()
149 __set_es(selector_t value) in __set_es()
158 __set_fs(selector_t value) in __set_fs()
167 __set_gs(selector_t value) in __set_gs()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y341 uintptr_t value; variable
348 uint8_t value; variable
355 uint16_t value; variable
362 uint32_t value; variable
369 uint64_t value; variable
376 uintptr_t value; variable
383 uint8_t value; variable
390 uint16_t value; variable
397 uint32_t value; variable
404 uint64_t value; variable
/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.c145 set_config_value_node(nvlist_t *parent, const char *name, const char *value) in set_config_value_node()
163 const char *const value) in set_config_value_node_if_unset()
173 set_config_value(const char *path, const char *value) in set_config_value()
205 set_config_value_if_unset(const char *const path, const char *const value) in set_config_value_if_unset()
247 _expand_config_value(const char *value, int depth) in _expand_config_value()
332 expand_config_value(const char *value) in expand_config_value()
347 const char *value; in get_config_value() local
374 _bool_value(const char *name, const char *value) in _bool_value()
393 const char *value; in get_config_bool() local
404 const char *value; in get_config_bool_default() local
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java65 public Value(String name, long value) throws PoolsException in Value()
79 public Value(String name, long value, boolean s) throws PoolsException in Value()
92 public Value(String name, String value) throws PoolsException in Value()
105 public Value(String name, boolean value) throws PoolsException in Value()
118 public Value(String name, double value) throws PoolsException in Value()
200 public void setValue(long value) in setValue()
211 public void setValue(long value, boolean s) in setValue()
224 public void setValue(String value) throws PoolsException in setValue()
236 public void setValue(boolean value) in setValue()
249 public void setValue(double value) in setValue()
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c142 char *value; local
203 static void allow_option(value, request) in allow_option() argument
214 static void deny_option(value, request) in deny_option() argument
223 static void banners_option(value, request) in banners_option() argument
255 static void group_option(value, request) in group_option() argument
274 static void user_option(value, request) in user_option() argument
296 static void umask_option(value, request) in umask_option() argument
312 static void spawn_option(value, request) in spawn_option() argument
324 static void linger_option(value, request) in linger_option() argument
346 static void keepalive_option(value, request) in keepalive_option() argument
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument
294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument
299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument
302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument
305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhas.c47 bool value; variable
61 bool value; variable
77 bool value; variable
93 bool value; variable
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c94 sip_hdr_value_t *value; in sip_get_val_from_msg() local
124 sip_get_cftruri_from_val(sip_header_value_t value, int *error) in sip_get_cftruri_from_val()
149 sip_get_cftrname_from_val(sip_header_value_t value, int *error) in sip_get_cftrname_from_val()
174 sip_get_contact_uri_str(sip_header_value_t value, int *error) in sip_get_contact_uri_str()
184 sip_get_contact_display_name(sip_header_value_t value, int *error) in sip_get_contact_display_name()
194 sip_get_route_uri_str(sip_header_value_t value, int *error) in sip_get_route_uri_str()
204 sip_get_route_display_name(sip_header_value_t value, int *error) in sip_get_route_display_name()
215 const sip_hdr_value_t *value; in sip_get_cftruri_from_msg() local
253 const sip_hdr_value_t *value; in sip_get_cftrname_from_msg() local
308 const sip_hdr_value_t *value; in sip_get_from_tag() local
[all …]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.c74 hal_property_new_string (const char *key, const char *value) in hal_property_new_string()
101 hal_property_new_int (const char *key, dbus_int32_t value) in hal_property_new_int()
115 hal_property_new_uint64 (const char *key, dbus_uint64_t value) in hal_property_new_uint64()
129 hal_property_new_bool (const char *key, dbus_bool_t value) in hal_property_new_bool()
143 hal_property_new_double (const char *key, double value) in hal_property_new_double()
267 hal_property_set_string (HalProperty *prop, const char *value) in hal_property_set_string()
294 hal_property_set_int (HalProperty *prop, dbus_int32_t value) in hal_property_set_int()
305 hal_property_set_uint64 (HalProperty *prop, dbus_uint64_t value) in hal_property_set_uint64()
316 hal_property_set_bool (HalProperty *prop, dbus_bool_t value) in hal_property_set_bool()
327 hal_property_set_double (HalProperty *prop, double value) in hal_property_set_double()
[all …]
/illumos-gate/usr/src/data/amdpmc/
H A Df1ah_zen5_core.json37 { "value": "0x0", "description": "All types." }, string
38 { "value": "0x1", "description": "B Float 16." }, string
39 { "value": "0x2", "description": "Scalar single." }, string
40 { "value": "0x3", "description": "Packed single." }, string
41 { "value": "0x4", "description": "Scalar double." }, string
42 { "value": "0x5", "description": "Packed double." } string
117 { "value": "0x0", "description": "None selected." }, string
118 { "value": "0x1", "description": "Add." }, string
119 { "value": "0x2", "description": "Subtract." }, string
120 { "value": "0x3", "description": "Multiply." }, string
[all …]
H A Df19h_zen4_core.json134 { "value": "0x0", "description": "None" }, string
135 { "value": "0x1", "description": "Add" }, string
136 { "value": "0x2", "description": "Sub" }, string
137 { "value": "0x3", "description": "Mul" }, string
138 { "value": "0x4", "description": "Mac" }, string
139 { "value": "0x5", "description": "Div" }, string
140 { "value": "0x6", "description": "Sqrt" }, string
141 { "value": "0x7", "description": "Cmp" }, string
142 { "value": "0x8", "description": "Cvt" }, string
143 { "value": "0x9", "description": "Blend" }, string
[all …]
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c202 range_check_validator(int index, char *section, char *value) in range_check_validator()
227 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator()
245 yes_no_validator(int index, char *section, char *value) in yes_no_validator()
264 ip_address_validator(int index, char *section, char *value) in ip_address_validator()
280 minauth_validator(int index, char *section, char *value) in minauth_validator()
295 protocol_validator(int index, char *section, char *value) in protocol_validator()
310 signing_validator(int index, char *section, char *value) in signing_validator()
326 password_validator(int index, char *section, char *value) in password_validator()
373 char *name = NULL, *value = NULL; in smbclnt_config_load() local
616 smbfs_validate_proto_prop(int index, char *section, char *name, char *value) in smbfs_validate_proto_prop()
[all …]
/illumos-gate/usr/src/common/atomic/
H A Datomic.c100 atomic_add_8(volatile uint8_t *target, int8_t value) in atomic_add_8()
104 atomic_add_char(volatile uchar_t *target, signed char value) in atomic_add_char()
112 atomic_add_ushort(volatile ushort_t *target, short value) in atomic_add_ushort()
120 atomic_add_ptr(volatile void *target, ssize_t value) in atomic_add_ptr()
260 atomic_add_8_nv(volatile uint8_t *target, int8_t value) in atomic_add_8_nv()
264 atomic_add_char_nv(volatile uchar_t *target, signed char value) in atomic_add_char_nv()
272 atomic_add_short_nv(volatile ushort_t *target, short value) in atomic_add_short_nv()
284 atomic_add_ptr_nv(volatile void *target, ssize_t value) in atomic_add_ptr_nv()
296 atomic_or_8_nv(volatile uint8_t *target, uint8_t value) in atomic_or_8_nv()
300 atomic_or_uchar_nv(volatile uchar_t *target, uchar_t value) in atomic_or_uchar_nv()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhas.c52 bool value; in has_colors() local
64 bool value; in has_ic() local
78 bool value; in has_il() local
92 bool value; in can_change_color() local
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c753 ac_insrc_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_insrc_set()
782 ac_3donoff_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_3donoff_set()
788 ac_loudness_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_loudness_set()
794 ac_loopback_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_loopback_set()
803 ac_stsim_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_stsim_set()
812 ac_selmic_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_selmic_set()
821 ac_monosrc_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_monosrc_set()
827 ac_stereo_set(ac97_ctrl_t *ctrl, uint64_t value, uint8_t reg) in ac_stereo_set()
841 ac_mono_set(ac97_ctrl_t *ctrl, uint64_t value, uint8_t reg, int shift) in ac_mono_set()
865 ac97_master_set(ac97_ctrl_t *ctrl, uint64_t value) in ac97_master_set()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h68 #define SWAP16(value) \ argument
71 #define SWAP32(value) \ argument
75 #define SWAP64(value) \ argument
80 #define SWAP16(value) (value) argument
81 #define SWAP32(value) (value) argument
82 #define SWAP64(value) (value) argument
/illumos-gate/usr/src/lib/libpkg/common/
H A Dckparam.c60 char *value = strdup(val); in ckparam() local
81 proc_name(char *param, char *value) in proc_name()
94 proc_arch(char *param, char *value) in proc_arch()
113 proc_version(char *param, char *value) in proc_version()
127 proc_category(char *param, char *value) in proc_category()
146 bad_first_char(char *param, char *value) in bad_first_char()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c245 atomic_add_8(volatile uint8_t *target, int8_t value) in atomic_add_8()
250 atomic_add_char(volatile uchar_t *target, signed char value) in atomic_add_char()
260 atomic_add_ushort(volatile ushort_t *target, short value) in atomic_add_ushort()
270 atomic_add_ptr(volatile void *target, ssize_t value) in atomic_add_ptr()
445 atomic_add_8_nv(volatile uint8_t *target, int8_t value) in atomic_add_8_nv()
450 atomic_add_char_nv(volatile uchar_t *target, signed char value) in atomic_add_char_nv()
460 atomic_add_short_nv(volatile ushort_t *target, short value) in atomic_add_short_nv()
475 atomic_add_ptr_nv(volatile void *target, ssize_t value) in atomic_add_ptr_nv()
490 atomic_or_8_nv(volatile uint8_t *target, uint8_t value) in atomic_or_8_nv()
495 atomic_or_uchar_nv(volatile uchar_t *target, uchar_t value) in atomic_or_uchar_nv()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c29 unsigned int where, uint8_t *value) in pcibios_read_config_byte()
37 unsigned int device_fn, unsigned int where, uint16_t *value) in pcibios_read_config_word()
45 unsigned int where, uint32_t *value) in pcibios_read_config_dword()
53 unsigned int where, uint8_t value) in pcibios_write_config_byte()
61 unsigned int where, uint16_t value) in pcibios_write_config_word()
68 …s_write_config_dword (unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t value) in pcibios_write_config_dword()
145 unsigned int device_fn, unsigned int where, uint8_t *value) in pcibios_read_config_byte()
172 unsigned int device_fn, unsigned int where, uint16_t *value) in pcibios_read_config_word()
199 unsigned int device_fn, unsigned int where, uint32_t *value) in pcibios_read_config_dword()
226 unsigned int device_fn, unsigned int where, uint8_t value) in pcibios_write_config_byte()
[all …]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c92 int *value; in get_pci_bus() local
116 void *value; in get_pci_device() local
133 void *value; in get_pci_to_pci_device() local
247 void *value; in get_sbus_slot() local
359 void *value; in display_ffb() local
499 void *value; in display_sbus() local
598 char *value; in populate_slot_name_arr() local
643 char *value = get_prop_val(find_prop(pci, "clock-frequency")); in get_card_frequency() local
656 void *value = get_prop_val(find_prop(card_node, "reg")); in get_dev_func_num() local
716 char *value = get_prop_val(find_prop(card_node, "model")); in get_pci_card_model() local
[all …]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c45 nwam_value_free(nwam_value_t value) in nwam_value_free()
190 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) in nwam_value_create_boolean()
204 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) in nwam_value_create_int64()
218 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) in nwam_value_create_uint64()
232 nwam_value_create_string(char *value, nwam_value_t *valuep) in nwam_value_create_string()
238 nwam_value_get_boolean_array(nwam_value_t value, boolean_t **valuesp, in nwam_value_get_boolean_array()
249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) in nwam_value_get_boolean()
266 nwam_value_get_int64_array(nwam_value_t value, int64_t **valuesp, in nwam_value_get_int64_array()
277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) in nwam_value_get_int64()
294 nwam_value_get_uint64_array(nwam_value_t value, uint64_t **valuesp, in nwam_value_get_uint64_array()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h78 uint64_t value; member
108 uint64_t value; member
142 uint64_t value; member
169 uint64_t value; member
197 uint64_t value; member
223 uint64_t value; member
252 uint64_t value; member
279 uint64_t value; member
300 uint64_t value; member
323 uint64_t value; member
[all …]

12345678910>>...64