Home
last modified time | relevance | path

Searched refs:str (Results 9576 - 9600 of 14584) sorted by relevance

1...<<381382383384385386387388389390>>...584

/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]
/third_party/ffmpeg/libavfilter/
H A Daf_compand.c75 { "attacks", "set time over which increase of volume is determined", OFFSET(attacks), AV_OPT_TYPE_STRING, { .str = "0" }, 0, 0, A },
76 { "decays", "set time over which decrease of volume is determined", OFFSET(decays), AV_OPT_TYPE_STRING, { .str = "0.8" }, 0, 0, A },
77 { "points", "set points of transfer function", OFFSET(points), AV_OPT_TYPE_STRING, { .str = "-70/-70|-60/-20|1/0" }, 0, 0, A },
H A Dsrc_movie.c93 { "streams", "set streams", OFFSET(stream_specs), AV_OPT_TYPE_STRING, {.str = 0}, 0, 0, FLAGS },
94 { "s", "set streams", OFFSET(stream_specs), AV_OPT_TYPE_STRING, {.str = 0}, 0, 0, FLAGS },
98 { "format_opts", "set format options for the opened file", OFFSET(format_opts), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, FLAGS},
H A Dvf_stack.c491 { "layout", "set custom layout", OFFSET(layout), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, .flags = FLAGS },
492 { "grid", "set fixed size grid layout", OFFSET(nb_grid_columns), AV_OPT_TYPE_IMAGE_SIZE, {.str=NULL}, 0, 0, .flags = FLAGS },
494 { "fill", "set the color for unused pixels", OFFSET(fillcolor_str), AV_OPT_TYPE_STRING, {.str = "none"}, .flags = FLAGS },
H A Dvf_scale_qsv.c614 { "w", "Output video width", OFFSET(w_expr), AV_OPT_TYPE_STRING, { .str = "iw" }, .flags = FLAGS },
615 { "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str = "ih" }, .flags = FLAGS },
616 { "format", "Output pixel format", OFFSET(format_str), AV_OPT_TYPE_STRING, { .str = "same" }, .flags = FLAGS },
/third_party/gn/src/base/
H A Dlogging.h510 std::string* msg = new std::string(ss.str()); in MakeCheckOpString()
769 std::string str() { return stream_.str(); } in str() function in logging::LogMessage
/third_party/alsa-lib/src/control/
H A Dsetup.c219 const char *str; in snd_config_get_ctl_elem_enumerated() local
227 snd_config_get_string(n, &str); in snd_config_get_ctl_elem_enumerated()
241 if (strcmp(str, snd_ctl_elem_info_get_item_name(info)) == 0) in snd_config_get_ctl_elem_enumerated()

Completed in 30 milliseconds

1...<<381382383384385386387388389390>>...584