Lines Matching refs:strcmp
30 if (!strcmp(devtype, "mmc")) in blk_get_type_by_name_and_num()
33 else if (!strcmp(devtype, "rknand")) in blk_get_type_by_name_and_num()
37 else if (!strcmp(devtype, "rksfc") && devnum == 0) in blk_get_type_by_name_and_num()
41 else if (!strcmp(devtype, "rksfc") && devnum == 1) in blk_get_type_by_name_and_num()
45 else if (!strcmp(devtype, "ramdisk")) in blk_get_type_by_name_and_num()
49 else if (!strcmp(devtype, "mtd")) in blk_get_type_by_name_and_num()
53 else if (!strcmp(devtype, "scsi")) in blk_get_type_by_name_and_num()
56 else if (!strcmp(devtype, "usb")) in blk_get_type_by_name_and_num()
84 if (devtype && !strcmp(devtype, "usb")) { in do_test_storage()
234 if (devtype && !strcmp(devtype, "mmc") && env_get("devnum") && in do_test_storage()
235 strcmp(devnum, env_get("devnum"))) { in do_test_storage()