Home
last modified time | relevance | path

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

12345678910>>...102

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sysevent.c62 boolean_t value; in log_sysevent() local
71 uint8_t value; in log_sysevent() local
79 int32_t value; in log_sysevent() local
88 uint32_t value; in log_sysevent() local
97 int64_t value; in log_sysevent() local
106 uint64_t value; in log_sysevent() local
115 const char *value; in log_sysevent() local
125 uint8_t *value; in log_sysevent() local
136 uint16_t *value; in log_sysevent() local
147 uint32_t *value; in log_sysevent() local
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.h400 #define SET_PKT_H2C_CATEGORY(h2c_pkt, value) \ argument
402 #define SET_PKT_H2C_CMD_ID(h2c_pkt, value) \ argument
404 #define SET_PKT_H2C_SUB_CMD_ID(h2c_pkt, value) \ argument
406 #define SET_PKT_H2C_TOTAL_LEN(h2c_pkt, value) \ argument
416 #define FW_OFFLOAD_H2C_SET_SEQ_NUM(h2c_pkt, value) \ argument
418 #define GENERAL_INFO_SET_FW_TX_BOUNDARY(h2c_pkt, value) \ argument
421 #define PHYDM_INFO_SET_REF_TYPE(h2c_pkt, value) \ argument
423 #define PHYDM_INFO_SET_RF_TYPE(h2c_pkt, value) \ argument
425 #define PHYDM_INFO_SET_CUT_VER(h2c_pkt, value) \ argument
427 #define PHYDM_INFO_SET_RX_ANT_STATUS(h2c_pkt, value) \ argument
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dbit.h59 has_single_bit(T value) { in has_single_bit()
81 countr_zero(T value) { in countr_zero()
87 countr_zero(T value) { in countr_zero()
164 countl_one(T value) { in countl_one()
177 countr_one(T value) { in countr_one()
187 bit_width(T value) { in bit_width()
197 bit_floor(T value) { in bit_floor()
212 bit_ceil(T value) { in bit_ceil()
228 rotl(T value, int rotate) { in rotl()
240 rotr(T value, int rotate) { in rotr()
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_controller_registers.h81 #define scic_sds_controller_smu_register_write(controller, reg, value) \ argument
93 #define scu_afe_register_write(controller, reg, value) \ argument
117 #define scu_sgpio_peg0_register_write(controller, reg, value) \ argument
129 #define scu_controller_viit_register_write(controller, index, reg, value) \ argument
146 #define scu_controller_scratch_ram_register_write(controller, index, value) \ argument
159 #define scu_controller_scratch_ram_register_write_ext(controller, index, value) \ argument
182 #define SMU_PCP_WRITE(controller, value) \ argument
187 #define SMU_TCR_READ(controller, value) \ argument
192 #define SMU_TCR_WRITE(controller, value) \ argument
225 #define SMU_CQGR_WRITE(controller, value) \ argument
[all …]
H A Dsati_util.h107 #define sati_set_ata_status(the_reg_fis, value) \ argument
109 #define sati_set_sata_fis_type(the_reg_fis, value) \ argument
116 #define sati_set_ata_command(the_reg_fis, value) \ argument
118 #define sati_set_ata_features(the_reg_fis, value) \ argument
120 #define sati_set_ata_features_exp(the_reg_fis, value) \ argument
122 #define sati_set_ata_control(the_reg_fis, value) \ argument
124 #define sati_set_ata_sector_count(the_reg_fis, value) \ argument
126 #define sati_set_ata_sector_count_exp(the_reg_fis, value) \ argument
128 #define sati_set_ata_lba_low(the_reg_fis, value) \ argument
130 #define sati_set_ata_lba_mid(the_reg_fis, value) \ argument
[all …]
H A Dscic_sds_phy_registers.h88 #define scu_transport_layer_write(phy, reg, value) \ argument
108 #define SCU_TLCR_WRITE(phy, value) \ argument
153 #define scu_link_layer_register_write(phy, reg, value) \ argument
169 #define SCU_SAS_TIPID_WRITE(phy, value) \ argument
177 #define SCU_SAS_TIID_WRITE(phy, value) \ argument
185 #define SCU_SAS_TIDNH_WRITE(phy, value) \ argument
193 #define SCU_SAS_TIDNL_WRITE(phy, value) \ argument
201 #define SCU_SAS_TISSAH_WRITE(phy, value) \ argument
209 #define SCU_SAS_TISSAL_WRITE(phy, value) \ argument
217 #define SCU_SAS_PCFG_WRITE(phy, value) \ argument
[all …]
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c23 static int parse_boolean(const char *value, int *result) in parse_boolean()
60 int value; member
64 int *value, const char *name) in parse_enum()
77 int value) in enum_name()
98 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value) in parse_expected_result()
126 __owur static int parse_alert(int *alert, const char *value) in parse_alert()
131 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert()
136 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert()
158 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol()
179 const char *value) in parse_client_verify_callback()
[all …]
/freebsd/contrib/libcbor/src/cbor/
H A Dints.c58 void cbor_set_uint8(cbor_item_t* item, uint8_t value) { in cbor_set_uint8()
64 void cbor_set_uint16(cbor_item_t* item, uint16_t value) { in cbor_set_uint16()
70 void cbor_set_uint32(cbor_item_t* item, uint32_t value) { in cbor_set_uint32()
76 void cbor_set_uint64(cbor_item_t* item, uint64_t value) { in cbor_set_uint64()
132 cbor_item_t* cbor_build_uint8(uint8_t value) { in cbor_build_uint8()
140 cbor_item_t* cbor_build_uint16(uint16_t value) { in cbor_build_uint16()
148 cbor_item_t* cbor_build_uint32(uint32_t value) { in cbor_build_uint32()
156 cbor_item_t* cbor_build_uint64(uint64_t value) { in cbor_build_uint64()
164 cbor_item_t* cbor_build_negint8(uint8_t value) { in cbor_build_negint8()
172 cbor_item_t* cbor_build_negint16(uint16_t value) { in cbor_build_negint16()
[all …]
H A Dencoding.c14 size_t cbor_encode_uint8(uint8_t value, unsigned char* buffer, in cbor_encode_uint8()
19 size_t cbor_encode_uint16(uint16_t value, unsigned char* buffer, in cbor_encode_uint16()
24 size_t cbor_encode_uint32(uint32_t value, unsigned char* buffer, in cbor_encode_uint32()
29 size_t cbor_encode_uint64(uint64_t value, unsigned char* buffer, in cbor_encode_uint64()
34 size_t cbor_encode_uint(uint64_t value, unsigned char* buffer, in cbor_encode_uint()
39 size_t cbor_encode_negint8(uint8_t value, unsigned char* buffer, in cbor_encode_negint8()
44 size_t cbor_encode_negint16(uint16_t value, unsigned char* buffer, in cbor_encode_negint16()
49 size_t cbor_encode_negint32(uint32_t value, unsigned char* buffer, in cbor_encode_negint32()
54 size_t cbor_encode_negint64(uint64_t value, unsigned char* buffer, in cbor_encode_negint64()
59 size_t cbor_encode_negint(uint64_t value, unsigned char* buffer, in cbor_encode_negint()
[all …]
H A Dfloats_ctrls.c70 void cbor_set_float2(cbor_item_t* item, float value) { in cbor_set_float2()
76 void cbor_set_float4(cbor_item_t* item, float value) { in cbor_set_float4()
82 void cbor_set_float8(cbor_item_t* item, double value) { in cbor_set_float8()
88 void cbor_set_ctrl(cbor_item_t* item, uint8_t value) { in cbor_set_ctrl()
94 void cbor_set_bool(cbor_item_t* item, bool value) { in cbor_set_bool()
163 cbor_item_t* cbor_build_bool(bool value) { in cbor_build_bool()
167 cbor_item_t* cbor_build_float2(float value) { in cbor_build_float2()
174 cbor_item_t* cbor_build_float4(float value) { in cbor_build_float4()
181 cbor_item_t* cbor_build_float8(double value) { in cbor_build_float8()
188 cbor_item_t* cbor_build_ctrl(uint8_t value) { in cbor_build_ctrl()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c117 const char * value) in msg_from_name_assign()
129 const char * value) in msg_to_name_assign()
141 const struct kill* value) in msg_attack_assign()
178 const struct run* value) in msg_run_assign()
210 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
219 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
228 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
241 msg_run_get(struct msg *msg, int offset, in msg_run_get()
503 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
519 const char * value) in kill_weapon_assign()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress.gen.c117 const char * value) in msg_from_name_assign()
129 const char * value) in msg_to_name_assign()
141 const struct kill* value) in msg_attack_assign()
178 const struct run* value) in msg_run_assign()
210 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
219 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
228 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
241 msg_run_get(struct msg *msg, int offset, in msg_run_get()
503 kill_how_often_add(struct kill *msg, const ev_uint32_t value) in kill_how_often_add()
519 const char * value) in kill_weapon_assign()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dstring_choices.h34 str_yes_no(bool value) in str_yes_no()
40 str_on_off(bool value) in str_on_off()
46 str_enabled_disabled(bool value) in str_enabled_disabled()
52 str_enable_disable(bool value) in str_enable_disable()
60 str_read_write(bool value) in str_read_write()
/freebsd/sys/powerpc/include/
H A Dcpufunc.h55 mtmsr(register_t value) in mtmsr()
63 mtmsrd(register_t value) in mtmsrd()
73 register_t value; in mfmsr() local
82 mtsrin(vm_offset_t va, register_t value) in mtsrin()
91 register_t value; in mfsrin() local
102 register_t value; in mfctrl() local
110 mtdec(register_t value) in mtdec()
119 register_t value; in mfdec() local
129 uint32_t value; in mfpvr() local
167 uint64_t value; in mffs() local
[all …]
/freebsd/crypto/openssl/apps/lib/
H A Dapp_x509.c23 static ASN1_OCTET_STRING *mk_octet_string(void *value, size_t value_n) in mk_octet_string()
37 static int x509_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_ctrl()
60 static int x509_req_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_req_ctrl()
84 void *value, size_t value_n), in do_x509_ctrl_string()
85 void *object, const char *value) in do_x509_ctrl_string()
127 int x509_ctrl_string(X509 *x, const char *value) in x509_ctrl_string()
132 int x509_req_ctrl_string(X509_REQ *x, const char *value) in x509_req_ctrl_string()
/freebsd/contrib/tcp_wrappers/
H A Doptions.c139 char *value; in process_options() local
200 static void allow_option(char *value, struct request_info *request) in allow_option()
209 static void deny_option(char *value, struct request_info *request) in deny_option()
216 static void banners_option(char *value, struct request_info *request) in banners_option()
246 static void group_option(char *value, struct request_info *request) in group_option()
262 static void user_option(char *value, struct request_info *request) in user_option()
281 static void umask_option(char *value, struct request_info *request) in umask_option()
295 static void spawn_option(char *value, struct request_info *request) in spawn_option()
305 static void linger_option(char *value, struct request_info *request) in linger_option()
325 static void keepalive_option(char *value, struct request_info *request) in keepalive_option()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp50 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { in PutU8()
58 uint32_t DataEncoder::PutU16(uint32_t offset, uint16_t value) { in PutU16()
70 uint32_t DataEncoder::PutU32(uint32_t offset, uint32_t value) { in PutU32()
82 uint32_t DataEncoder::PutU64(uint32_t offset, uint64_t value) { in PutU64()
95 uint64_t value) { in PutUnsigned()
133 void DataEncoder::AppendU8(uint8_t value) { in AppendU8()
137 void DataEncoder::AppendU16(uint16_t value) { in AppendU16()
143 void DataEncoder::AppendU32(uint32_t value) { in AppendU32()
149 void DataEncoder::AppendU64(uint64_t value) { in AppendU64()
/freebsd/usr.sbin/bhyve/
H A Dconfig.c135 set_config_value_node(nvlist_t *parent, const char *name, const char *value) in set_config_value_node()
153 const char *const value) in set_config_value_node_if_unset()
163 set_config_value(const char *path, const char *value) in set_config_value()
195 set_config_value_if_unset(const char *const path, const char *const value) in set_config_value_if_unset()
237 _expand_config_value(const char *value, int depth) in _expand_config_value()
322 expand_config_value(const char *value) in expand_config_value()
337 const char *value; in get_config_value() local
363 _bool_value(const char *name, const char *value) in _bool_value()
382 const char *value; in get_config_bool() local
393 const char *value; in get_config_bool_default() local
[all …]
/freebsd/contrib/ofed/libmlx4/
H A Dmmio.h77 #define mmio_writeb(addr, value) \ argument
79 #define mmio_writew(addr, value) \ argument
81 #define mmio_writel(addr, value) \ argument
83 #define mmio_writeq(addr, value) \ argument
85 #define mmio_write(addr, value, length) \ argument
88 #define mmio_readb(addr, value) \ argument
90 #define mmio_readw(addr, value) \ argument
92 #define mmio_readl(addr, value) \ argument
94 #define mmio_readq(addr, value) \ argument
96 #define mmio_read(addr, value, length) \ argument
/freebsd/sys/contrib/dev/acpica/include/
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 …]
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c193 static int cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_SignatureAlgorithms()
205 static int cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) in cmd_ClientSignatureAlgorithms()
216 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups()
228 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves()
234 static int cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) in cmd_ECDHParameters()
258 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString()
269 static int cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) in cmd_Ciphersuites()
280 static int cmd_Protocol(SSL_CONF_CTX *cctx, const char *value) in cmd_Protocol()
303 static int protocol_from_string(const char *value) in protocol_from_string()
335 static int min_max_proto(SSL_CONF_CTX *cctx, const char *value, int *bound) in min_max_proto()
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Da_mbstr.c216 int (*rfunc)(unsigned long value, void *in), in traverse_string()
219 unsigned long value; in traverse_string() local
255 static int in_utf8(unsigned long value, void *arg) in in_utf8()
268 static int out_utf8(unsigned long value, void *arg) in out_utf8()
285 static int type_str(unsigned long value, void *arg) in type_str()
330 static int cpy_asc(unsigned long value, void *arg) in cpy_asc()
342 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp()
355 static int cpy_univ(unsigned long value, void *arg) in cpy_univ()
370 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h32 Flags(uint32_t value) : m_flags(value) {} in Flags()
104 void SetValue(uint32_t value) { m_flags = value; } in SetValue()
124 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades()
126 void SetSkipsPointers(bool value) { m_flags.SetSkipPointers(value); } in SetSkipsPointers()
128 void SetSkipsReferences(bool value) { m_flags.SetSkipReferences(value); } in SetSkipsReferences()
130 void SetNonCacheable(bool value) { m_flags.SetNonCacheable(value); } in SetNonCacheable()
134 void SetOptions(uint32_t value) { m_flags.SetValue(value); } in SetOptions()
138 void SetPtrMatchDepth(uint32_t value) { m_ptr_match_depth = value; } in SetPtrMatchDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h21 ThreadSafeValue(const T &value) : m_value(value) {} in ThreadSafeValue()
26 T value; in GetValue() local
38 void SetValue(const T &value) { in SetValue()
46 void SetValueNoLock(const T &value) { m_value = value; } in SetValueNoLock()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dendian_test.cpp35 uint64_t value = 1; in TEST() local
59 uint64_t value = 1; in TEST() local
129 uint8_t value = 0x11; in TEST() local
135 uint16_t value = 0x2211; in TEST() local
141 uint32_t value = 0x44332211; in TEST() local
147 uint64_t value = 0x8877665544332211ULL; in TEST() local
153 int8_t value = 0x11; in TEST() local
159 int16_t value = 0x2211; in TEST() local
165 int32_t value = 0x44332211; in TEST() local
171 int64_t value = 0x8877665544332211LL; in TEST() local

12345678910>>...102