/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_dynevent.h | 127 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 D | pci-versatile.c | 32 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 D | aq_drvinfo.c | 68 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 D | bond_options.h | 153 #define bond_opt_initstr(optval, str) __bond_opt_init(optval, str, ULLONG_MAX, NULL, 0)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | trace_seq.h | 85 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 D | debugfs.c | 91 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 D | pci-versatile.c | 32 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 D | blk-timeout.c | 17 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 D | stackcollapse.py | 115 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 D | gss_generic_token.c | 47 #define TWRITE_STR(ptr, str, len) \ 48 memcpy((ptr), (char *) (str), (len)); \
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | tasks.py | 63 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 D | lkc.h | 47 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 D | perf_api_probe.c | 14 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 D | sidtab.h | 139 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 D | It_posix_pthread_007.c | 54 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 D | trace_dynevent.h | 129 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 D | freefall.c | 82 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 D | strset.c | 25 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 D | build_lite_manager.py | 67 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 D | index.js | 58 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 D | index.js | 58 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 D | index.js | 58 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 D | index.js | 58 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 D | jsvmtest.h | 74 Print(ss.str().c_str()); in TestBegin() 81 Print(ss.str().c_str()); in TestEnd()
|
/test/xts/hats/useriam/common/src/ |
H A D | iam_hat_test.cpp | 101 void FillTestString(Parcel &parcel, std::string &str) in FillTestString() argument 107 str = std::string(&data[0]); in FillTestString()
|