Searched refs:strncmp (Results 276 - 300 of 1090) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/md/dm-vdo/
H A Dlogger.c141 (strncmp(module, current->comm, strlen(module)) == 0)) {
/linux-master/fs/smb/client/
H A Dreparse.c461 if (!strncmp(name, SMB2_WSL_XATTR_UID, nlen))
463 else if (!strncmp(name, SMB2_WSL_XATTR_GID, nlen))
465 else if (!strncmp(name, SMB2_WSL_XATTR_MODE, nlen))
467 else if (!strncmp(name, SMB2_WSL_XATTR_DEV, nlen))
/linux-master/drivers/video/fbdev/
H A Defifb.c288 if (!strncmp(this_opt, "base:", 5))
290 else if (!strncmp(this_opt, "stride:", 7))
292 else if (!strncmp(this_opt, "height:", 7))
294 else if (!strncmp(this_opt, "width:", 6))
/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c138 if (strncmp(line, prefix, prefix_len))
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c36 if (0 == strncmp(dev_name(dev), sub->wanted, len))
/linux-master/drivers/nvmem/
H A Dmtk-efuse.c59 strncmp(cell->name, "gpu-speedbin", min(sz, strlen("gpu-speedbin"))) == 0)
/linux-master/drivers/tee/optee/
H A Ddevice.c181 if (!strncmp(dev_name(dev), "optee-ta", strlen("optee-ta")))
/linux-master/arch/x86/mm/
H A Dnuma.c40 if (!strncmp(opt, "off", 3))
42 if (!strncmp(opt, "fake=", 5))
44 if (!strncmp(opt, "noacpi", 6))
46 if (!strncmp(opt, "nohmat", 6))
/linux-master/drivers/hwmon/pmbus/
H A Dir35221.c87 if (ret != 2 || strncmp(buf, "RI", strlen("RI"))) {
H A Dq54sj108a2.c303 if (ret != 6 || strncmp(buf, "DELTA", 5)) {
317 if (ret != 14 || strncmp(buf, "Q54SJ108A2", 10)) {
/linux-master/security/integrity/ima/
H A Dima_appraise.c35 if (strncmp(str, "off", 3) == 0)
37 else if (strncmp(str, "log", 3) == 0)
39 else if (strncmp(str, "fix", 3) == 0)
41 else if (strncmp(str, "enforce", 7) == 0)
/linux-master/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c632 if (!strncmp("basic", optarg, 5))
634 else if (!strncmp("events", optarg, 6))
636 else if (!strncmp("snapshot", optarg, 8))
638 else if (!strncmp("overflow", optarg, 8))
/linux-master/drivers/clk/renesas/
H A Dclk-sh73a0.c87 } else if (!strncmp(name, "pll", 3)) {
H A Dclk-r8a73a4.c107 } else if (!strncmp(name, "pll2", 4)) {
/linux-master/fs/squashfs/
H A Dnamei.c193 if (len == size && !strncmp(name, dire->name, len)) {
/linux-master/tools/usb/usbip/libsrc/
H A Dvhci_driver.c75 if (strncmp("hs", hub, 2) == 0)
77 else /* strncmp("ss", hub, 2) == 0 */
153 return !strncmp(dirent->d_name, "vhci_hcd.", 9);
/linux-master/arch/powerpc/boot/
H A Dstring.S71 .globl strncmp
72 strncmp: label
/linux-master/arch/arm64/lib/
H A Dstrncmp.S6 * https://github.com/ARM-software/optimized-routines/blob/189dfefe37d54c5b/string/aarch64/strncmp.S
309 SYM_FUNC_ALIAS_WEAK(strncmp, __pi_strncmp)
310 EXPORT_SYMBOL_NOKASAN(strncmp)
/linux-master/kernel/debug/kdb/
H A Dkdb_support.c134 if (strncmp(name, prefix_name, prefix_len) == 0) {
180 if (!strncmp(name, prefix_name, prefix_len))
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c114 if (strncmp("pal", buf, 3) == 0) {
117 } else if (strncmp("ntsc", buf, 4) == 0) {
/linux-master/drivers/accel/habanalabs/goya/
H A Dgoya_hwmgr.c271 if (strncmp("auto", buf, strlen("auto")) == 0) {
278 } else if (strncmp("manual", buf, strlen("manual")) == 0) {
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c200 if (!strncmp(buffer + 8, "DGC", 3)) {
362 if (!strlen(sp_model) || !strncmp(sp_model, "FC",2))
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c154 if (strncmp(ptr->key, key, sizeof(ptr->key)))
294 if (strncmp(temp_val, key_val->val, sizeof(temp_val))) {
/linux-master/drivers/mtd/nand/raw/
H A Dnand_onfi.c73 if (strncmp(ep->sig, "EPPS", 4)) {
161 if (ret || strncmp(id, "ONFI", 4))
/linux-master/drivers/edac/
H A Docteon_edac-lmc.c175 if (!strncmp(data, "single", 6))
177 else if (!strncmp(data, "double", 6))

Completed in 349 milliseconds

<<11121314151617181920>>