Home
last modified time | relevance | path

Searched refs:str (Results 8126 - 8150 of 12790) sorted by relevance

1...<<321322323324325326327328329330>>...512

/kernel/linux/linux-6.6/fs/fat/
H A Dnamei_msdos.c168 unsigned int len, const char *str, const struct qstr *name) in msdos_cmp()
177 error = msdos_format_name(str, len, b_msdos_name, options); in msdos_cmp()
187 error = memcmp(name->name, str, len); in msdos_cmp()
167 msdos_cmp(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) msdos_cmp() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddir.c825 unsigned int len, const char *str, const struct qstr *name)
842 l1 = codepage->char2uni(&str[i], len - i, &c1);
850 if (str[i] != name->name[i])
824 cifs_ci_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) global() argument
/kernel/linux/linux-6.6/fs/pstore/
H A Dram_core.c257 char *str, size_t len) in persistent_ram_ecc_string()
265 ret = snprintf(str, len, "" in persistent_ram_ecc_string()
269 ret = snprintf(str, len, "\nECC: No errors detected\n"); in persistent_ram_ecc_string()
256 persistent_ram_ecc_string(struct persistent_ram_zone *prz, char *str, size_t len) persistent_ram_ecc_string() argument
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Ddz.c853 const char *str, in dz_console_print()
858 prom_printf((char *) str); in dz_console_print()
860 uart_console_write(&dport->port, str, count, dz_console_putchar); in dz_console_print()
852 dz_console_print(struct console *co, const char *str, unsigned int count) dz_console_print() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/test/
H A Defi_test.c28 * Count the bytes in 'str', including the terminating NULL.
33 static inline size_t user_ucs2_strsize(efi_char16_t __user *str) in user_ucs2_strsize() argument
35 efi_char16_t *s = str, c; in user_ucs2_strsize()
38 if (!str) in user_ucs2_strsize()
84 * Count the bytes in 'str', including the terminating NULL.
/kernel/linux/linux-6.6/kernel/gcov/
H A Dfs.c74 static int __init gcov_persist_setup(char *str) in gcov_persist_setup() argument
78 if (kstrtoul(str, 0, &val)) { in gcov_persist_setup()
79 pr_warn("invalid gcov_persist parameter '%s'\n", str); in gcov_persist_setup()
/kernel/linux/linux-6.6/kernel/debug/
H A Ddebug_core.c139 static int __init opt_nokgdbroundup(char *str) in opt_nokgdbroundup() argument
956 static int __init opt_kgdb_con(char *str) in opt_kgdb_con() argument
1227 static int __init opt_kgdb_wait(char *str) in opt_kgdb_wait() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c169 * @param str String to receive the named block string name
175 char *str, in CVMX_BOOTMEM_NAMED_GET_NAME()
179 octeon_pci_read_core_mem(oct, addr, (u8 *)str, len); in CVMX_BOOTMEM_NAMED_GET_NAME()
180 str[len] = 0; in CVMX_BOOTMEM_NAMED_GET_NAME()
173 CVMX_BOOTMEM_NAMED_GET_NAME(struct octeon_device *oct, u64 addr, char *str, u32 len) CVMX_BOOTMEM_NAMED_GET_NAME() argument
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dbpf.c53 const char **str = file->private; in nsim_bpf_string_show() local
55 if (*str) in nsim_bpf_string_show()
56 seq_printf(file, "%s\n", *str); in nsim_bpf_string_show()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddump.c447 #define FSEQ_REG(x) { .addr = (x), .str = #x, }
455 const char *str; in iwl_fwrt_dump_fseq_regs() member
483 fseq_regs[i].str); in iwl_fwrt_dump_fseq_regs()
/kernel/linux/linux-6.6/drivers/of/
H A Ddynamic.c939 * @str: pointer to null terminated string
947 const char *prop_name, const char *str) in of_changeset_add_prop_string()
952 prop.length = strlen(str) + 1; in of_changeset_add_prop_string()
953 prop.value = (void *)str; in of_changeset_add_prop_string()
945 of_changeset_add_prop_string(struct of_changeset *ocs, struct device_node *np, const char *prop_name, const char *str) of_changeset_add_prop_string() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkgdb.c556 int kgdb_ll_trap(int cmd, const char *str, in kgdb_ll_trap() argument
561 .str = str, in kgdb_ll_trap()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dibmpowernv.c294 const char *str; in get_sensor_type() local
307 if (of_property_read_string(np, "sensor-type", &str)) in get_sensor_type()
311 if (!strcmp(str, sensor_groups[type].name)) in get_sensor_type()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dsilead.c591 const char *str; in silead_ts_read_props() local
601 error = device_property_read_string(dev, "firmware-name", &str); in silead_ts_read_props()
604 "silead/%s", str); in silead_ts_read_props()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_ro.c706 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str) in fdt_stringlist_contains() argument
708 int len = strlen(str); in fdt_stringlist_contains()
712 if (memcmp(str, strlist, len+1) == 0) in fdt_stringlist_contains()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.gui.c120 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs) in print_in_middle() argument
123 mvwprintw(win, y, (width - strlen(str)) / 2, "%s", str); in print_in_middle()
/kernel/linux/linux-6.6/security/integrity/evm/
H A Devm_main.c77 static int __init evm_set_fixmode(char *str) in evm_set_fixmode() argument
79 if (strncmp(str, "fix", 3) == 0) in evm_set_fixmode()
82 pr_err("invalid \"%s\" mode", str); in evm_set_fixmode()
/kernel/linux/linux-6.6/net/core/
H A Dsysctl_net_core.c688 static int __init fb_tunnels_only_for_init_net_sysctl_setup(char *str) in fb_tunnels_only_for_init_net_sysctl_setup() argument
691 if (!strncmp(str, "initns", 6)) in fb_tunnels_only_for_init_net_sysctl_setup()
694 else if (!strncmp(str, "none", 4)) in fb_tunnels_only_for_init_net_sysctl_setup()
/test/ostest/wukong/report/src/
H A Dreport.cpp351 std::string csvContent = modules.str(); in SegmentedWriteCSV()
436 std::string jsonContent = modules.str(); in SegmentedWriteJson()
461 std::string jsonContent = modules.str(); in SegmentedWriteForFocusInput()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py323 str(timeout)))
420 convert_ip(self.host), self.port, str(error))) from error
525 self.serial_port, str(error))) from error
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py152 elif len(retry_test_list) == 1 and "#" not in str(retry_test_list[0]):
167 case_id = str(_value).split("#")[0]
264 error_msg = str(exception)
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Djsunit_driver.py342 serial = "{}_{}".format(str(self.config.device.__get_serial__()),
344 log_tar_file_name = "{}".format(str(serial).replace(":", "_"))
395 str(result_value).lower():
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdioextndk.cpp409 char str[256]; in FGets() local
415 getResult = fgets(str, sizeof(str), stream); in FGets()
/third_party/ffmpeg/libavcodec/
H A Davpacket.c321 const char *str = i ? t->value : t->key; in av_packet_pack_dictionary() local
322 const size_t len = strlen(str) + 1; in av_packet_pack_dictionary()
325 memcpy(data + total_length, str, len); in av_packet_pack_dictionary()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmdct_neon.S29 str x30, [sp, #16]
135 str x30, [sp, #16]
179 str x30, [sp, #16]

Completed in 39 milliseconds

1...<<321322323324325326327328329330>>...512