Searched refs:strcmp (Results 301 - 325 of 2189) sorted by relevance

<<11121314151617181920>>

/linux-master/security/integrity/ima/
H A Dima_template.c97 if (!strcmp(ima_template->fields[i]->field_id, "modsig") ||
98 !strcmp(ima_template->fields[i]->field_id, "d-modsig"))
130 if (template_len == 3 && strcmp(str, IMA_TEMPLATE_IMA_NAME) == 0 &&
170 if ((strcmp(template_desc->name, name) == 0) ||
171 (strcmp(template_desc->fmt, name) == 0)) {
482 if (strcmp(template_name, "ima") == 0) {
H A Dima_policy.c287 if ((strcmp(p, "tcb") == 0) && !ima_policy)
289 else if (strcmp(p, "appraise_tcb") == 0)
291 else if (strcmp(p, "secure_boot") == 0)
293 else if (strcmp(p, "critical_data") == 0)
295 else if (strcmp(p, "fail_securely") == 0)
545 if (!strcmp(opt_list->items[i], func_data)) {
601 && strcmp(rule->fsname, inode->i_sb->s_type->name))
1214 if (!strcmp(template->fields[i]->field_id, "modsig"))
1216 else if (!strcmp(template->fields[i]->field_id, "d-modsig"))
1236 if (!strcmp(templat
[all...]
/linux-master/drivers/macintosh/
H A Dwindfarm_smu_sensors.c218 !strcmp(l, "CPU T-Diode")) {
227 !strcmp(l, "CPU Current")) {
236 !strcmp(l, "CPU Voltage")) {
245 !strcmp(l, "Slots Power")) {
441 if (!strcmp(ads->sens.name, "cpu-voltage"))
443 else if (!strcmp(ads->sens.name, "cpu-current"))
/linux-master/drivers/usb/dwc3/
H A Ddwc3-octeon.c438 if (strcmp("dlmc_ref_clk0", ss_clock_type) == 0) {
439 if (strcmp(hs_clock_type, "dlmc_ref_clk0") == 0)
441 else if (strcmp(hs_clock_type, "pll_ref_clk"))
444 } else if (strcmp(ss_clock_type, "dlmc_ref_clk1") == 0) {
445 if (strcmp(hs_clock_type, "dlmc_ref_clk1") == 0) {
449 if (strcmp(hs_clock_type, "pll_ref_clk"))
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dpasswdobj-attributes.c57 if (!strcmp(bioscfg_drv.password_data[instance].common.display_name, name))
143 if (!strcmp(kobj->name, SETUP_PASSWD))
146 if (!strcmp(kobj->name, POWER_ON_PASSWD))
411 if (!strcmp(attr_name_kobj->name, SETUP_PASSWD))
523 if (!strcmp(attr_name_kobj->name, SETUP_PASSWD))
544 if (!strcmp(attr_name_kobj->name, SETUP_PASSWD))
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c45 if (!source || !strcmp(source, "none"))
47 if (!strcmp(source, "auto") || !strcmp(source, "crtc"))
49 if (!strcmp(source, "dprx"))
51 if (!strcmp(source, "crtc dither"))
53 if (!strcmp(source, "dprx dither"))
/linux-master/drivers/acpi/
H A Dvideo_detect.c47 if (!strcmp("vendor", acpi_video_backlight_string))
49 if (!strcmp("video", acpi_video_backlight_string))
51 if (!strcmp("native", acpi_video_backlight_string))
53 if (!strcmp("nvidia_wmi_ec", acpi_video_backlight_string))
55 if (!strcmp("apple_gmux", acpi_video_backlight_string))
57 if (!strcmp("none", acpi_video_backlight_string))
/linux-master/kernel/trace/
H A Dtrace_events_user.c1045 if (strcmp(type, "s64") == 0)
1047 if (strcmp(type, "u64") == 0)
1049 if (strcmp(type, "s32") == 0)
1051 if (strcmp(type, "u32") == 0)
1053 if (strcmp(type, "int") == 0)
1055 if (strcmp(type, "unsigned int") == 0)
1057 if (strcmp(type, "s16") == 0)
1059 if (strcmp(type, "u16") == 0)
1061 if (strcmp(type, "short") == 0)
1063 if (strcmp(typ
[all...]
H A Dtrace_probe.c115 (!strcmp(type, "symbol") || !strcmp(type, "symstr")))
148 if (strcmp(type, probe_fetch_types[i].name) == 0)
298 if (!strcmp(arg, field->name)) {
628 if (ctx->flags & TPARG_FL_RETURN && !strcmp(varname, "$retval")) {
659 if (name && !strcmp(name, varname)) {
896 if (strcmp(arg, "comm") == 0 || strcmp(arg, "COMM") == 0) {
943 if (strcmp(arg, "comm") == 0 || strcmp(ar
[all...]
/linux-master/drivers/acpi/acpica/
H A Dutmisc.c33 if (!(strcmp(id,
35 !(strcmp(id, PCI_EXPRESS_ROOT_HID_STRING))) {
/linux-master/drivers/target/
H A Dtarget_core_hba.c49 if (!strcmp(old->ops->name, ops->name)) {
96 if (!strcmp(tb->ops->name, name))
/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c166 (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help"))) {
/linux-master/lib/
H A Dtextsearch.c119 if (!strcmp(name, o->name)) {
154 if (!strcmp(ops->name, o->name))
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sched.c97 if (strcmp(sched_name, sched->name)==0) {
200 if (strcmp(scheduler->name, sched->name) == 0) {
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c103 if (!strcmp(speed_names[i].name, speed)) {
129 return driver != NULL && !strcmp(driver, USBIP_DEVICE_DRV_NAME);
/linux-master/tools/bpf/bpftool/
H A Dnetlink_dumper.c113 strcmp(libbpf_nla_data(tb[TCA_ACT_KIND]), "bpf") == 0)
167 strcmp(libbpf_nla_data(tb[TCA_KIND]), "bpf") == 0) {
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c767 if (strcmp(cfg_test, "rds") == 0) {
793 if (!strcmp(cfg_test, "packet"))
795 else if (!strcmp(cfg_test, "packet_dgram"))
797 else if (!strcmp(cfg_test, "raw"))
799 else if (!strcmp(cfg_test, "raw_hdrincl"))
801 else if (!strcmp(cfg_test, "tcp"))
803 else if (!strcmp(cfg_test, "udp"))
805 else if (!strcmp(cfg_test, "rds"))
/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c160 if (strcmp(buf, DATA) != 0)
161 die("readlink strcmp failed: '%s' '%s'\n", buf, DATA);
170 if (strcmp(path, DATA) != 0)
171 die("realpath strcmp failed\n");
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c614 if (!strcmp(optarg, "4"))
616 if (!strcmp(optarg, "6"))
645 if (!strcmp(optarg, "gre"))
647 else if (!strcmp(optarg, "gue"))
649 else if (!strcmp(optarg, "bare"))
651 else if (!strcmp(optarg, "none"))
666 if (!strcmp(optarg, "4"))
668 else if (!strcmp(optarg, "6"))
/linux-master/net/netfilter/
H A Dxt_SECMARK.c80 if (strcmp(table, "mangle") != 0 &&
81 strcmp(table, "security") != 0) {
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dpasswordattr-interface.c54 if (strcmp(password_type, "Admin") == 0) {
56 } else if (strcmp(password_type, "System") == 0) {
/linux-master/arch/s390/lib/
H A Dstring.c201 * strcmp - Compare two strings
210 int strcmp(const char *s1, const char *s2) function
228 EXPORT_SYMBOL(strcmp); variable
/linux-master/arch/powerpc/platforms/powermac/
H A Dbootx_init.c101 if (strcmp((char *)((unsigned long)pp->name + base),
124 if (strcmp(s, str) == 0)
234 if (!strcmp(namep, "/chosen")) {
256 if (namep == NULL || strcmp(namep, "name") == 0)
316 if (namep == NULL || !strcmp(namep, "name"))
319 if (node == bootx_node_chosen && !strcmp(namep, "bootargs"))
539 && (strcmp(model, "iMac,1") == 0
540 || strcmp(model, "PowerMac1,1") == 0)) {
/linux-master/samples/bpf/
H A Dtest_cgrp2_attach.c156 if (strcmp(argv[optind + 1], "ingress") == 0)
158 else if (strcmp(argv[optind + 1], "egress") == 0)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c52 if (ks && (strcmp(ks->name, nonjit_func) == 0)) {
69 if (ks && (strcmp(ks->name, nonjit_func) == 0)) {

Completed in 419 milliseconds

<<11121314151617181920>>