Searched refs:strcmp (Results 26 - 50 of 2191) sorted by relevance

1234567891011>>

/linux-master/arch/x86/tools/
H A Drelocs_common.c37 if (strcmp(arg, "--abs-syms") == 0) {
41 if (strcmp(arg, "--abs-relocs") == 0) {
45 if (strcmp(arg, "--reloc-info") == 0) {
49 if (strcmp(arg, "--text") == 0) {
53 if (strcmp(arg, "--realmode") == 0) {
/linux-master/tools/tracing/rtla/src/
H A Drtla.c48 if (strcmp(argv[start_position], "osnoise") == 0) {
51 } else if (strcmp(argv[start_position], "hwnoise") == 0) {
54 } else if (strcmp(argv[start_position], "timerlat") == 0) {
76 if (strcmp(argv[1], "-h") == 0) {
78 } else if (strcmp(argv[1], "--help") == 0) {
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-chip-info.c45 if (strcmp(argv[2], "name") == 0) {
47 } else if (strcmp(argv[2], "label") == 0) {
49 } else if (strcmp(argv[2], "num-lines") == 0) {
/linux-master/tools/perf/arch/x86/util/
H A Dpmu.c24 if (!strcmp(pmu->name, INTEL_PT_PMU_NAME)) {
29 if (!strcmp(pmu->name, INTEL_BTS_PMU_NAME)) {
36 if (!strcmp(pmu->name, "ibs_op"))
/linux-master/include/linux/dma/
H A Dimx-dma.h62 return !strcmp(dev_name(chan->device->dev), "ipu-core");
67 return !strcmp(chan->device->dev->driver->name, "imx-sdma") ||
68 !strcmp(chan->device->dev->driver->name, "imx-dma");
/linux-master/tools/perf/util/
H A Dcolor_config.c33 if (term && strcmp(term, "dumb"))
42 if (!strcmp(var, "color.ui")) {
/linux-master/drivers/clk/renesas/
H A Dclk-r8a7779.c92 if (!strcmp(name, "plla")) {
95 } else if (!strcmp(name, "z")) {
98 } else if (!strcmp(name, "zs") || !strcmp(name, "s")) {
100 } else if (!strcmp(name, "s1")) {
102 } else if (!strcmp(name, "p")) {
104 } else if (!strcmp(name, "b") || !strcmp(name, "out")) {
/linux-master/tools/perf/arch/arm/util/
H A Dpmu.c21 if (!strcmp(pmu->name, CORESIGHT_ETM_PMU_NAME)) {
30 if (!strcmp(pmu->name, "arm_spe_0"))
/linux-master/tools/power/cpupower/bench/
H A Dparse.c183 if (strcmp("sleep", opt) == 0)
186 else if (strcmp("load", opt) == 0)
189 else if (strcmp("load_step", opt) == 0)
192 else if (strcmp("sleep_step", opt) == 0)
195 else if (strcmp("cycles", opt) == 0)
198 else if (strcmp("rounds", opt) == 0)
201 else if (strcmp("verbose", opt) == 0)
204 else if (strcmp("output", opt) == 0)
207 else if (strcmp("cpu", opt) == 0)
210 else if (strcmp("governo
[all...]
/linux-master/arch/csky/abiv2/inc/abi/
H A Dstring.h19 extern int strcmp(const char *, const char *);
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c46 if (strcmp(arg, "--reloc-info") == 0) {
50 if (strcmp(arg, "--text") == 0) {
54 if (strcmp(arg, "--bin") == 0) {
58 if (strcmp(arg, "--keep") == 0) {
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dnmi.c30 if (strcmp(str, "manual") == 0)
32 else if (strcmp(str, "aux") == 0)
34 else if (strcmp(str, "masked") == 0)
36 else if (strcmp(str, "any") == 0)
/linux-master/arch/riscv/kernel/
H A Driscv_ksyms.c15 EXPORT_SYMBOL(strcmp); variable
/linux-master/arch/sh/kernel/
H A Dnmi_debug.c58 if (strcmp(p, "state") == 0)
60 else if (strcmp(p, "regs") == 0)
62 else if (strcmp(p, "debounce") == 0)
64 else if (strcmp(p, "die") == 0)
/linux-master/tools/perf/arch/sparc/annotate/
H A Dinstructions.c124 if (!strcmp(name, "call") ||
125 !strcmp(name, "jmp") ||
126 !strcmp(name, "jmpl")) {
128 } else if (!strcmp(name, "ret") ||
129 !strcmp(name, "retl") ||
130 !strcmp(name, "return")) {
132 } else if (!strcmp(name, "mov")) {
/linux-master/tools/perf/arch/s390/annotate/
H A Dinstructions.c116 if (!strcmp(name, "bras") ||
117 !strcmp(name, "brasl") ||
118 !strcmp(name, "basr"))
120 if (!strcmp(name, "br"))
123 if (!strcmp(name, "lrl") ||
124 !strcmp(name, "lgrl") ||
125 !strcmp(name, "lgfrl") ||
126 !strcmp(name, "llgfrl") ||
127 !strcmp(name, "strl") ||
128 !strcmp(nam
[all...]
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_mnt.c31 if (!strcmp(path, "/")) {
34 } else if (!strcmp(path, memfd_path)) {
51 if (strcmp(path, "/"))
63 if (strcmp(path, memfd_path))
83 if (strcmp(path, memfd_path) != 0)
/linux-master/arch/powerpc/platforms/83xx/
H A Dusb_834x.c45 (!strcmp(prop, "utmi") || !strcmp(prop, "utmi_wide"))) {
49 } else if (prop && !strcmp(prop, "serial")) {
51 if (dr_mode && !strcmp(dr_mode, "otg")) {
57 } else if (prop && !strcmp(prop, "ulpi")) {
H A Dusb_837x.c34 if (!prop || (strcmp(prop, "ulpi") && strcmp(prop, "serial"))) {
/linux-master/arch/x86/pci/
H A Dcommon.c518 if (!strcmp(str, "off")) {
521 } else if (!strcmp(str, "bfsort")) {
524 } else if (!strcmp(str, "nobfsort")) {
529 else if (!strcmp(str, "bios")) {
532 } else if (!strcmp(str, "nobios")) {
535 } else if (!strcmp(str, "biosirq")) {
544 else if (!strcmp(str, "conf1")) {
548 else if (!strcmp(str, "conf2")) {
554 else if (!strcmp(str, "nommconf")) {
558 else if (!strcmp(st
[all...]
/linux-master/arch/mips/bcm47xx/
H A Dboard.c247 if (!strcmp(buf1, e1->value1))
263 !strcmp(buf2, e2->value2))
270 if (!strcmp(buf1, e1->value1))
277 if (!strcmp(buf1, e1->value1))
286 if (!strcmp(buf1, e1->value1))
294 if (!strcmp(buf1, e2->value1) &&
295 !strcmp(buf2, e2->value2))
302 if (!strcmp(buf1, e1->value1))
311 if (!strcmp(buf1, e3->value1) &&
312 !strcmp(buf
[all...]
/linux-master/tools/testing/selftests/net/
H A Dioam6_parser.c442 if (!strcmp("out_undef_ns", tname))
444 if (!strcmp("out_no_room", tname))
446 if (!strcmp("out_bit0", tname))
448 if (!strcmp("out_bit1", tname))
450 if (!strcmp("out_bit2", tname))
452 if (!strcmp("out_bit3", tname))
454 if (!strcmp("out_bit4", tname))
456 if (!strcmp("out_bit5", tname))
458 if (!strcmp("out_bit6", tname))
460 if (!strcmp("out_bit
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpublic_key.c79 if (strcmp(pkey->pkey_algo, "rsa") == 0) {
83 if (strcmp(encoding, "pkcs1") == 0) {
97 if (strcmp(encoding, "raw") != 0)
107 if (strcmp(encoding, "x962") != 0)
118 if (strcmp(hash_algo, "sha1") != 0 &&
119 strcmp(hash_algo, "sha224") != 0 &&
120 strcmp(hash_algo, "sha256") != 0 &&
121 strcmp(hash_algo, "sha384") != 0 &&
122 strcmp(hash_algo, "sha512") != 0 &&
123 strcmp(hash_alg
[all...]
/linux-master/include/linux/
H A Dposix_acl_xattr.h63 if (strcmp(name, XATTR_NAME_POSIX_ACL_ACCESS) == 0)
65 else if (strcmp(name, XATTR_NAME_POSIX_ACL_DEFAULT) == 0)
/linux-master/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c115 if (!strcmp(loc, "Hard drive") || !strcmp(loc, "DRIVE BAY"))
117 else if (!strcmp(loc, "Incoming Air Temp"))
119 else if (!strcmp(loc, "ODD Temp"))
121 else if (!strcmp(loc, "HD Temp"))
123 else if (!strcmp(loc, "PCI SLOTS"))
125 else if (!strcmp(loc, "CPU A INLET"))
127 else if (!strcmp(loc, "CPU B INLET"))

Completed in 352 milliseconds

1234567891011>>