Searched refs:strcmp (Results 501 - 525 of 2189) sorted by relevance

<<21222324252627282930>>

/linux-master/net/netfilter/
H A Dnf_conntrack_helper.c59 if (strcmp(h->name, name))
120 if (!strcmp(cur->mod_name, mod_name)) {
294 if (!strcmp(cur->name, name)) {
367 if (!strcmp(cur->name, me->name) &&
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks_sed_ops.c56 if (strcmp(PLPKS_SED_KEY, keyname) == 0) {
/linux-master/drivers/input/serio/
H A Di8042-sparcio.h116 is_mr_coffee = name && !strcmp(name, "SUNW,JavaStation-1");
/linux-master/drivers/watchdog/
H A Daspeed_wdt.c377 if (!strcmp(reset_type, "cpu"))
380 else if (!strcmp(reset_type, "soc"))
383 else if (!strcmp(reset_type, "system"))
386 else if (strcmp(reset_type, "none"))
/linux-master/fs/ocfs2/
H A Dstackglue.c48 if (!strcmp(p->sp_name, name))
67 if (strcmp(stack_name, cluster_stack_name)) {
77 if (!strcmp(active_stack->sp_name, plugin_name))
127 if (strcmp(stack_name, OCFS2_STACK_PLUGIN_O2CB))
/linux-master/fs/afs/
H A Daddr_prefs.c263 if (strcmp(argv[0], "udp") != 0) {
343 if (strcmp(argv[0], "udp") != 0) {
421 if (strcmp(argv[0], "add") == 0)
423 else if (strcmp(argv[0], "del") == 0)
/linux-master/arch/m68k/emu/
H A Dnfcon.c105 if (strcmp(arg, "nfcon"))
/linux-master/drivers/net/can/mscan/
H A Dmpc5xxx_can.c63 if (clock_name && strcmp(clock_name, "ip") == 0)
150 if (!strcmp(clock_source, "ip"))
152 else if (!strcmp(clock_source, "sys"))
154 else if (!strcmp(clock_source, "ref"))
/linux-master/tools/perf/tests/
H A Dkeep-tracking.c48 strcmp(event->comm.comm, comm) == 0)
/linux-master/include/sound/
H A Dsoc-card.h120 if (!strcmp(snd_soc_rtd_to_codec(rtd, 0)->name, dai_name))
/linux-master/block/partitions/
H A Dmac.c116 if (strcmp(part->name, "/") == 0)
/linux-master/drivers/firmware/arm_scmi/
H A Dbus.c84 if (!strcmp(rdev->id_table->name, id_table->name)) {
178 if (!strcmp(victim->id_table->name, id_table->name)) {
221 else if (!strcmp(id->name, scmi_dev->name))
247 (id_table->name && !strcmp(sdev->name, id_table->name));
/linux-master/net/nfc/hci/
H A Dllc.c74 if (strcmp(llc_engine->name, name) == 0)
/linux-master/tools/perf/ui/browsers/
H A Dres_sample.c21 if (!strcmp(var, "samples.context"))
/linux-master/tools/perf/util/
H A Dutil.c175 if (!strcmp(d->d_name, ".") || !strcmp(d->d_name, ".."))
465 else if (di->urls && strcmp(di->urls, "system"))
495 if (!strcmp(buf, "/"))
H A Dprobe-finder.c202 if (cast && strcmp(cast, "string") != 0 && strcmp(cast, "ustring") &&
203 strcmp(cast, "x") != 0 &&
204 strcmp(cast, "s") != 0 && strcmp(cast, "u") != 0) {
232 if (cast && (!strcmp(cast, "string") || !strcmp(cast, "ustring"))) {
269 if (cast && (strcmp(cast, "u") == 0))
271 else if (cast && (strcmp(cast, "s") == 0))
273 else if (cast && (strcmp(cas
[all...]
/linux-master/arch/sparc/kernel/
H A Dvio.c36 match &= !strcmp(matches->type, type);
118 if (!strcmp(vdev->type, "vnet-port"))
120 else if (!strcmp(vdev->type, "vdc-port"))
480 if (!strcmp(name, "domain-services")) {
/linux-master/scripts/kconfig/
H A Dutil.c40 if (!strcmp(name, file->name))
/linux-master/arch/sh/boards/
H A Dof-generic.c87 if (!strcmp(m->method, method)) {
/linux-master/drivers/gpio/
H A Dgpiolib-swnode.c55 !strcmp(gdev_node->name, GPIOLIB_SWNODE_UNDEFINED_NAME))
/linux-master/net/sunrpc/
H A Dsysctl.c107 if (strcmp(table->procname, "rpc_debug") == 0)
/linux-master/kernel/livepatch/
H A Dcore.c93 if ((strcmp(old_func->old_name, func->old_name) == 0) &&
110 strcmp(old_obj->name, obj->name) == 0) {
150 if (strcmp(args->name, name))
203 bool sec_vmlinux = !strcmp(sec_objname, "vmlinux");
237 sym_vmlinux = !strcmp(sym_objname, "vmlinux");
316 if (strcmp(objname ? objname : "vmlinux", sec_objname))
1199 if (!klp_is_module(obj) || strcmp(obj->name, mod->name))
1226 if (!strcmp(mod->name, "vmlinux")) {
1241 if (!klp_is_module(obj) || strcmp(obj->name, mod->name))
/linux-master/drivers/video/logo/
H A Dpnmtologo.c467 if (!strcmp(optarg, "mono"))
469 else if (!strcmp(optarg, "vga16"))
471 else if (!strcmp(optarg, "clut224"))
473 else if (!strcmp(optarg, "gray256"))
/linux-master/arch/powerpc/kernel/
H A Dmodule.c28 if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0)
/linux-master/kernel/trace/
H A Dtrace_fprobe.c102 if (strcmp(buf, argv[0]))
114 if (event[0] != '\0' && strcmp(trace_probe_name(&tf->tp), event))
117 if (system && strcmp(trace_probe_group_name(&tf->tp), system))
428 if (strcmp(trace_probe_name(&tf->tp), event) == 0 &&
429 strcmp(trace_probe_group_name(&tf->tp), group) == 0)
769 if (strcmp(trace_fprobe_symbol(orig),
778 if (strcmp(orig->tp.args[i].comm,
904 if (!data->tpoint && !strcmp(data->tp_name, tp->name))
929 if (!is_tracepoint && !strcmp(tmp, "%return")) {

Completed in 1714 milliseconds

<<21222324252627282930>>