Searched refs:uevent_helper (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dksysfs.c67 return sysfs_emit(buf, "%s\n", uevent_helper);
75 memcpy(uevent_helper, buf, count);
76 uevent_helper[count] = '\0';
77 if (count && uevent_helper[count-1] == '\n')
78 uevent_helper[count-1] = '\0';
81 KERNEL_ATTR_RW(uevent_helper); variable
H A Dsysctl.c1754 .data = &uevent_helper,
/linux-master/include/linux/
H A Dkobject.h37 extern char uevent_helper[];
/linux-master/lib/
H A Dkobject_uevent.c35 char uevent_helper[UEVENT_HELPER_PATH_LEN] = CONFIG_UEVENT_HELPER_PATH; variable
263 env->argv[0] = uevent_helper;
597 /* call uevent_helper, usually only enabled during early boot */
598 if (uevent_helper[0] && !kobj_usermode_filter(kobj)) {

Completed in 200 milliseconds