Home
last modified time | relevance | path

Searched refs:uevent_helper (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
A Dksysfs.c43 return sprintf(buf, "%s\n", uevent_helper); in uevent_helper_show()
51 memcpy(uevent_helper, buf, count); in uevent_helper_store()
52 uevent_helper[count] = '\0'; in uevent_helper_store()
53 if (count && uevent_helper[count-1] == '\n') in uevent_helper_store()
54 uevent_helper[count-1] = '\0'; in uevent_helper_store()
57 KERNEL_ATTR_RW(uevent_helper);
A Dsysctl.c2126 .data = &uevent_helper,
/linux/lib/
A Dkobject_uevent.c35 char uevent_helper[UEVENT_HELPER_PATH_LEN] = CONFIG_UEVENT_HELPER_PATH; variable
264 env->argv[0] = uevent_helper; in init_uevent_argv()
599 if (uevent_helper[0] && !kobj_usermode_filter(kobj)) { in kobject_uevent_env()
/linux/include/linux/
A Dkobject.h37 extern char uevent_helper[];
/linux/drivers/base/
A DKconfig28 via /proc/sys/kernel/hotplug or via /sys/kernel/uevent_helper
/linux/Documentation/powerpc/
A Deeh-pci-error-recovery.rst288 kobject_uevent() executes uevent_helper[], which runs the

Completed in 12 milliseconds