Lines Matching refs:strncmp
192 if (strncmp(dma_type, "ioat", 4) == 0) in open_dma()
520 if (!strncmp(long_option[option_index].name, "vm2vm", in us_vhost_parse_args()
535 if (!strncmp(long_option[option_index].name, "rx-retry", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
547 if (!strncmp(long_option[option_index].name, "tx-csum", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
558 if (!strncmp(long_option[option_index].name, "tso", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
569 if (!strncmp(long_option[option_index].name, "rx-retry-delay", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
581 if (!strncmp(long_option[option_index].name, "rx-retry-num", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
593 if (!strncmp(long_option[option_index].name, "mergeable", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
611 if (!strncmp(long_option[option_index].name, "stats", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
624 if (!strncmp(long_option[option_index].name, in us_vhost_parse_args()
635 if (!strncmp(long_option[option_index].name, in us_vhost_parse_args()
646 if (!strncmp(long_option[option_index].name, in us_vhost_parse_args()
1346 if (strncmp(dma_type, "ioat", 4) == 0) { in new_device()