Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dksysfs.c67 return sysfs_emit(buf, "%s\n", uevent_helper); in uevent_helper_show()
75 memcpy(uevent_helper, buf, count); in uevent_helper_store()
76 uevent_helper[count] = '\0'; in uevent_helper_store()
77 if (count && uevent_helper[count-1] == '\n') in uevent_helper_store()
78 uevent_helper[count-1] = '\0'; in uevent_helper_store()
81 KERNEL_ATTR_RW(uevent_helper);
H A Dsysctl.c1754 .data = &uevent_helper,
/openbmc/linux/lib/
H 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()
/openbmc/linux/include/linux/
H A Dkobject.h37 extern char uevent_helper[];
/openbmc/linux/drivers/base/
H A DKconfig28 via /proc/sys/kernel/hotplug or via /sys/kernel/uevent_helper
/openbmc/linux/Documentation/powerpc/
H A Deeh-pci-error-recovery.rst288 kobject_uevent() executes uevent_helper[], which runs the