Searched refs:env (Results 1 – 10 of 10) sorted by relevance
| /include/linux/ |
| D | bpf_verifier.h | 682 struct bpf_verifier_env *env; member 795 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux() argument 797 return &env->prog->aux->func_info_aux[subprog]; in subprog_aux() 800 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info() argument 802 return &env->subprog_info[subprog]; in subprog_info() 807 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, 816 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, 820 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func() argument 822 struct bpf_verifier_state *cur = env->cur_state; in cur_func() 827 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() argument [all …]
|
| D | of_device.h | 28 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env); 29 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env); 52 struct kobj_uevent_env *env) { } in of_device_uevent() argument 61 struct kobj_uevent_env *env) in of_device_uevent_modalias() argument
|
| D | kobject.h | 147 int (* const uevent)(const struct kobject *kobj, struct kobj_uevent_env *env); 236 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
|
| D | bpf.h | 171 int (*map_set_for_each_callback_args)(struct bpf_verifier_env *env, 1010 int (*insn_hook)(struct bpf_verifier_env *env, 1012 int (*finalize)(struct bpf_verifier_env *env); 1014 int (*replace_insn)(struct bpf_verifier_env *env, u32 off, 1016 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt); 2520 int map_set_for_each_callback_args(struct bpf_verifier_env *env, 2649 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog);
|
| D | ieee80211.h | 2885 const struct ieee80211_tx_pwr_env *env = (const void *)data; in ieee80211_valid_tpe_element() local 2887 u8 needed = sizeof(*env); in ieee80211_valid_tpe_element() 2893 count = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_COUNT); in ieee80211_valid_tpe_element() 2894 interpret = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_INTERPRET); in ieee80211_valid_tpe_element() 2895 category = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_CATEGORY); in ieee80211_valid_tpe_element() 2932 u8 K = u8_get_bits(env->variable[N], in ieee80211_valid_tpe_element()
|
| D | device.h | 92 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
|
| D | acpi.h | 980 struct kobj_uevent_env *env) in acpi_device_uevent_modalias() argument
|
| /include/linux/soundwire/ |
| D | sdw_type.h | 24 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env);
|
| /include/linux/device/ |
| D | class.h | 57 int (*dev_uevent)(const struct device *dev, struct kobj_uevent_env *env);
|
| D | bus.h | 86 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
|