Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 1519) sorted by relevance

12345678910>>...61

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_names.c12 dwarf_get_TAG_name (unsigned int val,const char ** s_out) in dwarf_get_TAG_name()
308 dwarf_get_children_name (unsigned int val,const char ** s_out) in dwarf_get_children_name()
322 dwarf_get_FORM_name (unsigned int val,const char ** s_out) in dwarf_get_FORM_name()
405 dwarf_get_AT_name (unsigned int val,const char ** s_out) in dwarf_get_AT_name()
974 dwarf_get_OP_name (unsigned int val,const char ** s_out) in dwarf_get_OP_name()
1474 dwarf_get_ATE_name (unsigned int val,const char ** s_out) in dwarf_get_ATE_name()
1557 dwarf_get_DS_name (unsigned int val,const char ** s_out) in dwarf_get_DS_name()
1580 dwarf_get_END_name (unsigned int val,const char ** s_out) in dwarf_get_END_name()
1603 dwarf_get_ATCF_name (unsigned int val,const char ** s_out) in dwarf_get_ATCF_name()
1641 dwarf_get_ACCESS_name (unsigned int val,const char ** s_out) in dwarf_get_ACCESS_name()
[all …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c351 asn1_error_code asn1_decode_kerberos_time(asn1buf *buf, krb5_timestamp *val) in asn1_decode_kerberos_time()
406 asn1_error_code asn1_decode_msgtype(asn1buf *buf, krb5_msgtype *val) in asn1_decode_msgtype()
420 asn1_error_code asn1_decode_realm(asn1buf *buf, krb5_principal *val) in asn1_decode_realm()
427 asn1_error_code asn1_decode_principal_name(asn1buf *buf, krb5_principal *val) in asn1_decode_principal_name()
460 asn1_error_code asn1_decode_checksum(asn1buf *buf, krb5_checksum *val) in asn1_decode_checksum()
472 asn1_error_code asn1_decode_encryption_key(asn1buf *buf, krb5_keyblock *val) in asn1_decode_encryption_key()
484 asn1_error_code asn1_decode_encrypted_data(asn1buf *buf, krb5_enc_data *val) in asn1_decode_encrypted_data()
497 asn1_error_code asn1_decode_krb5_flags(asn1buf *buf, krb5_flags *val) in asn1_decode_krb5_flags()
538 asn1_error_code asn1_decode_ticket_flags(asn1buf *buf, krb5_flags *val) in asn1_decode_ticket_flags()
541 asn1_error_code asn1_decode_ap_options(asn1buf *buf, krb5_flags *val) in asn1_decode_ap_options()
[all …]
H A Dasn1_k_encode.c120 asn1_encode_kerberos_time_at(asn1buf *buf, const krb5_timestamp *val, in asn1_encode_kerberos_time_at()
142 const krb5_enc_data *val = vptr; in optional_encrypted_data() local
163 asn1_encode_krb5_flags_at(asn1buf *buf, const krb5_flags *val, in asn1_encode_krb5_flags_at()
264 const krb5_enc_kdc_rep_part *val = p; in optional_enc_kdc_rep_part() local
306 const krb5_kdc_req *val = &val2->v; in optional_kdc_req_hack() local
333 asn1_encode_kdc_req_body(asn1buf *buf, const krb5_kdc_req *val, in asn1_encode_kdc_req_body()
368 const krb5_safe *val = p; in optional_krb_safe_body() local
400 const krb5_cred_info *val = p; in optional_krb_cred_info() local
438 const krb5_etype_info_entry *val = vptr; in optional_etype_info_entry() local
456 const krb5_etype_info_entry *val = vptr; in optional_etype_info2_entry() local
[all …]
H A Dasn1_decode.c60 asn1_error_code asn1_decode_integer(asn1buf *buf, long int *val) in asn1_decode_integer()
85 asn1_error_code asn1_decode_unsigned_integer(asn1buf *buf, long unsigned int *val) in asn1_decode_unsigned_integer()
119 asn1_error_code asn1_decode_maybe_unsigned(asn1buf *buf, unsigned long *val) in asn1_decode_maybe_unsigned()
153 asn1_error_code asn1_decode_oid(asn1buf *buf, unsigned int *retlen, asn1_octet **val) in asn1_decode_oid()
163 asn1_error_code asn1_decode_octetstring(asn1buf *buf, unsigned int *retlen, asn1_octet **val) in asn1_decode_octetstring()
173 asn1_error_code asn1_decode_charstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_charstring()
184 asn1_error_code asn1_decode_generalstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_generalstring()
203 asn1_error_code asn1_decode_printablestring(asn1buf *buf, int *retlen, char **val) in asn1_decode_printablestring()
213 asn1_error_code asn1_decode_ia5string(asn1buf *buf, int *retlen, char **val) in asn1_decode_ia5string()
223 asn1_error_code asn1_decode_generaltime(asn1buf *buf, time_t *val) in asn1_decode_generaltime()
H A Dasn1_encode.c33 asn1_error_code asn1_encode_boolean(asn1buf *buf, asn1_intmax val, in asn1_encode_boolean()
56 asn1_intmax val, in asn1_encode_integer_internal()
88 asn1_error_code asn1_encode_integer(asn1buf * buf, asn1_intmax val, in asn1_encode_integer()
127 asn1_error_code asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val, in asn1_encode_unsigned_integer()
161 const void *val, int tag, in encode_bytestring_with_tag()
179 const asn1_octet *val, in asn1_encode_oid()
187 const void *val, in asn1_encode_octetstring()
223 asn1_error_code asn1_encode_generaltime(asn1buf *buf, time_t val, in asn1_encode_generaltime()
277 const void *val, in asn1_encode_generalstring()
285 const void *val, in asn1_encode_bitstring()
[all …]
/titanic_50/usr/src/cmd/truss/
H A Dprint.c99 prt_nov(private_t *pri, int raw, long val) /* print nothing */ in prt_nov()
105 prt_dec(private_t *pri, int raw, long val) /* print as decimal */ in prt_dec()
118 prt_uns(private_t *pri, int raw, long val) /* print as unsigned decimal */ in prt_uns()
131 prt_un1(private_t *pri, int raw, long val) in prt_un1()
141 prt_oct(private_t *pri, int raw, long val) /* print as octal */ in prt_oct()
154 prt_hex(private_t *pri, int raw, long val) /* print as hexadecimal */ in prt_hex()
168 prt_hhx(private_t *pri, int raw, long val) in prt_hhx()
182 prt_dex(private_t *pri, int raw, long val) in prt_dex()
254 prt_stg(private_t *pri, int raw, long val) /* print as string */ in prt_stg()
266 prt_rst(private_t *pri, int raw, long val) in prt_rst()
[all …]
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c39 krb5_free_address(krb5_context context, krb5_address *val) in krb5_free_address()
48 krb5_free_addresses(krb5_context context, krb5_address **val) in krb5_free_addresses()
62 krb5_free_ap_rep(krb5_context context, register krb5_ap_rep *val) in krb5_free_ap_rep()
72 krb5_free_ap_req(krb5_context context, register krb5_ap_req *val) in krb5_free_ap_req()
86 krb5_free_ap_rep_enc_part(krb5_context context, krb5_ap_rep_enc_part *val) in krb5_free_ap_rep_enc_part()
95 krb5_free_authenticator_contents(krb5_context context, krb5_authenticator *val) in krb5_free_authenticator_contents()
117 krb5_free_authdata(krb5_context context, krb5_authdata **val) in krb5_free_authdata()
133 krb5_free_authenticator(krb5_context context, krb5_authenticator *val) in krb5_free_authenticator()
140 krb5_free_checksum(krb5_context context, register krb5_checksum *val) in krb5_free_checksum()
148 krb5_free_checksum_contents(krb5_context context, register krb5_checksum *val) in krb5_free_checksum_contents()
[all …]
/titanic_50/usr/src/lib/libnvpair/
H A Dnvpair_json.c204 hrtime_t val; in nvlist_print_json() local
211 double val; in nvlist_print_json() local
225 char **val; in nvlist_print_json() local
240 nvlist_t **val; in nvlist_print_json() local
255 boolean_t *val; in nvlist_print_json() local
270 uchar_t *val; in nvlist_print_json() local
284 uint8_t *val; in nvlist_print_json() local
298 int8_t *val; in nvlist_print_json() local
312 uint16_t *val; in nvlist_print_json() local
326 int16_t *val; in nvlist_print_json() local
[all …]
H A Dlibnvpair.c116 #define RENDER(pctl, type, nvl, name, val) \ argument
592 boolean_t val; in nvlist_print_with_indent() local
598 uchar_t val; in nvlist_print_with_indent() local
604 int8_t val; in nvlist_print_with_indent() local
610 uint8_t val; in nvlist_print_with_indent() local
616 int16_t val; in nvlist_print_with_indent() local
622 uint16_t val; in nvlist_print_with_indent() local
628 int32_t val; in nvlist_print_with_indent() local
634 uint32_t val; in nvlist_print_with_indent() local
640 int64_t val; in nvlist_print_with_indent() local
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_ndismono.h172 #define mm_le16_to_cpu_imp(val) SWAP_BYTES16(val) argument
173 #define mm_cpu_to_le16_imp(val) SWAP_BYTES16(val) argument
174 #define mm_le32_to_cpu_imp(val) SWAP_BYTES32(val) argument
175 #define mm_cpu_to_le32_imp(val) SWAP_BYTES32(val) argument
177 #define mm_be32_to_cpu_imp(val) (val) argument
178 #define mm_cpu_to_be32_imp(val) (val) argument
179 #define mm_be16_to_cpu_imp(val) (val) argument
180 #define mm_cpu_to_be16_imp(val) (val) argument
183 #define mm_le16_to_cpu_imp(val) (val) argument
184 #define mm_cpu_to_le16_imp(val) (val) argument
[all …]
H A Dmm_solaris.h172 #define mm_le16_to_cpu_imp(val) SWAP_BYTES16(val) argument
173 #define mm_cpu_to_le16_imp(val) SWAP_BYTES16(val) argument
174 #define mm_le32_to_cpu_imp(val) SWAP_BYTES32(val) argument
175 #define mm_cpu_to_le32_imp(val) SWAP_BYTES32(val) argument
177 #define mm_be32_to_cpu_imp(val) (val) argument
178 #define mm_cpu_to_be32_imp(val) (val) argument
179 #define mm_be16_to_cpu_imp(val) (val) argument
180 #define mm_cpu_to_be16_imp(val) (val) argument
183 #define mm_le16_to_cpu_imp(val) (val) argument
184 #define mm_cpu_to_le16_imp(val) (val) argument
[all …]
H A Dmm_vbd.h200 #define mm_le16_to_cpu_imp(val) SWAP_BYTES16(val) argument
201 #define mm_cpu_to_le16_imp(val) SWAP_BYTES16(val) argument
202 #define mm_le32_to_cpu_imp(val) SWAP_BYTES32(val) argument
203 #define mm_cpu_to_le32_imp(val) SWAP_BYTES32(val) argument
205 #define mm_be32_to_cpu_imp(val) (val) argument
206 #define mm_cpu_to_be32_imp(val) (val) argument
207 #define mm_be16_to_cpu_imp(val) (val) argument
208 #define mm_cpu_to_be16_imp(val) (val) argument
211 #define mm_le16_to_cpu_imp(val) (val) argument
212 #define mm_cpu_to_le16_imp(val) (val) argument
[all …]
H A Dmm_user_mode_debug.h186 #define mm_le16_to_cpu_imp(val) SWAP_BYTES16(val) argument
187 #define mm_cpu_to_le16_imp(val) SWAP_BYTES16(val) argument
188 #define mm_le32_to_cpu_imp(val) SWAP_BYTES32(val) argument
189 #define mm_cpu_to_le32_imp(val) SWAP_BYTES32(val) argument
191 #define mm_be32_to_cpu_imp(val) (val) argument
192 #define mm_cpu_to_be32_imp(val) (val) argument
193 #define mm_be16_to_cpu_imp(val) (val) argument
194 #define mm_cpu_to_be16_imp(val) (val) argument
197 #define mm_le16_to_cpu_imp(val) (val) argument
198 #define mm_cpu_to_le16_imp(val) (val) argument
[all …]
H A Dmm_dos.h228 #define mm_le16_to_cpu_imp(val) SWAP_BYTES16(val) argument
229 #define mm_cpu_to_le16_imp(val) SWAP_BYTES16(val) argument
230 #define mm_le32_to_cpu_imp(val) SWAP_BYTES32(val) argument
231 #define mm_cpu_to_le32_imp(val) SWAP_BYTES32(val) argument
233 #define mm_be32_to_cpu_imp(val) (val) argument
234 #define mm_cpu_to_be32_imp(val) (val) argument
235 #define mm_be16_to_cpu_imp(val) (val) argument
236 #define mm_cpu_to_be16_imp(val) (val) argument
239 #define mm_le16_to_cpu_imp(val) (val) argument
240 #define mm_cpu_to_le16_imp(val) (val) argument
[all …]
H A Dmm_uefi.h234 #define mm_le16_to_cpu_imp(val) SWAP_BYTES16(val) argument
235 #define mm_cpu_to_le16_imp(val) SWAP_BYTES16(val) argument
236 #define mm_le32_to_cpu_imp(val) SWAP_BYTES32(val) argument
237 #define mm_cpu_to_le32_imp(val) SWAP_BYTES32(val) argument
239 #define mm_be32_to_cpu_imp(val) (val) argument
240 #define mm_cpu_to_be32_imp(val) (val) argument
241 #define mm_be16_to_cpu_imp(val) (val) argument
242 #define mm_cpu_to_be16_imp(val) (val) argument
245 #define mm_le16_to_cpu_imp(val) (val) argument
246 #define mm_cpu_to_le16_imp(val) (val) argument
[all …]
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1628 boolean_t val; in platform_payloadprop() local
1635 uchar_t val; in platform_payloadprop() local
1642 char *val; in platform_payloadprop() local
1650 int8_t val; in platform_payloadprop() local
1657 uint8_t val; in platform_payloadprop() local
1665 int16_t val; in platform_payloadprop() local
1672 uint16_t val; in platform_payloadprop() local
1680 int32_t val; in platform_payloadprop() local
1687 uint32_t val; in platform_payloadprop() local
1695 int64_t val; in platform_payloadprop() local
[all …]
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c38 #define XMAC_WAIT_REG(handle, portn, reg, val) {\ argument
47 #define BMAC_WAIT_REG(handle, portn, reg, val) {\ argument
645 uint64_t val; in npi_mac_hashtab_entry() local
739 uint64_t val; in npi_mac_altaddr_enable() local
781 uint64_t val; in npi_mac_altaddr_disable() local
896 uint64_t val = 0; in npi_mac_port_attr() local
1747 uint64_t val; in npi_xmac_reset() local
1809 uint64_t val = 0; in npi_xmac_xif_config() local
1944 uint64_t val = 0; in npi_xmac_tx_config() local
2027 uint64_t val = 0; in npi_xmac_rx_config() local
[all …]
H A Dnpi_zcp.c38 uint64_t val = 0; in npi_zcp_config() local
118 uint64_t val = 0; in npi_zcp_iconfig() local
166 uint64_t val; in npi_zcp_get_istatus() local
177 uint64_t val; in npi_zcp_clear_istatus() local
188 uint64_t val = 0; in npi_zcp_set_dma_thresh() local
244 uint64_t val = 0; in npi_zcp_set_dst_region() local
287 tte_sflow_attr_t val; in npi_zcp_tt_static_entry() local
412 tte_dflow_attr_t val; in npi_zcp_tt_dynamic_entry() local
527 zcp_ram_unit_t val; in npi_zcp_tt_bam_entry() local
686 uint16_t cfifo_entryn, zcp_ram_unit_t *val) in zcp_mem_read()
[all …]
H A Dnpi_espc.c52 uint64_t val = 0; in npi_espc_eeprom_entry() local
135 uint64_t val = 0; in npi_espc_num_ports_get() local
147 uint64_t val = 0; in npi_espc_num_macs_get() local
160 uint64_t val = 0; in npi_espc_model_str_get() local
196 uint64_t val = 0; in npi_espc_bd_model_str_get() local
279 uint64_t val = 0; in npi_espc_max_frame_get() local
291 uint64_t val = 0; in npi_espc_version_get() local
303 uint64_t val = 0; in npi_espc_img_sz_get() local
316 uint64_t val = 0; in npi_espc_chksum_get() local
343 uint64_t val = 0; in npi_espc_dump() local
[all …]
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.c33 t4_write_reg(struct adapter *sc, uint32_t reg, uint32_t val) in t4_write_reg()
40 t4_os_pci_read_cfg1(struct adapter *sc, int reg, uint8_t *val) in t4_os_pci_read_cfg1()
46 t4_os_pci_write_cfg1(struct adapter *sc, int reg, uint8_t val) in t4_os_pci_write_cfg1()
52 t4_os_pci_read_cfg2(struct adapter *sc, int reg, uint16_t *val) in t4_os_pci_read_cfg2()
58 t4_os_pci_write_cfg2(struct adapter *sc, int reg, uint16_t val) in t4_os_pci_write_cfg2()
64 t4_os_pci_read_cfg4(struct adapter *sc, int reg, uint32_t *val) in t4_os_pci_read_cfg4()
70 t4_os_pci_write_cfg4(struct adapter *sc, int reg, uint32_t val) in t4_os_pci_write_cfg4()
83 t4_write_reg64(struct adapter *sc, uint32_t reg, uint64_t val) in t4_write_reg64()
/titanic_50/usr/src/common/nvpair/
H A Dfnvpair.c137 fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val) in fnvlist_add_boolean_value()
143 fnvlist_add_byte(nvlist_t *nvl, const char *name, uchar_t val) in fnvlist_add_byte()
149 fnvlist_add_int8(nvlist_t *nvl, const char *name, int8_t val) in fnvlist_add_int8()
155 fnvlist_add_uint8(nvlist_t *nvl, const char *name, uint8_t val) in fnvlist_add_uint8()
161 fnvlist_add_int16(nvlist_t *nvl, const char *name, int16_t val) in fnvlist_add_int16()
167 fnvlist_add_uint16(nvlist_t *nvl, const char *name, uint16_t val) in fnvlist_add_uint16()
173 fnvlist_add_int32(nvlist_t *nvl, const char *name, int32_t val) in fnvlist_add_int32()
179 fnvlist_add_uint32(nvlist_t *nvl, const char *name, uint32_t val) in fnvlist_add_uint32()
185 fnvlist_add_int64(nvlist_t *nvl, const char *name, int64_t val) in fnvlist_add_int64()
191 fnvlist_add_uint64(nvlist_t *nvl, const char *name, uint64_t val) in fnvlist_add_uint64()
[all …]
/titanic_50/usr/src/uts/i86pc/os/
H A Dpci_mech1.c50 uint8_t val; in pci_mech1_getb() local
66 uint16_t val; in pci_mech1_getw() local
83 uint32_t val; in pci_mech1_getl() local
98 pci_mech1_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_putb()
112 pci_mech1_putw(int bus, int device, int function, int reg, uint16_t val) in pci_mech1_putw()
126 pci_mech1_putl(int bus, int device, int function, int reg, uint32_t val) in pci_mech1_putl()
H A Dpci_neptune.c142 uint8_t val; in pci_neptune_getb() local
155 uint16_t val; in pci_neptune_getw() local
168 uint32_t val; in pci_neptune_getl() local
179 pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val) in pci_neptune_putb()
189 pci_neptune_putw(int bus, int device, int function, int reg, uint16_t val) in pci_neptune_putw()
199 pci_neptune_putl(int bus, int device, int function, int reg, uint32_t val) in pci_neptune_putl()
H A Dpci_mech1_amd.c97 uint8_t val; in pci_mech1_amd_getb() local
114 uint16_t val; in pci_mech1_amd_getw() local
131 uint32_t val; in pci_mech1_amd_getl() local
146 pci_mech1_amd_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_amd_putb()
160 pci_mech1_amd_putw(int bus, int device, int function, int reg, uint16_t val) in pci_mech1_amd_putw()
174 pci_mech1_amd_putl(int bus, int device, int function, int reg, uint32_t val) in pci_mech1_amd_putl()
/titanic_50/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000.h745 #define FERR_GLOBAL_WR(val) \ argument
753 #define NERR_GLOBAL_WR(val) nb_pci_putl(0, 16, 2, 0x44, val) argument
754 #define FERR_FAT_FSB_WR(fsb, val) ((nb_chipset == INTEL_NB_7300) ? \ argument
757 #define FERR_NF_FSB_WR(fsb, val) ((nb_chipset == INTEL_NB_7300) ? \ argument
760 #define NERR_FAT_FSB_WR(fsb, val) ((nb_chipset == INTEL_NB_7300) ? \ argument
763 #define NERR_NF_FSB_WR(fsb, val) ((nb_chipset == INTEL_NB_7300) ? \ argument
766 #define EMASK_FSB_WR(fsb, val) \ argument
774 #define ERR0_FSB_WR(fsb, val) \ argument
782 #define ERR1_FSB_WR(fsb, val) \ argument
790 #define ERR2_FSB_WR(fsb, val) \ argument
[all …]

12345678910>>...61