| /freebsd-13.1/lib/libnv/tests/ |
| H A D | cnv_tests.cc | 49 bool value; in ATF_TEST_CASE_BODY() local 83 uint64_t value; in ATF_TEST_CASE_BODY() local 118 const char *value; in ATF_TEST_CASE_BODY() local 150 nvlist_t *nvl, *value; in ATF_TEST_CASE_BODY() local 553 bool value; in ATF_TEST_CASE_BODY() local 596 uint64_t value; in ATF_TEST_CASE_BODY() local 639 const char *value; in ATF_TEST_CASE_BODY() local 1047 bool value; in ATF_TEST_CASE_BODY() local 1090 uint64_t value; in ATF_TEST_CASE_BODY() local 1133 const char *value; in ATF_TEST_CASE_BODY() local [all …]
|
| H A D | nv_tests.cc | 47 int type; in ATF_TEST_CASE_BODY() local 69 int type; in ATF_TEST_CASE_BODY() local 99 int type; in ATF_TEST_CASE_BODY() local 131 uint64_t value; in ATF_TEST_CASE_BODY() local 132 int type; in ATF_TEST_CASE_BODY() local 165 int type; in ATF_TEST_CASE_BODY() local 260 void *value; in ATF_TEST_CASE_BODY() local 322 uint64_t value; in ATF_TEST_CASE_BODY() local 496 verify_number(const nvlist_t *nvl, const char *name, int type, uint64_t value) in verify_number() 666 char *value; in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | symbol.h | 72 struct value { struct 73 enum { booleanvalue, argument 78 } type; member 96 struct value *defval; argument 120 struct type { struct 121 Typetype type; argument 124 struct type *subtype; argument 130 typedef struct type Type; argument 144 int value; member 152 struct value *value; member [all …]
|
| /freebsd-13.1/usr.sbin/bluetooth/sdpcontrol/ |
| H A D | search.c | 79 uint32_t type, len, value; in print_service_class_id_list() local 174 } value; in print_protocol_descriptor() local 175 uint32_t type, len, param; in print_protocol_descriptor() local 327 uint32_t type, len; in print_protocol_descriptor_list() local 413 uint32_t type, len, value; in print_bluetooth_profile_descriptor_list() local 533 int32_t n, type, value; in do_sdp_search() local
|
| /freebsd-13.1/sys/contrib/libnv/ |
| H A D | dnvlist.c | 56 #define DNVLIST_GET(ftype, type) \ argument 81 const void *value; in DNVLIST_GET() local 93 #define DNVLIST_TAKE(ftype, type) \ argument 118 void *value; in DNVLIST_TAKE() local
|
| H A D | nvlist.c | 550 const bool *value; in nvlist_dump() local 566 const char * const *value; in nvlist_dump() local 585 const uint64_t *value; in nvlist_dump() local 602 const int *value; in nvlist_dump() local 700 int type; in nvlist_xdescriptors() local 716 const int *value; in nvlist_xdescriptors() local 780 int type; in nvlist_ndescriptors() local 1411 #define NVLIST_EXISTS(type, TYPE) \ argument 1536 #define NVLIST_ADD(vtype, type) \ argument 1958 void *value; local [all …]
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/stm/ |
| H A D | trc_pkt_elem_stm.h | 106 inline void StmTrcPacket::setPacketType(const ocsd_stm_pkt_type type, const bool bMarker) in setPacketType() 133 inline void StmTrcPacket::onVersionPkt(const ocsd_stm_ts_type type) in onVersionPkt() 140 inline void StmTrcPacket::setD4Payload(const uint8_t value) in setD4Payload() 145 inline void StmTrcPacket::setD8Payload(const uint8_t value) in setD8Payload() 150 inline void StmTrcPacket::setD16Payload(const uint16_t value) in setD16Payload() 155 inline void StmTrcPacket::setD32Payload(const uint32_t value) in setD32Payload() 160 inline void StmTrcPacket::setD64Payload(const uint64_t value) in setD64Payload()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_osd.c | 96 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register() 153 osd_deregister(u_int type, u_int slot) in osd_deregister() 202 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set() 219 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved() 220 void *value) in osd_set_reserved() 298 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get() 301 void *value; in osd_get() local 322 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del() 332 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del() 384 osd_call(u_int type, u_int method, void *obj, void *data) in osd_call() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/kdf/ |
| H A D | scrypt.c | 34 uint64_t value = 0; in atou64() local 116 static int is_power_of_two(uint64_t value) in is_power_of_two() 121 static int pkey_scrypt_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_scrypt_ctrl() 167 static int pkey_scrypt_ctrl_uint64(EVP_PKEY_CTX *ctx, int type, in pkey_scrypt_ctrl_uint64() 168 const char *value) in pkey_scrypt_ctrl_uint64() 179 static int pkey_scrypt_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, in pkey_scrypt_ctrl_str() 180 const char *value) in pkey_scrypt_ctrl_str()
|
| /freebsd-13.1/sys/dev/evdev/ |
| H A D | evdev.c | 458 evdev_support_event(struct evdev_dev *evdev, uint16_t type) in evdev_support_event() 545 evdev_event_supported(struct evdev_dev *evdev, uint16_t type) in evdev_event_supported() 591 int32_t value) in evdev_check_event() 676 int32_t *value) in evdev_modify_event() 737 int32_t value) in evdev_sparse_event() 846 int32_t value) in evdev_propagate_event() 881 evdev_send_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in evdev_send_event() 882 int32_t value) in evdev_send_event() 925 evdev_push_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in evdev_push_event() 926 int32_t value) in evdev_push_event() [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_dict_helpers.c | 67 const char * wpa_dbus_type_as_string(const int type) in wpa_dbus_type_as_string() 128 const void *value) in _wpa_dbus_add_dict_entry_basic() 256 const dbus_uint16_t value) in wpa_dbus_dict_append_uint16() 313 const char *value) in wpa_dbus_dict_append_object_path() 335 const char *value, in wpa_dbus_dict_append_byte_array() 362 const char *key, const char *type, in wpa_dbus_dict_begin_array() 437 const u8 *value, in wpa_dbus_dict_bin_array_add_element() 585 int type; in wpa_dbus_dict_open_read() local 688 const char *value; in _wpa_dbus_dict_entry_get_string_array() local 748 int i, type; in _wpa_dbus_dict_entry_get_binarray() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 24 static inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, in DecodeImmShift() 73 static inline ARM_ShifterType DecodeRegShift(const uint32_t type) { in DecodeRegShift() 89 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, in LSL_C() 100 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL() 113 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, in LSR_C() 124 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() 137 static inline uint32_t ASR_C(const uint32_t value, const uint32_t amount, in ASR_C() 155 static inline uint32_t ASR(const uint32_t value, const uint32_t amount, in ASR() 181 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR() 212 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, in Shift_C() [all …]
|
| /freebsd-13.1/lib/libradius/ |
| H A D | radlib.c | 364 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr() 394 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr() 521 char *type; in rad_config() local 916 struct in_addr value; in rad_cvt_addr() local 925 struct in6_addr value; in rad_cvt_addr6() local 934 u_int32_t value; in rad_cvt_int() local 960 int len, type; in rad_get_attr() local 1147 rad_put_attr(struct rad_handle *h, int type, const void *value, size_t len) in rad_put_attr() 1192 rad_put_int(struct rad_handle *h, int type, u_int32_t value) in rad_put_int() 1399 const void *value, size_t len) in rad_put_vendor_attr() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_xattr.c | 707 void *value, size_t size) in __zpl_xattr_user_get() 932 char *name, *value = NULL; in zpl_set_acl_impl() local 1006 struct posix_acl *acl, int type) in zpl_set_acl() 1016 zpl_get_acl_impl(struct inode *ip, int type) in zpl_get_acl_impl() 1019 void *value = NULL; in zpl_get_acl_impl() local 1072 zpl_get_acl(struct inode *ip, int type, bool rcu) in zpl_get_acl() 1081 zpl_get_acl(struct inode *ip, int type) in zpl_get_acl() 1200 int type = ACL_TYPE_ACCESS; in __zpl_xattr_acl_get_access() local 1228 int type = ACL_TYPE_DEFAULT; in __zpl_xattr_acl_get_default() local 1256 int type = ACL_TYPE_ACCESS; in __zpl_xattr_acl_set_access() local [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 51 const char *type; in log_sysevent() local 64 boolean_t value; in log_sysevent() local 73 uint8_t value; in log_sysevent() local 81 int32_t value; in log_sysevent() local 90 uint32_t value; in log_sysevent() local 99 int64_t value; in log_sysevent() local 108 uint64_t value; in log_sysevent() local 117 char *value; in log_sysevent() local 127 uint8_t *value; in log_sysevent() local 138 uint16_t *value; in log_sysevent() local [all …]
|
| /freebsd-13.1/usr.sbin/usbconfig/ |
| H A D | dump.c | 43 #define DUMP0(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument 44 #define DUMP1(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument 45 #define DUMP2(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument 46 #define DUMP3(n,type,field,...) dump_field(pdev, " ", #field, n->field); argument 49 dump_mode(uint8_t value) in dump_mode() 57 dump_speed(uint8_t value) in dump_speed() 78 dump_power_mode(uint8_t value) in dump_power_mode() 99 const char *field, uint32_t value) in dump_field()
|
| /freebsd-13.1/crypto/openssl/crypto/asn1/ |
| H A D | a_type.c | 26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) in ASN1_TYPE_set() 41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) in ASN1_TYPE_set1()
|
| /freebsd-13.1/contrib/kyua/store/ |
| H A D | dbtypes.cpp | 49 store::bind_bool(sqlite::statement& stmt, const char* field, const bool value) in bind_bool() 94 const model::test_result_type& type) in bind_test_result_type() 151 const std::string value = stmt.column_text(id); in column_bool() local 218 const std::string type = stmt.column_text(id); in column_test_result_type() local 250 const int64_t value = stmt.column_int64(id); in column_timestamp() local
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/ |
| H A D | ZFS-pool-latency-heatmaps-influxdb.json | 167 "value": "/^$hostname$/" string 173 "value": "/^$poolname$/" string 291 "value": "/^$hostname$/" string 297 "value": "/^$poolname$/" string 429 "value": "/^$hostname$/" string 435 "value": "/^$poolname$/" string 553 "value": "/^$hostname$/" string 559 "value": "/^$poolname$/" string 1500 "value": 1 number 1505 "value": 2 number [all …]
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_subr.c | 116 bhnd_nvram_type_name(bhnd_nvram_type type) in bhnd_nvram_type_name() 181 bhnd_nvram_is_signed_type(bhnd_nvram_type type) in bhnd_nvram_is_signed_type() 227 bhnd_nvram_is_unsigned_type(bhnd_nvram_type type) in bhnd_nvram_is_unsigned_type() 243 bhnd_nvram_is_int_type(bhnd_nvram_type type) in bhnd_nvram_is_int_type() 285 bhnd_nvram_is_array_type(bhnd_nvram_type type) in bhnd_nvram_is_array_type() 328 bhnd_nvram_base_type(bhnd_nvram_type type) in bhnd_nvram_base_type() 370 bhnd_nvram_raw_type(bhnd_nvram_type type) in bhnd_nvram_raw_type() 426 bhnd_nvram_type_width(bhnd_nvram_type type) in bhnd_nvram_type_width() 478 bhnd_nvram_type_host_align(bhnd_nvram_type type) in bhnd_nvram_type_host_align() 714 uint64_t value; in bhnd_nvram_parse_int() local [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | keyvalq_struct.h | 38 #define TAILQ_ENTRY(type) \ argument 47 #define TAILQ_HEAD(name, type) \ argument 62 char *value; member
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | keyvalq_struct.h | 38 #define TAILQ_ENTRY(type) \ argument 47 #define TAILQ_HEAD(name, type) \ argument 62 char *value; member
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/ |
| H A D | atomic.c | 33 #define ATOMIC_INC(name, type) \ argument 49 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument 109 #define ATOMIC_OR(name, type) \ argument 125 #define ATOMIC_AND(name, type) \ in ATOMIC_OR() argument 145 #define ATOMIC_INC_NV(name, type) \ argument 161 #define ATOMIC_DEC_NV(name, type) \ argument 221 #define ATOMIC_OR_NV(name, type) \ argument 263 #define ATOMIC_CAS(name, type) \ argument 294 #define ATOMIC_SWAP(name, type) \ argument 331 atomic_set_long_excl(volatile ulong_t *target, uint_t value) in atomic_set_long_excl() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_local.h | 23 ASN1_OBJECT *type; member 30 } value; member 35 ASN1_OBJECT *type; member 42 } value; member
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acpixf.h | 178 #define ACPI_GLOBAL(type,name) \ argument 182 #define ACPI_INIT_GLOBAL(type,name,value) \ argument 187 #define ACPI_GLOBAL(type,name) \ argument 192 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
|