Searched refs:strcmp (Results 426 - 450 of 2189) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c234 if (!strcmp(param, "hugepagesz")) {
247 if (!strcmp(param, "hugepages") && gbpage_sz) {
280 if (!val && strcmp(param, "--") == 0)
283 if (!strcmp(param, "memmap")) {
287 } else if (!strcmp(param, "mem")) {
290 if (!strcmp(p, "nopentium"))
298 } else if (!strcmp(param, "efi_fake_mem")) {
/linux-master/drivers/macintosh/
H A Dwindfarm_pm81.c617 if (fan_cpu_main == NULL && !strcmp(ct->name, "cpu-fan")) {
622 if (fan_system == NULL && !strcmp(ct->name, "system-fan")) {
627 if (cpufreq_clamp == NULL && !strcmp(ct->name, "cpufreq-clamp")) {
642 if (fan_hd == NULL && !strcmp(ct->name, "drive-bay-fan")) {
656 if (sensor_cpu_power == NULL && !strcmp(sr->name, "cpu-power")) {
661 if (sensor_cpu_temp == NULL && !strcmp(sr->name, "cpu-temp")) {
666 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) {
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1838 if (!strcmp(fref_param, "19.2"))
1840 else if (!strcmp(fref_param, "26"))
1842 else if (!strcmp(fref_param, "26x"))
1844 else if (!strcmp(fref_param, "38.4"))
1846 else if (!strcmp(fref_param, "38.4x"))
1848 else if (!strcmp(fref_param, "52"))
1865 if (!strcmp(tcxo_param, "19.2"))
1867 else if (!strcmp(tcxo_param, "26"))
1869 else if (!strcmp(tcxo_param, "38.4"))
1871 else if (!strcmp(tcxo_para
[all...]
/linux-master/net/netfilter/
H A Dx_tables.c207 if (strcmp(m->name, name) == 0) {
256 if (strcmp(t->name, name) == 0) {
355 if (strcmp(m->name, name) == 0) {
377 if (strcmp(t->name, name) == 0) {
471 if (strcmp(name, ".") == 0 ||
472 strcmp(name, "..") == 0 ||
498 strcmp(par->match->table, par->table) != 0) {
841 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) == 0) {
849 } else if (strcmp(t->u.user.name, XT_ERROR_TARGET) == 0) {
935 if (strcmp(
[all...]
/linux-master/security/tomoyo/
H A Dcondition.c333 if (!strcmp(right, "NULL")) {
381 if (!strcmp(word, tomoyo_condition_keyword[i]))
469 flag = tomoyo_correct_path(pos) || !strcmp(pos, "keep") ||
470 !strcmp(pos, "initialize") || !strcmp(pos, "reset") ||
471 !strcmp(pos, "child") || !strcmp(pos, "parent");
550 if (!strcmp(left_word, "grant_log")) {
555 else if (!strcmp(right_word, "yes"))
557 else if (!strcmp(right_wor
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c84 if (!strcmp(pmt, "LCD") || !strcmp(pmt, "DFP"))
86 else if (!strcmp(pmt, "CRT"))
89 if (strcmp(pmt, "NONE") != 0)
414 if (strcmp(s1, "CRT") == 0)
416 else if (strcmp(s1, "TMDS") == 0)
418 else if (strcmp(s1, "LVDS") == 0)
421 if (strcmp(s2, "CRT") == 0)
423 else if (strcmp(s2, "TMDS") == 0)
425 else if (strcmp(s
[all...]
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c370 if (strcmp(name+1, "TOC.") == 0)
390 && strcmp(strtab + syms[i].st_name, "TOC.") == 0)
412 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0)
415 else if (strcmp(secstrings + sechdrs[i].sh_name, ".data..percpu") == 0)
417 else if (strcmp(secstrings + sechdrs[i].sh_name, ".mygot") == 0) {
423 else if (strcmp(secstrings + sechdrs[i].sh_name, ".toc") == 0) {
428 else if (strcmp(secstrings+sechdrs[i].sh_name,"__versions")==0)
547 if (!strcmp("_mcount", name))
550 if (!strcmp("ftrace_caller", name))
553 if (!strcmp("ftrace_regs_calle
[all...]
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366.c246 if (strcmp(codec_dai->component->name, DA7219_DEV_NAME))
279 if (strcmp(codec_dai->component->name, DA7219_DEV_NAME))
417 if (!strcmp(rtd->dai_link->name, "I2S0") ||
418 !strcmp(rtd->dai_link->name, "I2S1") ||
419 !strcmp(rtd->dai_link->name, "I2S2")) {
424 } else if (!strcmp(rtd->dai_link->name, "I2S3")) {
1250 if (strcmp(dai_link->name, "I2S0") == 0 ||
1251 strcmp(dai_link->name, "I2S1") == 0 ||
1252 strcmp(dai_link->name, "I2S2") == 0) {
1260 } else if (strcmp(dai_lin
[all...]
/linux-master/fs/ntfs3/
H A Dxattr.c757 if (!strcmp(name, SYSTEM_DOS_ATTRIB)) {
770 if (!strcmp(name, SYSTEM_NTFS_ATTRIB) ||
771 !strcmp(name, SYSTEM_NTFS_ATTRIB_BE)) {
780 if (!strcmp(name, SYSTEM_NTFS_ATTRIB_BE))
786 if (!strcmp(name, SYSTEM_NTFS_SECURITY)) {
845 if (!strcmp(name, SYSTEM_DOS_ATTRIB)) {
852 if (!strcmp(name, SYSTEM_NTFS_ATTRIB) ||
853 !strcmp(name, SYSTEM_NTFS_ATTRIB_BE)) {
856 if (!strcmp(name, SYSTEM_NTFS_ATTRIB_BE))
894 if (!strcmp(nam
[all...]
/linux-master/drivers/of/
H A Dproperty.c483 if (strcmp(string, p) == 0)
1113 if (strcmp(prop_name, list_name))
1138 return strcmp(str + len - suffix_len, suffix);
1263 if (strcmp(prop_name, "iommu-map"))
1274 if (strcmp(prop_name, "gpio") && strcmp(prop_name, "gpios"))
1299 if (strcmp(prop_name, "interrupts") &&
1300 strcmp(prop_name, "interrupts-extended"))
1317 if (strcmp(prop_name, "interrupt-map"))
1352 if (index > 0 || strcmp(prop_nam
[all...]
H A Ddynamic.c136 if (prop && !strcmp(prop->name, "status")) {
138 status_state = !strcmp(prop->value, "okay") ||
139 !strcmp(prop->value, "ok");
141 old_status_state = !strcmp(old_prop->value, "okay") ||
142 !strcmp(old_prop->value, "ok");
356 strcmp(node->parent->full_name, "testcase-data")) {
/linux-master/tools/testing/selftests/net/
H A Dgro.c126 if (strcmp(testname, "ip") == 0) {
989 if (strcmp(testname, "data") == 0) {
998 } else if (strcmp(testname, "ack") == 0) {
1001 } else if (strcmp(testname, "flags") == 0) {
1013 } else if (strcmp(testname, "tcp") == 0) {
1025 } else if (strcmp(testname, "ip") == 0) {
1069 } else if (strcmp(testname, "large") == 0) {
1104 if (strcmp(testname, "data") == 0) {
1117 } else if (strcmp(testname, "ack") == 0) {
1120 } else if (strcmp(testnam
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c270 if (strcmp(arg, "table") == 0) {
272 } else if (strcmp(arg, "csv") == 0) {
900 if (strcmp(ctx_map[i].uapi_name, ctx_name) == 0 ||
901 (ctx_map[i].kern_name && strcmp(ctx_map[i].kern_name, ctx_name) == 0)) {
1123 if (strcmp(prog_name, tprog_name) == 0) {
1148 cmp = strcmp(s1->file_name, s2->file_name);
1151 cmp = strcmp(s1->prog_name, s2->prog_name);
1193 cmp = strcmp(s1->file_name, s2->file_name);
1196 return strcmp(s1->prog_name, s2->prog_name);
1272 cmp = strcmp(str
[all...]
H A Dxdp_features.c89 if (!strcmp(arg, "XDP_PASS")) {
92 } else if (!strcmp(arg, "XDP_DROP")) {
95 } else if (!strcmp(arg, "XDP_ABORTED")) {
98 } else if (!strcmp(arg, "XDP_TX")) {
101 } else if (!strcmp(arg, "XDP_REDIRECT")) {
104 } else if (!strcmp(arg, "XDP_NDO_XMIT")) {
/linux-master/drivers/memory/
H A Datmel-ebi.c213 if (tmp_str && !strcmp(tmp_str, "write")) {
220 if (tmp_str && !strcmp(tmp_str, "nrd")) {
227 if (tmp_str && !strcmp(tmp_str, "nwe")) {
235 if (!strcmp(tmp_str, "frozen"))
237 else if (!strcmp(tmp_str, "ready"))
239 else if (strcmp(tmp_str, "disabled"))
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c80 if (!strcmp(codec_dai->component->name, DA7219_DEV_NAME)) {
112 if (!strcmp(codec_dai->component->name, DA7219_DEV_NAME)) {
141 if (!strcmp(codec_dai->component->name, RT1015_DEV0_NAME) ||
142 !strcmp(codec_dai->component->name, RT1015_DEV1_NAME)) {
769 if (strcmp(dai_link->name, "I2S3") == 0) {
812 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) {
/linux-master/tools/perf/util/
H A Dtrace-event-info.c147 if (!strcmp(sys, tps->name))
158 (strcmp(dent->d_name, ".")) && \
159 (strcmp(dent->d_name, ".."))) \
245 if (!strcmp(sys, tps->system))
278 if (strcmp(dent->d_name, "ftrace") == 0 ||
293 if (strcmp(dent->d_name, "ftrace") == 0 ||
H A Denv.c431 if (!strcmp(arch, "x86_64"))
435 if (!strcmp(arch, "sun4u") || !strncmp(arch, "sparc", 5))
439 if (!strncmp(arch, "arm", 3) || !strcmp(arch, "sa110"))
571 if (strcmp(pmu_mapping, pmu_name) == 0)
599 if (!strcmp(pmu_name, "cpu")) {
610 if (strcmp(env->pmu_caps[i].pmu_name, pmu_name))
/linux-master/drivers/acpi/
H A Dbutton.c527 if (!strcmp(hid, ACPI_BUTTON_HID_LID) &&
546 if (!strcmp(hid, ACPI_BUTTON_HID_POWER) ||
547 !strcmp(hid, ACPI_BUTTON_HID_POWERF)) {
553 } else if (!strcmp(hid, ACPI_BUTTON_HID_SLEEP) ||
554 !strcmp(hid, ACPI_BUTTON_HID_SLEEPF)) {
560 } else if (!strcmp(hid, ACPI_BUTTON_HID_LID)) {
/linux-master/drivers/platform/x86/dell/
H A Dalienware-wmi.c412 if (strcmp(buf, "booting\n") == 0)
414 else if (strcmp(buf, "suspend\n") == 0)
584 if (strcmp(buf, "gpu\n") == 0)
586 else if (strcmp(buf, "input\n") == 0)
718 if (strcmp(buf, "disabled\n") == 0)
720 else if (strcmp(buf, "s5\n") == 0)
/linux-master/security/integrity/evm/
H A Devm_main.c503 if (strcmp(xattr_name, XATTR_NAME_EVM) == 0) {
599 if (strcmp(xattr_name, XATTR_NAME_EVM) == 0) {
784 strcmp(xattr_name, XATTR_NAME_EVM))
815 if (!strcmp(xattr_name, XATTR_NAME_EVM))
860 if (!strcmp(xattr_name, XATTR_NAME_EVM))
983 if (strcmp(name, XATTR_NAME_EVM) != 0)
/linux-master/tools/perf/tests/
H A Dparse-events.c733 strcmp(evsel->pmu_name, "cpu"));
794 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "config"));
803 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "config1"));
812 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "config2"));
821 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "config3"));
830 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "umask"));
844 TEST_ASSERT_VAL("wrong val", !strcmp(term->val.str, "read"));
845 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "raw"));
858 TEST_ASSERT_VAL("wrong val", !strcmp(term->val.str, "r0xead"));
859 TEST_ASSERT_VAL("wrong config", !strcmp(ter
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dlparcfg.c425 if (0 == strcmp(workbuffer, "MaxEntCap")) {
430 if (0 == strcmp(workbuffer, "MaxPlatProcs")) {
703 if (!strcmp(kbuf, "partition_entitled_capacity")) {
720 } else if (!strcmp(kbuf, "capacity_weight")) {
727 } else if (!strcmp(kbuf, "entitled_memory")) {
734 } else if (!strcmp(kbuf, "entitled_memory_weight")) {
/linux-master/drivers/watchdog/
H A Dasm9260_wdt.c274 if (!strcmp(tmp, "hw"))
276 else if (!strcmp(tmp, "sw"))
278 else if (!strcmp(tmp, "debug"))
/linux-master/tools/perf/bench/
H A Dmem-functions.c207 if (!strcmp(info->functions[i].name, function_str))
211 if (strcmp(function_str, "help") && strcmp(function_str, "h"))

Completed in 482 milliseconds

<<11121314151617181920>>