Lines Matching refs:subsystem
252 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem)
257 len = strlcpy(&env->buf[env->buflen], subsystem, buffer_size);
463 const char *subsystem;
511 /* originating subsystem */
513 subsystem = uevent_ops->name(kobj);
515 subsystem = kobject_name(&kset->kobj);
516 if (!subsystem) {
517 pr_debug("kobject: '%s' (%p): %s: unset subsystem caused the "
542 retval = add_uevent_var(env, "SUBSYSTEM=%s", subsystem);
609 retval = init_uevent_argv(env, subsystem);