Home | History | Annotate | Download | only in boot

Lines Matching refs:strlen

59 	if (strncmp(fname, devdir, strlen(devdir)) != 0)
61 p = __UNCONST(fname) + strlen(devdir);
63 if (strncmp(p, floppy, strlen(floppy)) == 0) {
64 p += strlen(floppy);
73 } else if (strncmp(p, ide, strlen(ide)) == 0) {
77 p += strlen(ide);
83 if (strncmp(p, master, strlen(master)) == 0) {
85 p += strlen(master);
86 } else if (strncmp(p, slave, strlen(slave)) == 0) {
88 p += strlen(slave);
105 } else if (strncmp(p, scsi, strlen(scsi)) == 0) {
106 p += strlen(scsi);