Searched refs:env (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | of_device.h | 38 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env); 39 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env); 68 struct kobj_uevent_env *env) { } in of_device_uevent() argument 87 struct kobj_uevent_env *env) in of_device_uevent_modalias() argument
|
D | bpf_verifier.h | 512 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, 517 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func() argument 519 struct bpf_verifier_state *cur = env->cur_state; in cur_func() 524 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() argument 526 return cur_func(env)->regs; in cur_regs() 530 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, 532 int bpf_prog_offload_finalize(struct bpf_verifier_env *env); 534 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, 537 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt); 539 int check_ctx_reg(struct bpf_verifier_env *env, [all …]
|
D | kobject.h | 175 struct kobj_uevent_env *env); 265 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
|
D | bpf.h | 143 int (*map_set_for_each_callback_args)(struct bpf_verifier_env *env, 584 int (*insn_hook)(struct bpf_verifier_env *env, 586 int (*finalize)(struct bpf_verifier_env *env); 588 int (*replace_insn)(struct bpf_verifier_env *env, u32 off, 590 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt); 1602 int map_set_for_each_callback_args(struct bpf_verifier_env *env, 1721 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog, 1723 int btf_check_kfunc_arg_match(struct bpf_verifier_env *env, 1726 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog,
|
D | device.h | 91 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
|
D | acpi.h | 903 struct kobj_uevent_env *env) in acpi_device_uevent_modalias() argument
|
/include/linux/soundwire/ |
D | sdw_type.h | 24 int sdw_slave_uevent(struct device *dev, struct kobj_uevent_env *env);
|
/include/linux/device/ |
D | class.h | 63 int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env);
|
D | bus.h | 91 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
|