Searched refs:str (Results 476 - 500 of 1869) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp-scu.S28 str r2, [r0, #8] @ write back
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c41 char str[MAXHOSTNAMELEN]; local
51 sockaddr_to_str((struct sockaddr *)&srv_path->s.dst_addr, str,
52 sizeof(str));
54 rtrs_info(s, "disconnect for path %s requested\n", str);
264 char str[NAME_MAX]; local
271 rtrs_addr_to_str(&path, str, sizeof(str));
277 "%s", str);
/linux-master/tools/verification/dot2/
H A Ddot2k30 print('Error: '+ str(e))
/linux-master/include/linux/
H A Dtnum.h101 int tnum_strn(char *str, size_t size, struct tnum a);
103 int tnum_sbin(char *str, size_t size, struct tnum a);
H A Dnmi.h108 extern void hardlockup_config_perf_event(const char *str);
113 static inline void hardlockup_config_perf_event(const char *str) { } argument
/linux-master/arch/s390/kernel/
H A Dentry.h33 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str);
42 void die(struct pt_regs *regs, const char *str);
/linux-master/drivers/acpi/apei/
H A Deinj-cxl.c19 static struct { u32 mask; const char *str; } const einj_cxl_error_type_string[] = { member in struct:__anon153
43 einj_cxl_error_type_string[pos].str);
/linux-master/kernel/
H A Dprofile.c57 int profile_setup(char *str) argument
65 if (!strncmp(str, sleepstr, strlen(sleepstr))) {
73 } else if (!strncmp(str, schedstr, strlen(schedstr))) {
76 } else if (!strncmp(str, kvmstr, strlen(kvmstr))) {
79 } else if (get_option(&str, &par)) {
87 if (str[strlen(select)] == ',')
88 str += strlen(select) + 1;
89 if (get_option(&str, &par))
/linux-master/arch/arm/mm/
H A Dproc-v7m.S80 1: str r0, [r3] @ clean D entry
93 str r0, [r2]
114 str r12, [r0, V7M_SCB_VTOR]
119 str r5, [r0, #V7M_SCB_SHCSR]
123 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority
125 str r5, [r0, V7M_SCB_SHPR3] @ set PendSV priority
132 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry
142 str r5, [r12, #11 * 4] @ restore the original SVC vector entry
/linux-master/scripts/gdb/linux/
H A Dtasks.py59 raise gdb.GdbError("No task of PID " + str(pid))
124 raise gdb.GdbError("No task of PID " + str(pid))
/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_kern.c66 static int ethertap_setup(char *str, char **mac_out, void *data) argument
73 if (tap_setup_common(str, "ethertap", &init->dev_name, mac_out,
H A Dtuntap_kern.c56 static int tuntap_setup(char *str, char **mac_out, void *data) argument
63 if (tap_setup_common(str, "tuntap", &init->dev_name, mac_out,
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c120 int trace_log_string(struct trace_buffer *tb, char *str) argument
126 len = strlen(str);
135 memcpy(p, str, len);
226 char *str; local
228 str = (char *)e->data;
229 puts(str);
/linux-master/arch/um/drivers/
H A Dmconsole_user.c126 int mconsole_reply_len(struct mc_request *req, const char *str, int total, argument
148 memcpy(reply.data, str, len);
151 str += len;
165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) argument
167 return mconsole_reply_len(req, str, strlen(str), err, more);
/linux-master/kernel/trace/
H A Dtrace_printk.c254 bool trace_is_tracepoint_string(const char *str) argument
259 if (str == *ptr)
314 const char *str = *fmt; local
325 for (i = 0; str[i]; i++) {
326 switch (str[i]) {
340 seq_putc(m, str[i]);
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_magn.c266 char *str; local
295 str = devm_kstrdup(dev, orient + 1, GFP_KERNEL);
297 str = devm_kstrdup(dev, orient, GFP_KERNEL);
299 str = devm_kasprintf(dev, GFP_KERNEL, "-%s", orient);
300 if (!str)
303 st->magn_orient.rotation[i] = str;
/linux-master/include/xen/
H A Dxenbus.h199 #define XENBUS_IS_ERR_READ(str) ({ \
200 if (!IS_ERR(str) && strlen(str) == 0) { \
201 kfree(str); \
202 str = ERR_PTR(-ERANGE); \
204 IS_ERR(str); \
/linux-master/arch/arm/mach-omap2/
H A Dsleep33xx.S37 str r4, [r2, #AMX3_PM_WFI_FLAGS_OFFSET]
97 str r2, [r1]
118 str r2, [r1]
163 str r2, [r1]
168 str r2, [r1]
208 str r1, [r0]
/linux-master/crypto/asymmetric_keys/
H A Drestrict.c24 static int __init ca_keys_setup(char *str) argument
26 if (!str) /* default system keyring */
29 if (strncmp(str, "id:", 3) == 0) {
31 size_t hexlen = (strlen(str) - 3) / 2;
39 ret = __asymmetric_key_hex_to_key_id(str + 3, p, hexlen);
44 } else if (strcmp(str, "builtin") == 0) {
/linux-master/arch/x86/kernel/
H A Dtraps.c95 do_trap_no_signal(struct task_struct *tsk, int trapnr, const char *str, argument
114 die(str, regs, error_code);
150 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, argument
155 if (!do_trap_no_signal(tsk, trapnr, str, regs, error_code))
158 show_signal(tsk, signr, "trap ", str, regs, error_code);
167 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, argument
172 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) !=
175 do_trap(trapnr, signr, str, regs, error_code, sicode, addr);
296 char *str = "alignment check"; local
298 if (notify_die(DIE_TRAP, str, reg
354 static const char str[] = "double fault"; local
614 gp_try_fixup_and_notify(struct pt_regs *regs, int trapnr, unsigned long error_code, const char *str, unsigned long address) argument
635 gp_user_force_sig_segv(struct pt_regs *regs, int trapnr, unsigned long error_code, const char *str) argument
1153 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : local
1409 fred_setup(char *str) argument
[all...]
/linux-master/drivers/mtd/spi-nor/
H A Ddebugfs.c83 char buf[16], *str; local
106 str = "none";
109 str = "repeat";
112 str = "invert";
115 str = "<unknown>";
118 seq_printf(s, " 8D extension\t%s\n", str);
/linux-master/drivers/firmware/efi/
H A Dearlycon.c146 efi_earlycon_write(struct console *con, const char *str, unsigned int num) argument
161 count = strnchrnul(str, num, '\n') - str;
172 s = str;
187 str += count;
193 str++;
/linux-master/drivers/crypto/
H A Datmel-sha204a.c122 char *str = buf; local
134 str += sprintf(str, "%02X", otp[i]);
135 str += sprintf(str, "\n");
136 return str - buf;
/linux-master/drivers/gpio/
H A Dgpio-cros-ec.c112 char *str; local
119 str = devm_kcalloc(gc->parent, gc->ngpio, name_len, GFP_KERNEL);
120 if (!str)
133 names[i] = str;
134 copied = scnprintf(str, name_len, "%s%s", cros_ec_gpio_prefix,
139 str += copied + 1;
/linux-master/fs/bcachefs/
H A Dprintbuf.h227 static inline void prt_str(struct printbuf *out, const char *str) argument
229 prt_bytes(out, str, strlen(str));
232 static inline void prt_str_indented(struct printbuf *out, const char *str) argument
234 bch2_prt_bytes_indented(out, str, strlen(str));

Completed in 716 milliseconds

<<11121314151617181920>>