Searched refs:strcmp (Results 76 - 100 of 2191) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/
H A Di915_mitigations.c53 if (!strcmp(tok, "auto"))
57 if (!strcmp(tok, "off"))
75 if (!strcmp(tok, names[i])) {
/linux-master/tools/perf/util/
H A Dunwind-libunwind.c45 if (!strcmp(arch, "x86")) {
48 } else if (!strcmp(arch, "arm64") || !strcmp(arch, "arm")) {
H A Dperf-hooks.c67 if (strcmp(hook_name, perf_hooks[i]->hook_name) != 0)
84 if (strcmp(hook_name, perf_hooks[i]->hook_name) != 0)
/linux-master/drivers/usb/phy/
H A Dof.c38 if (!strcmp(phy_type, usbphy_modes[i]))
/linux-master/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c27 if (strcmp(str, "slot4en") == 0) {
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-exec.c63 if (argc > 1 && strcmp(argv[1], "--child") == 0)
H A Dtm-tar.c80 if (strcmp(argv[1], "-h") == 0) {
/linux-master/kernel/debug/kdb/
H A Dkdb_bt.c138 if (strcmp(argv[0], "bta") == 0) {
160 } else if (strcmp(argv[0], "btp") == 0) {
173 } else if (strcmp(argv[0], "btt") == 0) {
180 } else if (strcmp(argv[0], "btc") == 0) {
/linux-master/tools/perf/tests/
H A Dunit_number__scnprintf.c33 if (strcmp(test[i].str, buf))
H A Ddemangle-java-test.c33 if (strcmp(buf, test_cases[i].demangled)) {
H A Dutil.c13 int ret = strcmp(new, expected);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_510.c38 if (!strcmp(s, "ext_ref_clk0"))
40 else if (!strcmp(s, "ext_ref_clk1"))
42 else if (!strcmp(s, "plldivider"))
44 else if (!strcmp(s, "axibus"))
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c36 if (!strcmp(info->device_class, "ac_adapter"))
/linux-master/arch/um/drivers/
H A Dpcap_kern.c79 if (!strcmp(options[i], "promisc"))
81 else if (!strcmp(options[i], "nopromisc"))
83 else if (!strcmp(options[i], "optimize"))
85 else if (!strcmp(options[i], "nooptimize"))
/linux-master/arch/powerpc/platforms/pseries/
H A Dfirmware.c99 } else if (strcmp(name, s))
165 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) {
176 if (!strcmp(uname, "chosen")) {
/linux-master/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c79 if (!strcmp(loc, "BACKSIDE") || !strcmp(loc, "SYS CTRLR AMBIENT"))
81 else if (!strcmp(loc, "NB Ambient"))
83 else if (!strcmp(loc, "GPU Ambient"))
/linux-master/arch/x86/include/asm/
H A Dftrace.h125 return !strcmp(sym + 3, name + 3) ||
126 (!strncmp(sym, "__x64_", 6) && !strcmp(sym + 9, name + 3)) ||
127 (!strncmp(sym, "__ia32_", 7) && !strcmp(sym + 10, name + 3)) ||
128 (!strncmp(sym, "__do_sys", 8) && !strcmp(sym + 8, name + 3));
/linux-master/arch/powerpc/platforms/44x/
H A Didle.c46 if (!strcmp("spin", p)) {
/linux-master/tools/perf/arch/x86/util/
H A Devent.c124 if (!strcmp(se_header, "Local Pipeline Stage Cycle"))
126 else if (!strcmp(se_header, "Pipeline Stage Cycle"))
134 if (!strcmp(sort_key, "p_stage_cyc"))
136 if (!strcmp(sort_key, "local_p_stage_cyc"))
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c132 if (strcmp(pdev->name, "cs5535-pms") == 0)
134 else if (strcmp(pdev->name, "olpc-xo1-pm-acpi") == 0)
149 if (strcmp(pdev->name, "cs5535-pms") == 0)
151 else if (strcmp(pdev->name, "olpc-xo1-pm-acpi") == 0)
/linux-master/tools/testing/selftests/net/netfilter/
H A Dsctp_collision.c16 if (argc != 6 || (strcmp(argv[1], "server") && strcmp(argv[1], "client"))) {
55 if (!strcmp(argv[1], "server")) {
75 if (!strcmp(argv[1], "client")) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_pe.c36 if (strcmp(pe_name, pe->name)==0) {
79 if (strcmp(tmp->name, pe->name) == 0) {
/linux-master/net/bridge/netfilter/
H A Debt_redirect.c46 if ((strcmp(par->table, "nat") != 0 ||
48 (strcmp(par->table, "broute") != 0 ||
/linux-master/arch/csky/abiv2/
H A DMakefile10 obj-y += strcmp.o
/linux-master/kernel/module/
H A Dversion.c38 if (strcmp(versions[i].name, symname) != 0)
87 return strcmp(amagic, bmagic) == 0;

Completed in 507 milliseconds

1234567891011>>