Lines Matching refs:strncmp
1821 if (!strncmp(setup_args[x], key, strlen(key))) in check_setup_args()
1823 if (!strncmp(setup_args[x], "next", strlen("next"))) in check_setup_args()
2085 if (!strncmp(bp, "debug:", 6)) { in wd33c93_write_info()
2087 } else if (!strncmp(bp, "disconnect:", 11)) { in wd33c93_write_info()
2092 } else if (!strncmp(bp, "period:", 7)) { in wd33c93_write_info()
2097 } else if (!strncmp(bp, "resync:", 7)) { in wd33c93_write_info()
2099 } else if (!strncmp(bp, "proc:", 5)) { in wd33c93_write_info()
2101 } else if (!strncmp(bp, "nodma:", 6)) { in wd33c93_write_info()
2103 } else if (!strncmp(bp, "level2:", 7)) { in wd33c93_write_info()
2105 } else if (!strncmp(bp, "burst:", 6)) { in wd33c93_write_info()
2108 } else if (!strncmp(bp, "fast:", 5)) { in wd33c93_write_info()
2113 } else if (!strncmp(bp, "nosync:", 7)) { in wd33c93_write_info()