Searched refs:strcmp (Results 251 - 275 of 2191) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/bus/fsl-mc/
H A Dobj-api.c38 if (!strcmp(dev_ids[i].type, type))
/linux-master/drivers/base/firmware_loader/builtin/
H A Dmain.c55 if (strcmp(name, b_fw->name) == 0) {
/linux-master/arch/x86/boot/
H A Dstring.h21 extern int strcmp(const char *str1, const char *str2);
/linux-master/tools/thermal/lib/
H A Dlog.c28 if (!strcmp(lvl, loglvl[i]))
/linux-master/drivers/ufs/core/
H A Dufs-debugfs.c148 if (strcmp(attr->name, "saved_err") == 0) {
150 } else if (strcmp(attr->name, "saved_uic_err") == 0) {
177 if (strcmp(attr->name, "saved_err") == 0) {
179 } else if (strcmp(attr->name, "saved_uic_err") == 0) {
/linux-master/scripts/gcc-plugins/
H A Dstructleak_plugin.c230 if (!strcmp(argv[i].key, "disable")) {
234 if (!strcmp(argv[i].key, "verbose")) {
238 if (!strcmp(argv[i].key, "byref")) {
242 if (!strcmp(argv[i].key, "byref-all")) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreference_tracking.c21 if (CHECK(strcmp(bpf_object__name(obj_iter), obj_name), "obj_name",
/linux-master/drivers/clk/socfpga/
H A Dclk.h22 #define streq(a, b) (strcmp((a), (b)) == 0)
/linux-master/tools/perf/tests/
H A Dperf-record.c244 if (strcmp(event->comm.comm, cmd)) {
260 found_cmd_mmap = !strcmp(bname + 1, cmd);
262 found_coreutils_mmap = !strcmp(bname + 1, "coreutils");
268 found_vdso_mmap = !strcmp(mmap_filename, "[vdso]");
H A Dbitmap.c39 ret = !strcmp(buf, str);
H A Dpmu.c305 if (!strcmp(pmu_dent->d_name, ".") ||
306 !strcmp(pmu_dent->d_name, ".."))
328 if (!strcmp(event_name, ".") || !strcmp(event_name, ".."))
/linux-master/fs/hfsplus/
H A Dxattr_security.c50 if (!strcmp(xattr->name, ""))
/linux-master/arch/sparc/include/asm/
H A Dprom.h26 #define of_node_cmp(s1, s2) strcmp((s1), (s2))
/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c34 extern int strcmp(const char *cs, const char *ct);
/linux-master/arch/arm/kernel/
H A Dcpuidle.c66 if (!strcmp(m->method, method))
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c47 if (!strcmp(dp->d_name, "cpuidle"))
/linux-master/tools/lib/api/fs/
H A Dcgroup.c27 if (cached && !strcmp(cached->subsys, subsys)) {
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c114 if (!strcmp(secstrings + sechdrs[i].sh_name, ".got"))
116 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt"))
118 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt.idx"))
120 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".ftrace_trampoline"))
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_stats.c60 if (!strcmp(icssg_all_stats[i].name, stat_name))
/linux-master/arch/arm64/include/asm/
H A Dmodule.h61 if (strcmp(name, secstrs + s->sh_name) == 0)
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c118 strcmp(table_sec->name, C_JUMP_TABLE_SECTION))
/linux-master/tools/perf/util/
H A Dparse-regs-options.c47 if (!strcmp(s, "?")) {
/linux-master/include/net/
H A Dgtp.h73 !strcmp(dev->rtnl_link_ops->kind, "gtp");
H A Dpfcp.h87 !strcmp(dev->rtnl_link_ops->kind, "pfcp");
/linux-master/arch/x86/kernel/
H A Dsys_x86_64.c64 if (!strcmp(str, "32"))
66 else if (!strcmp(str, "64"))
68 else if (!strcmp(str, "off"))
70 else if (!strcmp(str, "on"))

Completed in 370 milliseconds

<<11121314151617181920>>