Home
last modified time | relevance | path

Searched refs:str (Results 5576 - 5600 of 14315) sorted by relevance

1...<<221222223224225226227228229230>>...573

/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Di2c.c86 * @str: String of options
95 static int __init omap_i2c_bus_setup(char *str) in omap_i2c_bus_setup() argument
99 get_options(str, 3, ints); in omap_i2c_bus_setup()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Drtc.c37 specifiy_epoch(char *str) in specifiy_epoch() argument
39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch()
/kernel/linux/linux-5.10/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/arch/mips/include/asm/
H A Dptrace.h167 static inline void die_if_kernel(const char *str, struct pt_regs *regs) in die_if_kernel() argument
170 die(str, regs); in die_if_kernel()
/kernel/linux/linux-6.6/arch/m68k/virt/
H A Dconfig.c28 static void virt_get_model(char *str) in virt_get_model() argument
30 /* str is 80 characters long */ in virt_get_model()
31 sprintf(str, "QEMU Virtual M68K Machine (%u.%u.%u)", in virt_get_model()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dexceptions.c40 void die(const char *str, struct pt_regs *fp, long err) in die() argument
44 pr_warn("Oops: %s, sig: %ld\n", str, err); in die()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dfutex.h90 "2: " TUSER(str) " %0, [%3]\n" \
117 "2: " TUSERCOND(str, eq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
H A Dtls.h17 str \tmp2, [\base, #TI_TP_VALUE + 4] @ save it
43 str \tp, [\tmp1, #-15] @ set TLS value at 0xffff0ff0
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Drtc.c37 specifiy_epoch(char *str) in specifiy_epoch() argument
39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Di2c.c80 * @str: String of options
89 static int __init omap_i2c_bus_setup(char *str) in omap_i2c_bus_setup() argument
93 get_options(str, 3, ints); in omap_i2c_bus_setup()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsleep24xx.S61 str r4, [r2] @ make it so
71 str r4, [r2] @ write to SDRC_POWER
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dsleep.S147 str r0, [r5, #CLK_RESET_CCLK_BURST]
149 str r0, [r5, #CLK_RESET_CCLK_DIVIDER]
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dtraps.c32 void die(const char *str, struct pt_regs *regs, long err) in die() argument
36 pr_warn("Oops: %s, sig: %ld\n", str, err); in die()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dpdc_chassis.c44 * @str: configuration param: 0 to disable chassis log
48 static int __init pdc_chassis_setup(char *str) in pdc_chassis_setup() argument
50 /*panic_timeout = simple_strtoul(str, NULL, 0);*/ in pdc_chassis_setup()
51 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Ddumpstack.c19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() argument
25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, str, bottom, top); in dump_mem()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dpcap_kern.c53 int pcap_setup(char *str, char **mac_out, void *data) in pcap_setup() argument
65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup()
H A Dvde_kern.c70 static int vde_setup(char *str, char **mac_out, void *data) in vde_setup() argument
82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str, in vde_setup()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dapc.c47 static int __init apc_setup(char *str) in apc_setup() argument
49 if(!strncmp(str, "noidle", strlen("noidle"))) { in apc_setup()
/kernel/linux/linux-5.10/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-5.10/drivers/net/wireless/mediatek/mt76/
H A Ddebugfs.c64 void mt76_seq_puts_array(struct seq_file *file, const char *str, in mt76_seq_puts_array() argument
69 seq_printf(file, "%10s:", str); in mt76_seq_puts_array()
/kernel/linux/linux-5.10/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-5.10/include/linux/
H A Dof_device.h38 extern ssize_t of_device_modalias(struct device *dev, char *str, ssize_t len);
84 char *str, ssize_t len) in of_device_modalias()
83 of_device_modalias(struct device *dev, char *str, ssize_t len) of_device_modalias() argument
H A Dtrace_seq.h85 extern void trace_seq_puts(struct trace_seq *s, const char *str);
123 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() argument
/kernel/linux/linux-5.10/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))
H A Dcpus.py41 "trap_block[{0}].__per_cpu_base".format(str(cpu)))
45 "__per_cpu_offset[{0}]".format(str(cpu)))

Completed in 16 milliseconds

1...<<221222223224225226227228229230>>...573