Lines Matching refs:kobj_uevent_env
115 struct kobj_uevent_env **ret_env) in kobject_action_args()
117 struct kobj_uevent_env *env = NULL; in kobject_action_args()
197 struct kobj_uevent_env *env; in kobject_synth_uevent()
252 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
278 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
308 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
342 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
381 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
418 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
459 struct kobj_uevent_env *env; in kobject_uevent_env()
523 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); in kobject_uevent_env()
653 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()