Home
last modified time | relevance | path

Searched refs:str (Results 12201 - 12225 of 13078) sorted by relevance

1...<<481482483484485486487488489490>>...524

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcdc_ncm.c75 #define CDC_NCM_STAT(str, m) { \
76 .stat_string = str, \
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dlinit.c56 #define str(x) _str(x) macro
57 #define AAC_DRIVER_FULL_VERSION AAC_DRIVER_VERSION "[" str(AAC_DRIVER_BUILD) "]" AAC_DRIVER_BRANCH
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas.h972 * List of components residing in flash. All str are null terminated
2181 char str[96]; member
2191 char str[64]; member
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Dnsp_cs.c516 char *str) in nsp_negate_signal()
534 nsp_msg(KERN_DEBUG, " %s signal off timeout", str); in nsp_negate_signal()
515 nsp_negate_signal(struct scsi_cmnd *SCpnt, unsigned char mask, char *str) nsp_negate_signal() argument
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dmxs-auart.c1351 auart_console_write(struct console *co, const char *str, unsigned int count) in auart_console_write() argument
1373 uart_console_write(port, str, count, mxs_auart_console_putchar); in auart_console_write()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dcache.c1126 void qword_add(char **bpp, int *lp, char *str) in qword_add() argument
1134 ret = string_escape_str(str, bp, len, ESCAPE_OCTAL, "\\ \n\t"); in qword_add()
/kernel/linux/linux-5.10/include/linux/
H A Dsecurity.h230 #define __data_id_stringify(dummy, str) #str,
/kernel/linux/linux-5.10/security/apparmor/
H A Dlsm.c1386 static int __init apparmor_enabled_setup(char *str) in apparmor_enabled_setup() argument
1389 int error = kstrtoul(str, 0, &enabled); in apparmor_enabled_setup()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dprog.c84 static enum bpf_attach_type parse_attach_type(const char *str) in parse_attach_type() argument
90 is_prefix(str, attach_type_strings[type])) in parse_attach_type()
/kernel/linux/linux-5.10/lib/
H A Dlocking-selftest.c35 static int __init setup_debug_locks_verbose(char *str) in setup_debug_locks_verbose() argument
37 get_option(&str, &debug_locks_verbose); in setup_debug_locks_verbose()
/kernel/linux/linux-5.10/kernel/futex/
H A Dcore.c268 static int __init setup_fail_futex(char *str) in setup_fail_futex() argument
270 return setup_fault_attr(&fail_futex.attr, str); in setup_fail_futex()
/kernel/linux/linux-5.10/kernel/time/
H A Dhrtimer.c708 static int __init setup_hrtimer_hres(char *str) in setup_hrtimer_hres() argument
710 return (kstrtobool(str, &hrtimer_hres_enabled) == 0); in setup_hrtimer_hres()
/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c1229 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5()
1240 return btf_type_snprintf_show(btf, btf_id, ptr->ptr, str, str_size, in BPF_CALL_5()
/kernel/linux/linux-5.10/kernel/sched/
H A Dwalt.c189 static int __init set_sched_ravg_window(char *str) in set_sched_ravg_window() argument
193 get_option(&str, &window_size); in set_sched_ravg_window()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c929 static unsigned int ovl_split_lowerdirs(char *str) in ovl_split_lowerdirs() argument
934 for (s = d = str;; s++, d++) { in ovl_split_lowerdirs()
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c907 unsigned int len, const char *str, const struct qstr *name) in proc_sys_compare()
920 if (memcmp(name->name, str, len)) in proc_sys_compare()
906 proc_sys_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) proc_sys_compare() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_super.c145 char *str; member
175 seq_puts(m, xfs_infop->str); in xfs_fs_show_options()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1232 static uint16_t findstr(uint8_t *data, int n, const uint8_t *str, int len) in findstr() argument
1238 if (data[i + j] != str[j]) in findstr()
/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_ip32.c309 * @str: string to add in message
318 static void parport_ip32_dump_state(struct parport *p, char *str, in parport_ip32_dump_state() argument
324 printk(KERN_DEBUG PPIP32 "%s: state (%s):\n", p->name, str); in parport_ip32_dump_state()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddell-laptop.c692 static bool dell_laptop_i8042_filter(unsigned char data, unsigned char str, in dell_laptop_i8042_filter() argument
697 if (str & I8042_STR_AUXDATA) in dell_laptop_i8042_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1030 const char * const str[] = {"no", "yes"}; in hns3_dbg_dev_caps() local
1039 hns3_dbg_cap[i].name, str[state]); in hns3_dbg_dev_caps()
/kernel/linux/linux-6.6/fs/ceph/
H A Dxattr.c105 memcpy(val + ret, pool_ns->str, pool_ns->len); in ceph_vxattrcb_layout()
191 memcpy(val, ns->str, ret); in ceph_vxattrcb_layout_pool_namespace()
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c920 unsigned int len, const char *str, const struct qstr *name) in proc_sys_compare()
933 if (memcmp(name->name, str, len)) in proc_sys_compare()
919 proc_sys_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) proc_sys_compare() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_super.c154 char *str; member
184 seq_puts(m, xfs_infop->str); in xfs_fs_show_options()
/kernel/linux/linux-6.6/include/linux/
H A Dsecurity.h237 #define __data_id_stringify(dummy, str) #str,

Completed in 74 milliseconds

1...<<481482483484485486487488489490>>...524