Searched defs:env (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | of_device.h | 52 struct kobj_uevent_env *env) { } in of_device_uevent() 61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
| A D | bpf_verifier.h | 694 struct bpf_verifier_env *env; member 875 #define verifier_bug_if(cond, env, fmt, args...) \ argument 884 #define verifier_bug(env, fmt, args...) verifier_bug_if(1, env, fmt, ##args) argument 886 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func() 893 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() 1008 static inline void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched() 1013 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched() 1018 static inline bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched() 1028 static inline bool verifier_state_scratched(const struct bpf_verifier_env *env) in verifier_state_scratched() 1033 static inline void mark_verifier_state_clean(struct bpf_verifier_env *env) in mark_verifier_state_clean() [all …]
|
| A D | acpi.h | 991 struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
|
| A D | ieee80211.h | 2924 const struct ieee80211_tx_pwr_env *env = (const void *)data; in ieee80211_valid_tpe_element() local
|
Completed in 33 milliseconds