/linux/drivers/scsi/ |
H A D | BusLogic.h | 275 unsigned char:4; /* Bits 0-3 */ member 326 unsigned char:3; /* Bits 4-6 */ member 398 unsigned char:5; /* Byte 0 Bits 0-4 */ member 406 unsigned char:1; /* Byte 1 Bit 4 */ member 409 unsigned char:1; /* Byte 1 Bit 7 */ member 411 unsigned char:4; /* Byte 2 Bits 4-7 */ member 427 unsigned char:6; /* Byte 0 Bits 2-7 */ member 442 unsigned char:8; /* Byte 31 */ member 479 unsigned char:2; /* Byte 2 Bits 2-3 */ member 484 unsigned char:8; /* Byte 3 */ member [all …]
|
/linux/arch/s390/include/asm/ |
H A D | sysinfo.h | 19 unsigned char :6; member 21 unsigned char :8; member 62 unsigned char :2; member 64 unsigned char :3; member 103 unsigned char :2; member 105 unsigned char :3; member 107 unsigned char :3; member 125 unsigned char :4; member 161 unsigned char :5; member
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 131 int xenbus_watch_path(struct xenbus_device *dev, const char *path, in xenbus_watch_path() 134 const char *, const char *), in xenbus_watch_path() 180 const char *, const char *), in xenbus_watch_pathfmt()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | preempted_bpf_ma_op.c | 95 int BPF_PROG2(test2, char, a, int, b, u64, c) in BPF_PROG2() argument 102 int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d) in BPF_PROG2() argument
|
H A D | tracing_struct_many_args.c | 70 char, f, short, g, struct bpf_testmod_struct_arg_5, h, long, i) in BPF_PROG2() argument 89 char, f, short, g, struct bpf_testmod_struct_arg_5, h, long, i, int, ret) in BPF_PROG2() argument
|
/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 158 void (*test_func)(char *, char *)) in test_memcpy() 221 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() argument
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_vnic.c | 88 int usnic_vnic_dump(struct usnic_vnic *vnic, char *buf, in usnic_vnic_dump() argument 92 int (*printcols)(char *, int), in usnic_vnic_dump()
|
/linux/arch/m68k/68000/ |
H A D | ucsimm.c | 21 static _bsc0(char *, getserialnum) in _bsc0() argument
|
/linux/arch/um/drivers/ |
H A D | mconsole_kern.c | 430 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config() argument 431 char **), in mconsole_get_config() argument
|
/linux/drivers/powercap/ |
H A D | powercap_sys.c | 183 static int create_constraint_attribute(int id, const char *name, in create_constraint_attribute() 187 struct device_attribute *, char *), in create_constraint_attribute() argument
|
/linux/net/netfilter/ |
H A D | nf_conntrack_ftp.c | 286 static int find_pattern(const char *data, size_t dlen, in find_pattern() argument 292 int (*getnum)(const char *, size_t, in find_pattern()
|
/linux/rust/macros/ |
H A D | helpers.rs | 41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char { in expect_punct()
|
/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 38 # define dump_msg(fsg, /* const char * */ label, \ argument 52 # define dump_msg(fsg, /* const char * */ label, \ argument [all...] |
/linux/scripts/kconfig/ |
H A D | expr.c | 1023 void (*fn)(void *, struct symbol *, const char *), in expr_print() 1158 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
|
/linux/include/linux/ |
H A D | kallsyms.h | 157 static inline int kallsyms_on_each_symbol(int (*fn)(void *, const char *, unsigned long), in kallsyms_on_each_symbol()
|
/linux/arch/mips/kernel/ |
H A D | syscall.c | 240 SYSCALL_DEFINE3(cachectl, char *, addr, int, nbytes, int, op) in SYSCALL_DEFINE3() argument
|
/linux/arch/s390/kernel/ |
H A D | cache.c | 41 unsigned char : 4; member
|
/linux/kernel/bpf/ |
H A D | helpers.c | 258 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument 520 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() 545 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() 573 BPF_CALL_3(bpf_strncmp, const char *, s1, u32, s1_sz, const char *, s2) in BPF_CALL_3() 1045 BPF_CALL_5(bpf_snprintf, char *, str, u32, str_size, char *, fmt, in BPF_CALL_5() argument
|
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_node.c | 844 u8 cmd, void (*efc_node_common_func)(const char *, in efc_node_check_els_req() 853 u16 cmd, void (*efc_node_common_func)(const char *, in efc_node_check_ns_req()
|
/linux/fs/udf/ |
H A D | unicode.c | 91 int (*conv_f)(wchar_t, unsigned char *, int), in udf_name_conv_char()
|
/linux/drivers/most/ |
H A D | most_usb.c | 648 unsigned char, in hdm_request_netinfo() 649 unsigned char *)) in hdm_request_netinfo()
|
/linux/fs/btrfs/ |
H A D | props.c | 151 const char *, in iterate_object_props()
|
/linux/kernel/module/ |
H A D | kallsyms.c | 476 module_kallsyms_on_each_symbol(const char * modname,int (* fn)(void *,const char *,unsigned long),void * data) module_kallsyms_on_each_symbol() argument [all...] |
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_mon.c | 281 struct device_attribute *, char *), in efx_mcdi_mon_add_attr() argument
|
/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 281 struct device_attribute *, char *), in efx_mcdi_mon_add_attr() argument
|