| /illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
| H A D | kernel.implicit_dependencies.no_structs | 1 C_SYSC_setsockopt read_list: [(struct proto_ops)->compat_setsockopt, ] 2 C_SYSC_getsockopt read_list: [(struct proto_ops)->compat_getsockopt, ] 3 SYSC_sendto read_list: [(struct file)->f_flags, ] 4 SYSC_recvfrom read_list: [(struct file)->f_flags, ] 5 SYSC_recvmmsg read_list: [(struct timespec)->tv_sec, (struct timespec)->tv_nsec, (struct msghdr)->m… 6 …struct mm_segment_t)->seg, (struct bpf_map)->key_size, (struct bpf_map)->map_type, (union bpf_attr… 7 …_sigtimedwait read_list: [(struct task_struct)->timer_slack_ns, (struct mm_segment_t)->seg, (struc… 8 C_SYSC_rt_sigtimedwait read_list: [(struct task_struct)->timer_slack_ns, ] 10 SYSC_rt_sigqueueinfo read_list: [(struct siginfo)->si_code, ] 11 C_SYSC_rt_sigqueueinfo read_list: [(struct siginfo)->si_code, ] [all …]
|
| H A D | kernel.implicit_dependencies.v1 | 5 …ead_list: [(struct task_struct)->io_context, (struct task_struct)->cred, (struct task_struct)->cre… 6 SYSC_ioprio_set read_list: [(struct task_struct)->cred, (struct task_struct)->cred, (struct task_st… 23 C_SYSC_getsockopt read_list: [(struct proto_ops)->compat_getsockopt, ] 24 C_SYSC_setsockopt read_list: [(struct proto_ops)->compat_setsockopt, ] 47 SYSC_recvmmsg read_list: [(struct timespec)->tv_sec, (struct timespec)->tv_nsec, (struct msghdr)->m… 51 SYSC_shutdown read_list: [(struct fd)->file, ] 52 SYSC_getsockopt read_list: [(struct fd)->file, ] 53 SYSC_setsockopt read_list: [(struct fd)->file, ] 55 SYSC_recvfrom read_list: [(struct fd)->file, (struct file)->f_flags, ] 57 SYSC_sendto read_list: [(struct fd)->file, (struct file)->f_flags, ] [all …]
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_var.h | 39 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/security/mac/ |
| H A D | mac_framework.h | 54 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 D | mac_policy.h | 69 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 …]
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | smatch_extra.h | 18 DECLARE_PTR_LIST(range_list, struct data_range); 19 DECLARE_PTR_LIST(range_list_stack, struct range_list); 21 struct relation { 23 struct symbol *sym; 26 DECLARE_PTR_LIST(related_list, struct relation); 28 struct data_info { 29 struct related_list *related; 30 struct range_list *value_ranges; 39 extern struct string_list *__ignored_macros; 42 struct range_list *rl_zero(void); [all …]
|
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.h | 35 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 D | mlx4_ib.h | 74 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 D | mac_stub.c | 103 stub_destroy(struct mac_policy_conf *conf) in stub_destroy() 109 stub_init(struct mac_policy_conf *conf) in stub_init() 115 stub_syscall(struct thread *td, int call, void *arg) in stub_syscall() 125 stub_init_label(struct label *label) in stub_init_label() 131 stub_init_label_waitcheck(struct label *label, int flag) in stub_init_label_waitcheck() 138 stub_destroy_label(struct label *label) in stub_destroy_label() 144 stub_copy_label(struct label *src, struct label *dest) in stub_copy_label() 150 stub_externalize_label(struct label *label, char *element_name, in stub_externalize_label() 151 struct sbuf *sb, int *claimed) in stub_externalize_label() 158 stub_internalize_label(struct label *label, char *element_name, in stub_internalize_label() [all …]
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4.h | 175 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 …]
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
| H A D | cudbg_lib.h | 45 static int collect_reg_dump(struct cudbg_init *, struct cudbg_buffer *, 46 struct cudbg_error *); 47 static int collect_fw_devlog(struct cudbg_init *, struct cudbg_buffer *, 48 struct cudbg_error *); 49 static int collect_cim_qcfg(struct cudbg_init *, struct cudbg_buffer *, 50 struct cudbg_error *); 51 static int collect_cim_la(struct cudbg_init *, struct cudbg_buffer *, 52 struct cudbg_error *); 53 static int collect_cim_ma_la(struct cudbg_init *, struct cudbg_buffer *, 54 struct cudbg_error *); [all …]
|
| /freebsd/sys/sys/ |
| H A D | syscallsubr.h | 40 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; 49 struct kevent_copyops; 50 struct kexec_segment; [all …]
|
| H A D | sysproto.h | 21 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 D | i40e_prototype.h | 49 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 …]
|
| /illumos-gate/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_prototype.h | 50 enum i40e_status_code i40e_init_adminq(struct i40e_hw *hw); 51 enum i40e_status_code i40e_shutdown_adminq(struct i40e_hw *hw); 52 enum i40e_status_code i40e_init_asq(struct i40e_hw *hw); 53 enum i40e_status_code i40e_init_arq(struct i40e_hw *hw); 54 enum i40e_status_code i40e_alloc_adminq_asq_ring(struct i40e_hw *hw); 55 enum i40e_status_code i40e_alloc_adminq_arq_ring(struct i40e_hw *hw); 56 enum i40e_status_code i40e_shutdown_asq(struct i40e_hw *hw); 57 enum i40e_status_code i40e_shutdown_arq(struct i40e_hw *hw); 58 u16 i40e_clean_asq(struct i40e_hw *hw); 59 void i40e_free_adminq_asq(struct i40e_hw *hw); [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | types.h | 42 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/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mt7915.h | 89 struct mt7915_vif; 90 struct mt7915_sta; 91 struct mt7915_dfs_pulse; 92 struct mt7915_dfs_pattern; 119 struct mt7915_twt_flow { 120 struct list_head list; 137 struct mt7915_sta { 138 struct mt76_wcid wcid; /* must be first */ 140 struct mt7915_vif *vif; 142 struct list_head rc_list; [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mvm.h | 86 extern const struct ieee80211_ops iwl_mvm_hw_ops; 87 extern const struct ieee80211_ops iwl_mvm_mld_hw_ops; 90 * struct iwl_mvm_mod_params - module parameters for iwlmvm 93 struct iwl_mvm_mod_params { 96 extern struct iwl_mvm_mod_params iwlmvm_mod_params; 98 struct iwl_mvm_phy_ctxt { 105 struct ieee80211_channel *channel; 114 struct iwl_mvm_time_event_data { 115 struct ieee80211_vif *vif; 116 struct list_head list; [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mt7996.h | 37 SKB_DATA_ALIGN(sizeof(struct skb_shared_info))) 130 SKB_DATA_ALIGN(sizeof(struct skb_shared_info))) 132 SKB_DATA_ALIGN(sizeof(struct skb_shared_info))) 134 struct mt7996_vif; 135 struct mt7996_sta; 136 struct mt7996_dfs_pulse; 137 struct mt7996_dfs_pattern; 197 struct mt7996_twt_flow { 198 struct list_head list; 215 struct mt7996_sta_link { [all …]
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_dev.h | 122 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 D | ar9300_stub_funcs.h | 4 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/dev/mlx5/ |
| H A D | driver.h | 53 #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/ufs/ffs/ |
| H A D | ffs_extern.h | 39 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 D | mt76.h | 56 struct mt76_dev; 57 struct mt76_phy; 58 struct mt76_wcid; 59 struct mt76s_intr; 60 struct mt76_chanctx; 61 struct mt76_vif_link; 63 struct mt76_reg_pair { 83 struct mt76_bus_ops { 84 u32 (*rr)(struct mt76_dev *dev, u32 offset); 85 void (*wr)(struct mt76_dev *dev, u32 offset, u32 val); [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mt7615.h | 68 struct mt7615_vif; 69 struct mt7615_sta; 70 struct mt7615_dfs_pulse; 71 struct mt7615_dfs_pattern; 91 struct mt7615_rate_set { 92 struct ieee80211_tx_rate probe_rate; 93 struct ieee80211_tx_rate rates[4]; 96 struct mt7615_rate_desc { 104 struct mt7615_wtbl_rate_desc { 105 struct list_head node; [all …]
|