Lines Matching refs:strncmp
627 if (strncmp(options, "irq:", 4) == 0) { in vrc4171_card_setup()
639 if (strncmp(options, "slota:", 6) == 0) { in vrc4171_card_setup()
642 if (strncmp(options, "memnoprobe", 10) == 0) { in vrc4171_card_setup()
645 } else if (strncmp(options, "ionoprobe", 9) == 0) { in vrc4171_card_setup()
648 } else if ( strncmp(options, "noprobe", 7) == 0) { in vrc4171_card_setup()
661 if (strncmp(options, "slotb:", 6) == 0) { in vrc4171_card_setup()
664 if (strncmp(options, "pccard", 6) == 0) { in vrc4171_card_setup()
667 } else if (strncmp(options, "cf", 2) == 0) { in vrc4171_card_setup()
670 } else if (strncmp(options, "flashrom", 8) == 0) { in vrc4171_card_setup()
673 } else if (strncmp(options, "none", 4) == 0) { in vrc4171_card_setup()
682 if (strncmp(options, "memnoprobe", 10) == 0) in vrc4171_card_setup()
684 if (strncmp(options, "ionoprobe", 9) == 0) in vrc4171_card_setup()
686 if (strncmp(options, "noprobe", 7) == 0) in vrc4171_card_setup()