Searched refs:strcmp (Results 376 - 400 of 2189) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/
H A Dbuiltin-data.c116 if (strcmp(cmd->name, cmdstr))
H A Dbuiltin-version.c33 if (!strcmp(status, "OFF"))
H A Dbuiltin-daemon.c138 if (!strcmp(session->name, name))
188 if (!strcmp(var, "run")) {
192 same = !strcmp(session->run, value);
221 } else if (!strcmp(var, "daemon.base") && !daemon->base_user) {
222 if (daemon->base && strcmp(daemon->base, value)) {
238 if (!strcmp(var, "daemon.base") && !daemon->base_user) {
569 ret = strcmp(buf, "ack\n");
768 all = !strcmp(cmd->signal.name, "all");
771 if (all || !strcmp(cmd->signal.name, session->name)) {
791 all = !strcmp(cm
[all...]
/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c43 return strcmp(namea, nameb);
/linux-master/tools/testing/selftests/prctl/
H A Dset-anon-vma-name-test.c65 if (!strcmp(name, target_buf) && start_addr == ptr) {
/linux-master/tools/perf/tests/
H A Dpe-file-parsing.c49 !strcmp(debuglink, expect_debuglink));
/linux-master/arch/arm64/include/asm/
H A Dftrace.h191 return !strcmp(sym + 8, name);
/linux-master/drivers/usb/core/
H A Dledtrig-usbport.c101 if (!strcmp(buf, "0") || !strcmp(buf, "0\n"))
103 else if (!strcmp(buf, "1") || !strcmp(buf, "1\n"))
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c317 else if (strcmp(cmd, "full") == 0)
319 else if (strcmp(cmd, "mpipl") == 0)
321 else if (strcmp(cmd, "error") == 0)
323 else if (strcmp(cmd, "fast") == 0)
/linux-master/arch/m68k/sun3x/
H A Dprom.c123 if (MACH_IS_SUN3X && !strcmp(arg, "prom"))
/linux-master/arch/mips/alchemy/common/
H A Dprom.c73 if (strcmp(envname, *env++) == 0)
/linux-master/kernel/trace/
H A Dtrace_btf.c102 if (name && !strcmp(member_name, name)) {
/linux-master/arch/x86/kernel/apic/
H A Dprobe_32.c84 if (!strcmp((*drv)->name, arg)) {
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dparallel-display.c338 if (!strcmp(fmt, "rgb24"))
340 else if (!strcmp(fmt, "rgb565"))
342 else if (!strcmp(fmt, "bgr666"))
344 else if (!strcmp(fmt, "lvds666"))
/linux-master/net/devlink/
H A Dnetlink.c104 strcmp(desc->bus_name, flt->bus_name))
107 strcmp(desc->dev_name, flt->dev_name))
196 if (strcmp(devlink->dev->bus->name, busname) == 0 &&
197 strcmp(dev_name(devlink->dev), devname) == 0) {
/linux-master/lib/fonts/
H A Dfonts.c88 if (!strcmp(fonts[i]->name, name))
/linux-master/arch/x86/include/asm/
H A Dstring_64.h78 int strcmp(const char *cs, const char *ct);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_boot_cpu_id.c55 TEST_ASSERT(!strcmp((const char *)uc.args[0], "hello") &&
/linux-master/kernel/printk/
H A Dconopt.c100 if (!strcmp(name, con->name))
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.c166 if (strcmp(name, "bConfigurationValue") &&
167 strcmp(name, "bNumInterfaces")) {
190 if (!strcmp(speed, speed_strings[i].speed))
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c101 if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt"))
103 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got"))
105 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got.plt"))
/linux-master/drivers/gpu/drm/
H A Ddrm_privacy_screen.c90 if (strcmp(dev_name(&priv->dev), name) == 0) {
146 if (!dev_id || strcmp(l->dev_id, dev_id))
153 if (!con_id || strcmp(l->con_id, con_id))
H A Ddrm_of.c426 if (!strcmp(mapping, "jeida-18"))
428 if (!strcmp(mapping, "jeida-24"))
430 if (!strcmp(mapping, "vesa-24"))
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h112 if (!strcmp(secstrings + GET_LE(&sh->sh_name),
115 if (!strcmp(secstrings + GET_LE(&sh->sh_name), "__ex_table"))
136 if (!strcmp(sym_name, required_syms[k].name)) {
/linux-master/drivers/md/
H A Ddm-init.c58 if (!strcmp(dm_allowed_targets[i], target))
220 if (!strcmp(field[3], "ro"))
222 else if (strcmp(field[3], "rw"))

Completed in 581 milliseconds

<<11121314151617181920>>