Lines Matching refs:kobj_uevent_env
114 struct kobj_uevent_env **ret_env) in kobject_action_args()
116 struct kobj_uevent_env *env = NULL; in kobject_action_args()
196 struct kobj_uevent_env *env; in kobject_synth_uevent()
251 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()
344 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
383 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
420 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
476 struct kobj_uevent_env *env; in kobject_uevent_env()
540 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); in kobject_uevent_env()
668 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()