Home
last modified time | relevance | path

Searched full:struct (Results 1 – 25 of 11767) sorted by relevance

12345678910>>...471

/freebsd/sys/security/mac/
H A Dmac_framework.h54 struct auditinfo;
55 struct auditinfo_addr;
56 struct bpf_d;
57 struct cdev;
58 struct componentname;
59 struct devfs_dirent;
60 struct ifnet;
61 struct ifreq;
62 struct image_params;
63 struct inpcb;
[all …]
H A Dmac_policy.h69 struct acl;
70 struct auditinfo;
71 struct auditinfo_addr;
72 struct bpf_d;
73 struct cdev;
74 struct componentname;
75 struct db_command;
76 struct devfs_dirent;
77 struct ifnet;
78 struct image_params;
[all …]
/freebsd/sys/fs/nfs/
H A Dnfs_var.h39 struct uio;
40 struct ucred;
41 struct nfscred;
43 struct buf;
44 struct sockaddr_in;
45 struct nfs_dlmount;
46 struct file;
47 struct nfsmount;
48 struct socket;
49 struct nfsreq;
[all …]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.h35 static int collect_reg_dump(struct cudbg_init *, struct cudbg_buffer *,
36 struct cudbg_error *);
37 static int collect_fw_devlog(struct cudbg_init *, struct cudbg_buffer *,
38 struct cudbg_error *);
39 static int collect_cim_qcfg(struct cudbg_init *, struct cudbg_buffer *,
40 struct cudbg_error *);
41 static int collect_cim_la(struct cudbg_init *, struct cudbg_buffer *,
42 struct cudbg_error *);
43 static int collect_cim_ma_la(struct cudbg_init *, struct cudbg_buffer *,
44 struct cudbg_error *);
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h74 extern struct proc_dir_entry *mlx4_mrs_dir_entry;
86 struct mlx4_ib_ucontext {
87 struct ib_ucontext ibucontext;
88 struct mlx4_uar uar;
89 struct list_head db_page_list;
90 struct mutex db_page_mutex;
93 struct mlx4_ib_pd {
94 struct ib_pd ibpd;
98 struct mlx4_ib_xrcd {
99 struct ib_xrcd ibxrcd;
[all …]
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c104 stub_destroy(struct mac_policy_conf *conf) in stub_destroy()
110 stub_init(struct mac_policy_conf *conf) in stub_init()
116 stub_syscall(struct thread *td, int call, void *arg) in stub_syscall()
126 stub_init_label(struct label *label) in stub_init_label()
132 stub_init_label_waitcheck(struct label *label, int flag) in stub_init_label_waitcheck()
139 stub_destroy_label(struct label *label) in stub_destroy_label()
145 stub_copy_label(struct label *src, struct label *dest) in stub_copy_label()
151 stub_externalize_label(struct label *label, char *element_name, in stub_externalize_label()
152 struct sbuf *sb, int *claimed) in stub_externalize_label()
159 stub_internalize_label(struct label *label, char *element_name, in stub_internalize_label()
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h175 struct mlx4_vhcr {
186 struct mlx4_vhcr_cmd {
198 struct mlx4_cmd_info {
204 int (*verify)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
205 struct mlx4_cmd_mailbox *inbox);
206 int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
207 struct mlx4_cmd_mailbox *inbox,
208 struct mlx4_cmd_mailbox *outbox,
209 struct mlx4_cmd_info *cmd);
241 struct mlx4_bitmap {
[all …]
/freebsd/sys/sys/
H A Dsyscallsubr.h40 struct __wrusage;
41 struct cpuset_copy_cb;
42 struct file;
43 struct filecaps;
45 struct itimerval;
46 struct image_args;
47 struct jail;
48 struct kevent_copyops;
49 struct kexec_segment;
50 struct kld_file_stat;
[all …]
H A Dsysproto.h21 struct proc;
23 struct thread;
36 struct _exit_args {
39 struct fork_args {
42 struct read_args {
47 struct write_args {
52 struct open_args {
57 struct close_args {
60 struct wait4_args {
64 …char rusage_l_[PADL_(struct rusage *)]; struct rusage * rusage; char rusage_r_[PADR_(struct rusage…
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h49 enum i40e_status_code i40e_init_adminq(struct i40e_hw *hw);
50 enum i40e_status_code i40e_shutdown_adminq(struct i40e_hw *hw);
51 enum i40e_status_code i40e_init_asq(struct i40e_hw *hw);
52 enum i40e_status_code i40e_init_arq(struct i40e_hw *hw);
53 enum i40e_status_code i40e_alloc_adminq_asq_ring(struct i40e_hw *hw);
54 enum i40e_status_code i40e_alloc_adminq_arq_ring(struct i40e_hw *hw);
55 enum i40e_status_code i40e_shutdown_asq(struct i40e_hw *hw);
56 enum i40e_status_code i40e_shutdown_arq(struct i40e_hw *hw);
57 u16 i40e_clean_asq(struct i40e_hw *hw);
58 void i40e_free_adminq_asq(struct i40e_hw *hw);
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h42 typedef struct ossl_provider_st OSSL_PROVIDER; /* Provider Object */
63 typedef struct asn1_string_st ASN1_INTEGER;
64 typedef struct asn1_string_st ASN1_ENUMERATED;
65 typedef struct asn1_string_st ASN1_BIT_STRING;
66 typedef struct asn1_string_st ASN1_OCTET_STRING;
67 typedef struct asn1_string_st ASN1_PRINTABLESTRING;
68 typedef struct asn1_string_st ASN1_T61STRING;
69 typedef struct asn1_string_st ASN1_IA5STRING;
70 typedef struct asn1_string_st ASN1_GENERALSTRING;
71 typedef struct asn1_string_st ASN1_UNIVERSALSTRING;
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.h14 struct hostapd_iface;
15 struct hostapd_data;
16 struct sta_info;
17 struct hostapd_frame_info;
18 struct ieee80211_ht_capabilities;
19 struct ieee80211_vht_capabilities;
20 struct ieee80211_mgmt;
21 struct radius_sta;
24 struct ieee802_11_elems;
25 struct sae_pk;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h90 struct mt7915_vif;
91 struct mt7915_sta;
92 struct mt7915_dfs_pulse;
93 struct mt7915_dfs_pattern;
120 struct mt7915_twt_flow {
121 struct list_head list;
138 struct mt7915_sta {
139 struct mt76_wcid wcid; /* must be first */
141 struct mt7915_vif *vif;
143 struct list_head rc_list;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h37 SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
132 SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
134 SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
140 struct mt7996_vif;
141 struct mt7996_sta;
142 struct mt7996_dfs_pulse;
143 struct mt7996_dfs_pattern;
204 struct mt7996_twt_flow {
205 struct list_head list;
222 struct mt7996_sta_link {
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h87 extern const struct ieee80211_ops iwl_mvm_hw_ops;
88 extern const struct ieee80211_ops iwl_mvm_mld_hw_ops;
91 * struct iwl_mvm_mod_params - module parameters for iwlmvm
94 struct iwl_mvm_mod_params {
97 extern struct iwl_mvm_mod_params iwlmvm_mod_params;
99 struct iwl_mvm_phy_ctxt {
106 struct ieee80211_channel *channel;
115 struct iwl_mvm_time_event_data {
116 struct ieee80211_vif *vif;
117 struct list_head list;
[all …]
/freebsd/sys/dev/mthca/
H A Dmthca_dev.h122 struct mthca_cmd {
123 struct pci_pool *pool;
124 struct mutex hcr_mutex;
125 struct semaphore poll_sem;
126 struct semaphore event_sem;
130 struct mthca_cmd_context *context;
137 struct mthca_limits {
180 struct mthca_alloc {
189 struct mthca_array {
190 struct {
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h4 extern uint32_t ar9300_Stub_GetRadioRev(struct ath_hal *ah);
7 extern void ar9300_Stub_InitState(struct ath_hal_5212 *, uint16_t devid, HAL_SOFTC,
10 extern void ar9300_Stub_Detach(struct ath_hal *ah);
11 extern HAL_BOOL ar9300_Stub_ChipTest(struct ath_hal *ah);
12 extern HAL_BOOL ar9300_Stub_GetChannelEdges(struct ath_hal *ah,
14 extern HAL_BOOL ar9300_Stub_FillCapabilityInfo(struct ath_hal *ah);
16 extern void ar9300_Stub_SetBeaconTimers(struct ath_hal *ah,
18 extern void ar9300_Stub_BeaconInit(struct ath_hal *ah,
20 extern void ar9300_Stub_ResetStaBeaconTimers(struct ath_hal *ah);
21 extern void ar9300_Stub_SetStaBeaconTimers(struct ath_hal *ah,
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_extern.h39 struct buf;
40 struct cg;
41 struct fid;
42 struct fs;
43 struct inode;
44 struct malloc_type;
45 struct mount;
46 struct thread;
47 struct sockaddr;
48 struct statfs;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h66 struct mt76_dev;
67 struct mt76_phy;
68 struct mt76_wcid;
69 struct mt76s_intr;
70 struct mt76_chanctx;
71 struct mt76_vif_link;
73 struct mt76_reg_pair {
100 struct mt76_bus_ops {
101 u32 (*rr)(struct mt76_dev *dev, u32 offset);
102 void (*wr)(struct mt76_dev *dev, u32 offset, u32 val);
[all …]
/freebsd/sys/dev/mlx5/
H A Ddriver.h53 #define MLX5_ST_SZ_BYTES(typ) (sizeof(struct mlx5_ifc_##typ##_bits) / 8)
178 struct mlx5_field_desc {
182 struct mlx5_rsc_debug {
183 struct mlx5_core_dev *dev;
186 struct mlx5_field_desc fields[0];
222 struct mlx5_cmd_first {
226 struct cache_ent;
227 struct mlx5_fw_page {
229 struct rb_node rb_node;
230 struct list_head list;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615.h69 struct mt7615_vif;
70 struct mt7615_sta;
71 struct mt7615_dfs_pulse;
72 struct mt7615_dfs_pattern;
92 struct mt7615_rate_set {
93 struct ieee80211_tx_rate probe_rate;
94 struct ieee80211_tx_rate rates[4];
97 struct mt7615_rate_desc {
105 struct mt7615_wtbl_rate_desc {
106 struct list_head node;
[all …]
/freebsd/contrib/ofed/libibverbs/
H A Ddriver.h56 struct verbs_device;
63 struct verbs_xrcd {
64 struct ibv_xrcd xrcd;
77 struct verbs_srq {
78 struct ibv_srq srq;
81 struct verbs_xrcd *xrcd;
82 struct ibv_cq *cq;
96 struct verbs_qp {
97 struct ibv_qp qp;
99 struct verbs_xrcd *xrcd;
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h121 struct mlx5_bfreg_info {
129 struct mutex lock;
139 struct mlx5_ib_ucontext {
140 struct ib_ucontext ibucontext;
141 struct list_head db_page_list;
145 struct mutex db_page_mutex;
146 struct mlx5_bfreg_info bfregi;
155 static inline struct mlx5_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext) in to_mucontext()
157 return container_of(ibucontext, struct mlx5_ib_ucontext, ibucontext); in to_mucontext()
160 struct mlx5_ib_pd {
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.h14 struct ath12k;
15 struct ath12k_base;
16 struct ath12k_hw;
17 struct ath12k_hw_group;
18 struct ath12k_pdev_map;
20 struct ath12k_generic_iter {
21 struct ath12k *ar;
96 struct ath12k_mac_get_any_chanctx_conf_arg {
97 struct ath12k *ar;
98 struct ieee80211_chanctx_conf *chanctx_conf;
[all …]
/freebsd/sys/amd64/linux32/
H A Dlinux32_proto.h21 struct proc;
23 struct thread;
36 struct linux_exit_args {
39 struct linux_fork_args {
42 struct linux_write_args {
47 struct linux_open_args {
52 struct linux_waitpid_args {
57 struct linux_creat_args {
61 struct linux_link_args {
65 struct linux_unlink_args {
[all …]

12345678910>>...471