/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 305 len = strlen(server->hostname) + 3; in reconn_set_ipaddr() 325 strlen(ipaddr)); in reconn_set_ipaddr() 1258 if (strlen(unc) < 3) in extract_hostname() 1476 end = options + strlen(options); in cifs_parse_mount_options() 1995 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options() 2024 temp_len = strlen(value); in cifs_parse_mount_options() 2050 strlen(string))) { in cifs_parse_mount_options() 2082 string, strlen(string))) { in cifs_parse_mount_options() 2170 if (strlen(string) > 1) { in cifs_parse_mount_options() 2711 if ((vol->username && strlen(vo in match_session() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbexec.c | 378 if ((flags & EX_ALL) && (strlen(name) > 4)) { in acpi_db_execute() 384 name_string = ACPI_ALLOCATE(strlen(name) + 1); in acpi_db_execute()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pci_irq.c | 128 strlen(prt->source) >= strlen(quirk->actual_source)) { in do_prt_fixups()
|
/kernel/linux/common_modules/tzdriver/auth/ |
H A D | client_hash_auth.c | 535 if (uid_compare(uid, token, strlen(token)) != 0) in parse_uname() 539 return strlen(temp_name); in parse_uname()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | lparcfg.c | 363 local_buffer += 2; /* step over strlen value */ in parse_system_parameter_string() 385 w_idx = strlen(workbuffer); in parse_system_parameter_string() 390 w_idx = strlen(workbuffer); in parse_system_parameter_string() 395 local_buffer -= 2; /* back up over strlen value */ in parse_system_parameter_string()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | chan_kern.c | 451 if (!strncmp(str, entry->key, strlen(entry->key))) { in parse_chan() 453 str += strlen(entry->key); in parse_chan()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | inject.c | 325 if (!strncmp(flags_options[i], buf, strlen(flags_options[i]))) { in __set_inj() 639 readme_msg, strlen(readme_msg)); in inj_readme_read()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | vio.c | 307 tlen = strlen(type) + 1; in vio_create_one() 310 if (tlen > VIO_MAX_TYPE_LEN || strlen(type) >= VIO_MAX_TYPE_LEN) { in vio_create_one()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-debugfs.c | 137 if (count < strlen(buf)) { in xgbe_common_read() 142 len = simple_read_from_buffer(buffer, count, ppos, buf, strlen(buf)); in xgbe_common_read()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | setup.c | 102 bp += strlen(bp) + 1; in dmi_string_parse() 107 size_t len = strlen(bp)+1; in dmi_string_parse()
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | tui.c | 396 if (strlen(status_bar_slots[i]) == 0) in show_title_bar() 401 x += strlen(status_bar_slots[i]) + 1; in show_title_bar()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 386 assert(FNAME_MAX > (strlen(argv[1]) + strlen(FEXT))); in compress_file()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | cpufeature.c | 322 if ((ext_end - ext == strlen(name)) && \ in riscv_parse_isa_string() 323 !strncasecmp(ext, name, strlen(name)) && \ in riscv_parse_isa_string()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_kern.c | 451 if (!strncmp(str, entry->key, strlen(entry->key))) { in parse_chan() 453 str += strlen(entry->key); in parse_chan()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | vio.c | 305 tlen = strlen(type) + 1; in vio_create_one() 308 if (tlen > VIO_MAX_TYPE_LEN || strlen(type) >= VIO_MAX_TYPE_LEN) { in vio_create_one()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | of.c | 158 i += strlen(p) + 1; in cxl_of_read_afu_properties() 367 i += strlen(p) + 1; in cxl_of_read_adapter_properties()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_fcu_controls.c | 378 if (!strncmp(name, "cpu-pump", strlen("cpu-pump"))) in wf_fcu_add_fan() 460 strlen(loc_trans[i].dt_name))) in wf_fcu_lookup_fans()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | hil_kbd.c | 346 input_dev->name = strlen(kbd->rnm) ? kbd->rnm : "HIL keyboard"; in hil_dev_keyboard_setup() 433 input_dev->name = strlen(ptr->rnm) ? ptr->rnm : "HIL pointer device"; in hil_dev_pointer_setup()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | ccwgroup.c | 286 len = strlen(start) + 1; in __get_next_id() 375 if (i == num_devices && buf && strlen(buf) > 0) { in ccwgroup_create_dev()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | led.c | 218 if (*cur && cur[strlen(cur)-1] == '\n') in led_proc_write() 219 cur[strlen(cur)-1] = 0; in led_proc_write()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | property.c | 76 return key && strlen(key) <= TB_PROPERTY_KEY_SIZE; in tb_property_key_valid() 579 size_t size = round_up(strlen(text) + 1, 4); in tb_property_add_text()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-sysfs.c | 193 len = strlen(buf); in store_overlays() 352 len = strlen(buf); in store_overlays_rotate()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-tahvo.c | 293 r = strlen(buf); in otg_mode_store() 305 r = strlen(buf); in otg_mode_store()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | simplefb.c | 348 strlen(prop->name) - strlen(SUPPLY_SUFFIX) + 1); in simplefb_regulators_get()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16.c | 376 sprintf(card->longname + strlen(card->longname), "%d", xdma8); in snd_sb16_probe() 378 sprintf(card->longname + strlen(card->longname), "%s%d", in snd_sb16_probe()
|