/titanic_41/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 | cpu.h | 131 __set_ds(selector_t value) in __set_ds() 140 __set_es(selector_t value) in __set_es() 149 __set_fs(selector_t value) in __set_fs() 158 __set_gs(selector_t value) in __set_gs()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_grammar.y | 321 uintptr_t value; variable 328 uint8_t value; variable 335 uint16_t value; variable 342 uint32_t value; variable 349 uint64_t value; variable 356 uintptr_t value; variable 363 uint8_t value; variable 370 uint16_t value; variable 377 uint32_t value; variable 384 uint64_t value; variable
|
/titanic_41/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
|
H A D | getch.c | 51 int value; in getch() local 68 int value; local 89 int value; local
|
/titanic_41/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()
|
/titanic_41/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 225 static void banners_option(value, request) in banners_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 348 static void keepalive_option(value, request) in keepalive_option() argument [all …]
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acbuffer.h | 166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 175 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 178 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument 183 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument 186 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument 191 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument 194 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument 197 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument [all …]
|
/titanic_41/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
|
H A D | getch.c | 54 int value; in getch() local 66 int value; in mvgetch() local 81 int value; in mvwgetch() local
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | bufaux.c | 59 buffer_put_bignum_ret(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum_ret() 89 buffer_put_bignum(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum() 99 buffer_get_bignum_ret(Buffer *buffer, BIGNUM *value) in buffer_get_bignum_ret() 130 buffer_get_bignum(Buffer *buffer, BIGNUM *value) in buffer_get_bignum() 140 buffer_put_bignum2_ret(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum2_ret() 178 buffer_put_bignum2(Buffer *buffer, const BIGNUM *value) in buffer_put_bignum2() 186 buffer_get_bignum2_ret(Buffer *buffer, BIGNUM *value) in buffer_get_bignum2_ret() 212 buffer_get_bignum2(Buffer *buffer, BIGNUM *value) in buffer_get_bignum2() 294 buffer_put_short(Buffer *buffer, u_short value) in buffer_put_short() 303 buffer_put_int(Buffer *buffer, u_int value) in buffer_put_int() [all …]
|
/titanic_41/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 …]
|
/titanic_41/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 126 sip_get_cftruri_from_val(sip_header_value_t value, int *error) in sip_get_cftruri_from_val() 151 sip_get_cftrname_from_val(sip_header_value_t value, int *error) in sip_get_cftrname_from_val() 176 sip_get_contact_uri_str(sip_header_value_t value, int *error) in sip_get_contact_uri_str() 186 sip_get_contact_display_name(sip_header_value_t value, int *error) in sip_get_contact_display_name() 196 sip_get_route_uri_str(sip_header_value_t value, int *error) in sip_get_route_uri_str() 206 sip_get_route_display_name(sip_header_value_t value, int *error) in sip_get_route_display_name() 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 [all …]
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | ckparam.c | 55 char *value = strdup(val); in ckparam() local 76 proc_name(char *param, char *value) in proc_name() 89 proc_arch(char *param, char *value) in proc_arch() 108 proc_version(char *param, char *value) in proc_version() 122 proc_category(char *param, char *value) in proc_category() 141 bad_first_char(char *param, char *value) in bad_first_char()
|
/titanic_41/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
|
/titanic_41/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 193 range_check_validator(int index, char *section, char *value) in range_check_validator() 218 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() 236 yes_no_validator(int index, char *section, char *value) in yes_no_validator() 255 ip_address_validator(int index, char *section, char *value) in ip_address_validator() 271 minauth_validator(int index, char *section, char *value) in minauth_validator() 289 signing_validator(int index, char *section, char *value) in signing_validator() 305 password_validator(int index, char *section, char *value) in password_validator() 352 char *name = NULL, *value = NULL; in smbclnt_config_load() local 595 smbfs_validate_proto_prop(int index, char *section, char *name, char *value) in smbfs_validate_proto_prop() 611 smbfs_save_property(int index, char *section, char *value) in smbfs_save_property() [all …]
|
/titanic_41/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() 266 atomic_add_char_nv(volatile uchar_t *target, signed char value) in atomic_add_char_nv() 274 atomic_add_short_nv(volatile ushort_t *target, short value) in atomic_add_short_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() 302 atomic_or_uchar_nv(volatile uchar_t *target, uchar_t value) in atomic_or_uchar_nv() [all …]
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | TypeEditor.java | 103 public void set(String key, Object value) { in set() 139 protected void childApply(TypeEditor child, Object value) { } in childApply() 149 protected abstract void resetFromValue(Object value); in resetFromValue() 159 Object value) { in shouldEnableChild() 173 protected void resetChildFromValue(TypeEditor child, Object value) in resetChildFromValue() 339 public void setValue(Object value) { in setValue() 350 public void setResetValue(Object value) { in setResetValue() 511 protected void recurseEnable(AttributeManager mgr, Boolean value) { in recurseEnable() 519 recurseEnable((AttributeManager)e.nextElement(), value); in recurseEnable() local
|
/titanic_41/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() 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 …]
|
/titanic_41/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() 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 …]
|
/titanic_41/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() 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 …]
|
/titanic_41/usr/src/lib/libprtdiag/common/ |
H A D | io.c | 94 int *value; in get_pci_bus() local 118 void *value; in get_pci_device() local 135 void *value; in get_pci_to_pci_device() local 249 void *value; in get_sbus_slot() local 361 void *value; in display_ffb() local 501 void *value; in display_sbus() local 600 char *value; in populate_slot_name_arr() local 645 char *value = get_prop_val(find_prop(pci, "clock-frequency")); in get_card_frequency() local 658 void *value = get_prop_val(find_prop(card_node, "reg")); in get_dev_func_num() local 718 char *value = get_prop_val(find_prop(card_node, "model")); in get_pci_card_model() local [all …]
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 185 scf_value_t *value = NULL; in smb_smf_set_string_property() local 249 scf_value_t *value; in smb_smf_get_string_property() local 286 scf_value_t *value = NULL; in smb_smf_set_integer_property() local 343 scf_value_t *value = NULL; in smb_smf_get_integer_property() local 381 scf_value_t *value = NULL; in smb_smf_set_boolean_property() local 438 scf_value_t *value = NULL; in smb_smf_get_boolean_property() local 474 scf_value_t *value; in smb_smf_set_opaque_property() local 537 scf_value_t *value = NULL; in smb_smf_get_opaque_property() local
|