Lines Matching refs:strncmp
138 if (!strncmp(p, "off", 3)) in iommu_setup()
141 if (!strncmp(p, "force", 5)) in iommu_setup()
143 if (!strncmp(p, "noforce", 7)) { in iommu_setup()
148 if (!strncmp(p, "biomerge", 8)) { in iommu_setup()
152 if (!strncmp(p, "panic", 5)) in iommu_setup()
154 if (!strncmp(p, "nopanic", 7)) in iommu_setup()
156 if (!strncmp(p, "merge", 5)) { in iommu_setup()
160 if (!strncmp(p, "nomerge", 7)) in iommu_setup()
162 if (!strncmp(p, "forcesac", 8)) in iommu_setup()
164 if (!strncmp(p, "allowdac", 8)) in iommu_setup()
166 if (!strncmp(p, "nodac", 5)) in iommu_setup()
168 if (!strncmp(p, "usedac", 6)) { in iommu_setup()
173 if (!strncmp(p, "soft", 4)) in iommu_setup()
176 if (!strncmp(p, "pt", 2)) in iommu_setup()
178 if (!strncmp(p, "nopt", 4)) in iommu_setup()