/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | cdc_ncm.c | 75 #define CDC_NCM_STAT(str, m) { \ 76 .stat_string = str, \
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | linit.c | 56 #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 D | megaraid_sas.h | 972 * 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 D | nsp_cs.c | 516 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 D | mxs-auart.c | 1351 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 D | cache.c | 1126 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 D | security.h | 230 #define __data_id_stringify(dummy, str) #str,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 1386 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 D | prog.c | 84 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 D | locking-selftest.c | 35 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 D | core.c | 268 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 D | hrtimer.c | 708 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 D | bpf_trace.c | 1229 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 D | walt.c | 189 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 D | super.c | 929 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 D | proc_sysctl.c | 907 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 D | xfs_super.c | 145 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 D | nouveau_bios.c | 1232 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 D | parport_ip32.c | 309 * @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 D | dell-laptop.c | 692 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 D | hns3_debugfs.c | 1030 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 D | xattr.c | 105 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 D | proc_sysctl.c | 920 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 D | xfs_super.c | 154 char *str; member 184 seq_puts(m, xfs_infop->str); in xfs_fs_show_options()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | security.h | 237 #define __data_id_stringify(dummy, str) #str,
|