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()
251 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
277 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
307 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
341 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
380 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
416 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
457 struct kobj_uevent_env *env; in kobject_uevent_env()
514 env = kzalloc(sizeof(struct kobj_uevent_env), GFP_KERNEL); in kobject_uevent_env()
648 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()