Home
last modified time | relevance | path

Searched refs:str (Results 5726 - 5750 of 14584) sorted by relevance

1...<<221222223224225226227228229230>>...584

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_dynevent.h127 const char *str; member
150 extern int dynevent_str_add(struct dynevent_cmd *cmd, const char *str);
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-versatile.c32 static int __init versatile_pci_slot_ignore(char *str) in versatile_pci_slot_ignore() argument
37 while ((retval = get_option(&str, &slot))) { in versatile_pci_slot_ignore()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_drvinfo.c68 u32 attr, int channel, const char **str) in aq_hwmon_read_string()
79 *str = atl_temp_label[channel]; in aq_hwmon_read_string()
66 aq_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, const char **str) aq_hwmon_read_string() argument
/kernel/linux/linux-6.6/include/net/
H A Dbond_options.h153 #define bond_opt_initstr(optval, str) __bond_opt_init(optval, str, ULLONG_MAX, NULL, 0)
/kernel/linux/linux-6.6/include/linux/
H A Dtrace_seq.h85 extern void trace_seq_puts(struct trace_seq *s, const char *str);
125 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c91 void mt76_seq_puts_array(struct seq_file *file, const char *str, in mt76_seq_puts_array() argument
96 seq_printf(file, "%10s:", str); in mt76_seq_puts_array()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-versatile.c32 static int __init versatile_pci_slot_ignore(char *str) in versatile_pci_slot_ignore() argument
36 while (get_option(&str, &slot)) { in versatile_pci_slot_ignore()
/kernel/linux/linux-6.6/block/
H A Dblk-timeout.c17 static int __init setup_fail_io_timeout(char *str) in setup_fail_io_timeout() argument
19 return setup_fault_attr(&fail_io_timeout, str); in setup_fail_io_timeout()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dstackcollapse.py115 comm = comm + sep + str(param_dict['sample']['pid'])
118 comm = comm + sep + str(param_dict['sample']['tid'])
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_generic_token.c47 #define TWRITE_STR(ptr, str, len) \
48 memcpy((ptr), (char *) (str), (len)); \
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dtasks.py63 raise gdb.GdbError("No task of PID " + str(pid))
137 raise gdb.GdbError("No task of PID " + str(pid))
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dlkc.h47 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument
51 if (fwrite(str, len, count, out) != count) in xfwrite()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dperf_api_probe.c14 static int perf_do_probe_api(setup_probe_fn_t fn, struct perf_cpu cpu, const char *str) in perf_do_probe_api() argument
26 if (parse_event(evlist, str)) in perf_do_probe_api()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dsidtab.h139 const char *str, u32 str_len);
145 const char *str, u32 str_len) in sidtab_sid2str_put()
143 sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry, const char *str, u32 str_len) sidtab_sid2str_put() argument
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_007.c54 char str[5] = "abcd"; in Testcase() local
98 ret = pthread_create(&newTh, &attr, PthreadF01, (void *)str); in Testcase()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_dynevent.h129 const char *str; member
152 extern int dynevent_str_add(struct dynevent_cmd *cmd, const char *str);
/kernel/linux/linux-6.6/tools/laptop/freefall/
H A Dfreefall.c82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect() local
85 syslog(LOG_INFO, "%s %s disk head\n", str, device_path); in protect()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dstrset.c25 const char *str = s->strs_data + key; in strset_hash_fn() local
27 return str_hash(str); in strset_hash_fn()
/test/testfwk/developer_test/src/core/build/
H A Dbuild_lite_manager.py67 self.log.info("build_command: %s" % str(command))
93 self.log.info("build_command: %s" % str(command))
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/stepperItem/prop/
H A Dindex.js58 let str = this.$element('labelProp').attr.label;
59 console.log(str);
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/stepperItem/prop/
H A Dindex.js58 let str = this.$element('labelProp').attr.label;
59 console.log(str);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/stepperItem/prop/
H A Dindex.js58 let str = this.$element('labelProp').attr.label;
59 console.log(str);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/stepperItem/prop/
H A Dindex.js58 let str = this.$element('labelProp').attr.label;
59 console.log(str);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvmtest.h74 Print(ss.str().c_str()); in TestBegin()
81 Print(ss.str().c_str()); in TestEnd()
/test/xts/hats/useriam/common/src/
H A Diam_hat_test.cpp101 void FillTestString(Parcel &parcel, std::string &str) in FillTestString() argument
107 str = std::string(&data[0]); in FillTestString()

Completed in 28 milliseconds

1...<<221222223224225226227228229230>>...584