/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/ |
H A D | netlink_handler.cpp | 41 if (strcmp(nlData->GetSubsystem().c_str(), "block") == 0) { in OnEvent()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | ftrace.h | 104 return !strcmp(sym + 8, name); in arch_syscall_match_sym_name()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | string.h | 11 extern int strcmp(const char *s1, const char *s2);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/ |
H A D | idle.c | 46 if (!strcmp("spin", p)) { in idle_param()
|
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | fixups-sdk7786.c | 27 if (strcmp(str, "slot4en") == 0) { in pcibios_setup()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | image-vars.h | 33 __efistub_strcmp = strcmp;
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | string.h | 11 extern int strcmp(const char *s1, const char *s2);
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-exec.c | 62 if (argc > 1 && strcmp(argv[1], "--child") == 0) in main()
|
H A D | tm-tar.c | 79 if (strcmp(argv[1], "-h") == 0) { in main()
|
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | usbip_host_driver.c | 24 return driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME); in is_my_device()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/44x/ |
H A D | idle.c | 46 if (!strcmp("spin", p)) { in idle_param()
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | fixups-sdk7786.c | 27 if (strcmp(str, "slot4en") == 0) { in pcibios_setup()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | of.c | 38 if (!strcmp(phy_type, usbphy_modes[i])) in of_usb_get_phy_mode()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | dma-ep93xx.h | 73 return !strcmp(dev_name(chan->device->dev), "ep93xx-dma-m2p"); in ep93xx_dma_chan_is_m2p()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | load_policy.c | 95 if (strcmp(filename, tomoyo_trigger)) in tomoyo_load_policy()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | demangle-java-test.c | 33 if (strcmp(buf, test_cases[i].demangled)) { in test__demangle_java()
|
H A D | unit_number__scnprintf.c | 33 if (strcmp(test[i].str, buf)) in test__unit_number__scnprint()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | driver.c | 46 if (!drv || !strcmp(client->driver->name, drv)) { in nvif_driver_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | acpi.c | 36 if (!strcmp(info->device_class, "ac_adapter")) in nvkm_acpi_ntfy()
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | dma-ep93xx.h | 73 return !strcmp(dev_name(chan->device->dev), "ep93xx-dma-m2p"); in ep93xx_dma_chan_is_m2p()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | of.c | 38 if (!strcmp(phy_type, usbphy_modes[i])) in of_usb_get_phy_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | acpi.c | 36 if (!strcmp(info->device_class, "ac_adapter")) in nvkm_acpi_ntfy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | driver.c | 46 if (!drv || !strcmp(client->driver->name, drv)) { in nvif_driver_init()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | unit_number__scnprintf.c | 33 if (strcmp(test[i].str, buf)) in test__unit_number__scnprint()
|
H A D | demangle-java-test.c | 33 if (strcmp(buf, test_cases[i].demangled)) { in test__demangle_java()
|