Lines Matching refs:strncmp
640 if (strncmp(options, "irq:", 4) == 0) { in vrc4171_card_setup()
652 if (strncmp(options, "slota:", 6) == 0) { in vrc4171_card_setup()
655 if (strncmp(options, "memnoprobe", 10) == 0) { in vrc4171_card_setup()
658 } else if (strncmp(options, "ionoprobe", 9) == 0) { in vrc4171_card_setup()
661 } else if ( strncmp(options, "noprobe", 7) == 0) { in vrc4171_card_setup()
674 if (strncmp(options, "slotb:", 6) == 0) { in vrc4171_card_setup()
677 if (strncmp(options, "pccard", 6) == 0) { in vrc4171_card_setup()
680 } else if (strncmp(options, "cf", 2) == 0) { in vrc4171_card_setup()
683 } else if (strncmp(options, "flashrom", 8) == 0) { in vrc4171_card_setup()
686 } else if (strncmp(options, "none", 4) == 0) { in vrc4171_card_setup()
695 if (strncmp(options, "memnoprobe", 10) == 0) in vrc4171_card_setup()
697 if (strncmp(options, "ionoprobe", 9) == 0) in vrc4171_card_setup()
699 if (strncmp(options, "noprobe", 7) == 0) in vrc4171_card_setup()