/illumos-gate/usr/src/uts/intel/asm/ |
H A D | byteorder.h | 49 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 D | sunddi.h | 45 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 D | mmu.h | 45 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 D | cpu.h | 140 __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 D | mdb_grammar.y | 341 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 D | config.c | 147 const char *const value) in set_config_value_node_if_unset() 157 set_config_value(const char *path, const char *value) in set_config_value() 231 _expand_config_value(const char *value, int depth) in _expand_config_value() 316 expand_config_value(const char *value) in expand_config_value() 331 const char *value; in get_config_value() local 358 _bool_value(const char *name, const char *value) in _bool_value() 377 const char *value; in get_config_bool() local 388 const char *value; in get_config_bool_default() local 399 const char *value; in get_config_bool_node() local 411 const char *value; in get_config_bool_node_default() local [all …]
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Value.java | 65 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 D | options.c | 144 char *value; local 205 static void allow_option(value, request) in allow_option() argument 216 static void deny_option(value, request) in deny_option() argument 257 static void group_option(value, request) in group_option() argument 276 static void user_option(value, request) in user_option() argument 298 static void umask_option(value, request) in umask_option() argument 314 static void spawn_option(value, request) in spawn_option() argument 326 static void linger_option(value, request) in linger_option() argument 363 static void nice_option(value, request) in nice_option() argument 378 static void twist_option(value, request) in twist_option() argument [all …]
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acbuffer.h | 274 #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 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 308 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) … argument 311 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) … argument [all …]
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | has.c | 49 bool value; variable 63 bool value; variable 79 bool value; variable 95 bool value; variable
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | property.c | 74 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/lib/libsip/common/ |
H A D | sip_hdrs_ui.c | 96 sip_hdr_value_t *value; in sip_get_val_from_msg() local 196 sip_get_route_uri_str(sip_header_value_t value, int *error) in sip_get_route_uri_str() 217 const sip_hdr_value_t *value; in sip_get_cftruri_from_msg() local 255 const sip_hdr_value_t *value; in sip_get_cftrname_from_msg() local 310 const sip_hdr_value_t *value; in sip_get_from_tag() local 365 const sip_hdr_value_t *value; in sip_get_to_tag() local 852 sip_get_accept_enc(sip_header_value_t value, int *error) in sip_get_accept_enc() 1101 sip_get_priv_value(sip_header_value_t value, int *error) in sip_get_priv_value() 1390 sip_get_require(sip_header_value_t value, int *error) in sip_get_require() 1444 sip_get_supported(sip_header_value_t value, int *error) in sip_get_supported() [all …]
|
/illumos-gate/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 202 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 632 smbfs_save_property(int index, char *section, char *value) in smbfs_save_property() [all …]
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | has.c | 54 bool value; in has_colors() local 66 bool value; in has_ic() local 80 bool value; in has_il() local 94 bool value; in can_change_color() local
|
/illumos-gate/usr/src/common/atomic/ |
H A D | atomic.c | 102 atomic_add_8(volatile uint8_t *target, int8_t value) in atomic_add_8() 106 atomic_add_char(volatile uchar_t *target, signed char value) in atomic_add_char() 114 atomic_add_ushort(volatile ushort_t *target, short value) in atomic_add_ushort() 122 atomic_add_ptr(volatile void *target, ssize_t value) in atomic_add_ptr() 262 atomic_add_8_nv(volatile uint8_t *target, int8_t value) in atomic_add_8_nv() 286 atomic_add_ptr_nv(volatile void *target, ssize_t value) in atomic_add_ptr_nv() 298 atomic_or_8_nv(volatile uint8_t *target, uint8_t value) in atomic_or_8_nv() 306 atomic_or_16_nv(volatile uint16_t *target, uint16_t value) in atomic_or_16_nv() 318 atomic_or_uint_nv(volatile uint_t *target, uint_t value) in atomic_or_uint_nv() 330 atomic_and_8_nv(volatile uint8_t *target, uint8_t value) in atomic_and_8_nv() [all …]
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ckparam.c | 60 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/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 68 #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/uts/common/io/audio/ac97/ |
H A D | ac97.c | 753 ac_insrc_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_insrc_set() 803 ac_stsim_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_stsim_set() 896 ac_cd_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_cd_set() 902 ac_video_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_video_set() 908 ac_auxin_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_auxin_set() 929 ac_phone_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_phone_set() 935 ac_mic_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_mic_set() 965 ac_lfe_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_lfe_set() 971 ac_bass_set(ac97_ctrl_t *ctrl, uint64_t value) in ac_bass_set() 1081 ac_get_value(void *arg, uint64_t *value) in ac_get_value() [all …]
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 245 atomic_add_8(volatile uint8_t *target, int8_t value) in atomic_add_8() 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() 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() 500 atomic_or_16_nv(volatile uint16_t *target, uint16_t value) in atomic_or_16_nv() 510 atomic_or_32_nv(volatile uint32_t *target, uint32_t value) in atomic_or_32_nv() 515 atomic_or_uint_nv(volatile uint_t *target, uint_t value) in atomic_or_uint_nv() 530 atomic_and_8_nv(volatile uint8_t *target, uint8_t value) in atomic_and_8_nv() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pci_io.c | 29 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() 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() 253 unsigned int device_fn, unsigned int where, uint16_t value) in pcibios_write_config_word() [all …]
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | io.c | 92 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 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 775 void *value; in display_psycho_pci() local [all …]
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 45 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() 249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) in nwam_value_get_boolean() 277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) in nwam_value_get_int64() 305 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) in nwam_value_get_uint64() 322 nwam_value_get_string_array(nwam_value_t value, char ***valuesp, in nwam_value_get_string_array() 333 nwam_value_get_string(nwam_value_t value, char **valuep) in nwam_value_get_string() [all …]
|
/illumos-gate/usr/src/lib/udapl/libdat/common/ |
H A D | dat_strerror.c | 67 IN DAT_RETURN value, in dat_strerror_major() 186 IN DAT_RETURN value, in dat_strerror_minor() 579 IN DAT_RETURN value, in dat_strerror()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc_hw.h | 80 uint64_t value; member 110 uint64_t value; member 144 uint64_t value; member 171 uint64_t value; member 199 uint64_t value; member 225 uint64_t value; member 254 uint64_t value; member 281 uint64_t value; member 302 uint64_t value; member 325 uint64_t value; member [all …]
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 193 scf_value_t *value = NULL; in smb_smf_set_string_property() local 257 scf_value_t *value; in smb_smf_get_string_property() local 294 scf_value_t *value = NULL; in smb_smf_set_integer_property() local 351 scf_value_t *value = NULL; in smb_smf_get_integer_property() local 389 scf_value_t *value = NULL; in smb_smf_set_boolean_property() local 446 scf_value_t *value = NULL; in smb_smf_get_boolean_property() local 482 scf_value_t *value; in smb_smf_set_opaque_property() local 545 scf_value_t *value = NULL; in smb_smf_get_opaque_property() local
|