Lines Matching refs:uevent
697 _cleanup_free_ char *uevent = NULL; in device_read_uevent_file() local
724 r = read_full_virtual_file(path, &uevent, &uevent_len); in device_read_uevent_file()
737 if (!strchr(NEWLINE, uevent[i])) { in device_read_uevent_file()
738 key = &uevent[i]; in device_read_uevent_file()
745 if (uevent[i] == '=') { in device_read_uevent_file()
746 uevent[i] = '\0'; in device_read_uevent_file()
749 } else if (strchr(NEWLINE, uevent[i])) { in device_read_uevent_file()
750 uevent[i] = '\0'; in device_read_uevent_file()
758 value = &uevent[i]; in device_read_uevent_file()
763 if (strchr(NEWLINE, uevent[i])) { in device_read_uevent_file()
764 uevent[i] = '\0'; in device_read_uevent_file()