Home
last modified time | relevance | path

Searched defs:type (Results 2326 – 2350 of 4142) sorted by relevance

1...<<919293949596979899100>>...166

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c41 int type; /* EVP key type */ member
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c316 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, in EVP_PKEY_new_mac_key()
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire_pkt.h313 unsigned int type :8; member
/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_gssapi_misc.c158 int type, in auth_gssapi_display_status_1()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_offload.c418 u16 type; in mlx5_object_change_event() local
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c330 uint8_t type, tid, qos, qsel; in r12a_fill_tx_desc() local
/freebsd/sys/dev/pci/
H A Dpci.c235 int type; member
3352 int barlen, basezero, flags, maprange, mapsize, type; in pci_add_map() local
3526 int rid, type, progif; in pci_ata_maps() local
4018 int type, flags, rid; in pci_add_resources_ea() local
5501 pci_reserve_map(device_t dev, device_t child, int type, int *rid, in pci_reserve_map()
5615 pci_alloc_multi_resource(device_t dev, device_t child, int type, int *rid, in pci_alloc_multi_resource()
5687 pci_alloc_resource(device_t dev, device_t child, int type, int *rid, in pci_alloc_resource()
5768 int error, rid, type; in pci_activate_resource() local
5816 int error, rid, type; in pci_deactivate_resource() local
5979 pci_delete_resource(device_t dev, device_t child, int type, int rid) in pci_delete_resource()
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.c91 e_ScType type) in FmMacsecSecYCreateSc()
164 …c t_Error FmMacsecSecYDeleteSc(t_FmMacsecSecY *p_FmMacsecSecY, t_SecYSc *p_FmSecYSc, e_ScType type) in FmMacsecSecYDeleteSc()
/freebsd/sys/dev/evdev/
H A Dinput.h44 uint16_t type; member
253 uint16_t type; member
/freebsd/sys/contrib/xen/
H A Dphysdev.h162 int type; member
262 int type; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c774 enum hal_reo_cmd_type type, in ath11k_dp_tx_send_reo_cmd()
1146 ath11k_dp_tx_htt_h2t_ext_stats_req(struct ath11k *ar, u8 type, in ath11k_dp_tx_htt_h2t_ext_stats_req()
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c83 #define RTADV_TYPE2BITMASK(type) (0x1 << type) argument
460 int n, type, ifindex = 0, plen; in rtmsg_input() local
[all...]
/freebsd/sys/dev/irdma/
H A Dirdma.h38 #define RDMA_BIT2(type, a) ((u##type) 1UL << a) argument
39 #define RDMA_MASK3(type, mask, shift) ((u##type) mask << shift) argument
/freebsd/contrib/libpcap/
H A Dpcap-int.h424 #define PCAP_CREATE_COMMON(ebuf, type) \ argument
511 #define PCAP_OPEN_OFFLINE_COMMON(ebuf, type) \ argument
/freebsd/sys/sys/
H A Dlock.h258 #define WITNESS_INIT(lock, type) \ argument
312 #define WITNESS_INIT(lock, type) (void)0 argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp355 #define MSAN_MAYBE_WARNING(type, size) \ argument
372 #define MSAN_MAYBE_STORE_ORIGIN(type, size) \ argument
/freebsd/sys/dev/hid/
H A Dhid.c1073 uint8_t type, uint8_t id) in hid_get_report()
1080 hid_set_report(device_t dev, const void *data, hid_size_t len, uint8_t type, in hid_set_report()
/freebsd/sys/dev/sound/pci/
H A Dhdsp.h184 enum hdsp_clock_type type; member
229 uint32_t type; member
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c106 uint8_t type; /* object type, if applicable */ member
683 ipfw_compat_modevent(module_t mod, int type, void *unused) in ipfw_compat_modevent()
/freebsd/sys/dev/usb/input/
H A Dwmt.c201 enum wmt_type type; member
735 enum wmt_type type = WMT_TYPE_UNSUPPORTED; in wmt_hid_parse() local
/freebsd/sys/dev/atkbdc/
H A Datkbd.c1206 atkbd_ev_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in atkbd_ev_event()
1360 init_keyboard(KBDC kbdc, int *type, int flags) in init_keyboard()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c359 u_char type, code, ecn; in main() local
1325 packet_ok(struct msghdr *mhdr, int cc, int seq, u_char *type, u_char *code, in packet_ok()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmt7921.h128 u8 type[2]; member
138 u8 type; member
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c36 ASN1_OBJECT *type; member
85 int type; member
/freebsd/crypto/openssl/engines/
H A De_ossltest.c755 static int ossltest_aes128_gcm_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in ossltest_aes128_gcm_ctrl()
855 static int ossltest_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, in ossltest_aes128_cbc_hmac_sha1_ctrl()

1...<<919293949596979899100>>...166