Home | History | Annotate | Download | only in init

Lines Matching refs:strncmp

137             if (strncmp(upath, dp->name + 4, strlen(dp->name + 4)))
169 if (strncmp(path, dp->name, strlen(dp->name)))
226 if (!strncmp(path, "/devices/", 9)) {
228 if (!strncmp(name, "platform/", 9))
236 !strncmp(path, bus->path, bus->path_len))
265 !strncmp(path, bus->path, bus->path_len))
321 if(!strncmp(msg, "ACTION=", 7)) {
324 } else if(!strncmp(msg, "DEVPATH=", 8)) {
327 } else if(!strncmp(msg, "SUBSYSTEM=", 10)) {
330 } else if(!strncmp(msg, "FIRMWARE=", 9)) {
333 } else if(!strncmp(msg, "MAJOR=", 6)) {
336 } else if(!strncmp(msg, "MINOR=", 6)) {
339 } else if(!strncmp(msg, "PARTN=", 6)) {
342 } else if(!strncmp(msg, "PARTNAME=", 9)) {
345 } else if(!strncmp(msg, "DEVNAME=", 8)) {
383 if (!strncmp(parent, "/usb", 4)) {
541 if (!strncmp(uevent->path, "/devices/", 9))
559 if (!strncmp(uevent->subsystem, "usb", 3)) {
598 } else if (!strncmp(uevent->subsystem, "graphics", 8)) {
601 } else if (!strncmp(uevent->subsystem, "drm", 3)) {
604 } else if (!strncmp(uevent->subsystem, "oncrpc", 6)) {
607 } else if (!strncmp(uevent->subsystem, "adsp", 4)) {
610 } else if (!strncmp
613 } else if(!strncmp(uevent->subsystem, "input", 5)) {
616 } else if(!strncmp(uevent->subsystem, "mtd", 3)) {
619 } else if(!strncmp(uevent->subsystem, "sound", 5)) {
622 } else if(!strncmp(uevent->subsystem, "misc", 4) &&
623 !strncmp(name, "log_", 4)) {
643 if (!strncmp(uevent->subsystem, "block", 5)) {
645 } else if (!strncmp(uevent->subsystem, "platform", 8)) {