/linux-4.1.27/include/trace/events/ |
D | f2fs.h | 42 #define show_block_type(type) \ argument 56 #define show_bio_type(type) show_bio_base(type), show_bio_extra(type) argument 58 #define show_bio_base(type) \ argument 69 #define show_bio_extra(type) \ argument 76 #define show_data_type(type) \ argument 86 #define show_file_type(type) \ argument 91 #define show_gc_type(type) \ argument 96 #define show_alloc_mode(type) \ argument 101 #define show_victim_policy(type) \ argument 106 #define show_cpreason(type) \ argument
|
D | btrfs.h | 28 #define show_ref_type(type) \ argument 149 #define __show_map_type(type) \ argument 156 #define show_map_type(type) \ argument 621 #define show_chunk_type(type) \ argument 1120 #define show_oper_type(type) \ argument
|
/linux-4.1.27/kernel/trace/ |
D | trace_export.c | 31 #define __field_struct(type, item) argument 34 #define __field(type, item) type item; argument 37 #define __field_desc(type, container, item) type item; argument 40 #define __array(type, item, size) type item[size]; argument 43 #define __array_desc(type, container, item, size) type item[size]; argument 46 #define __dynamic_array(type, item) type item[]; argument 75 #define __field(type, item) \ argument 84 #define __field_desc(type, container, item) \ argument 94 #define __array(type, item, len) \ argument 107 #define __array_desc(type, container, item, len) \ argument [all …]
|
D | trace_probe.c | 39 #define DEFINE_BASIC_PRINT_TYPE_FUNC(type, fmt) \ argument 85 #define DEFINE_FETCH_reg(type) \ argument 97 #define DEFINE_FETCH_retval(type) \ argument 117 #define DEFINE_FETCH_deref(type) \ argument 175 #define DEFINE_FETCH_bitfield(type) \ argument 221 static const struct fetch_type *find_fetch_type(const char *type, in find_fetch_type() 277 static fetch_func_t get_fetch_size_function(const struct fetch_type *type, in get_fetch_size_function()
|
D | trace_probe.h | 54 #define DEFINE_FIELD(type, item, name, is_signed) \ argument 134 #define PRINT_TYPE_FUNC_NAME(type) print_type_##type argument 135 #define PRINT_TYPE_FMT_NAME(type) print_type_format_##type argument 138 #define DECLARE_BASIC_PRINT_TYPE_FUNC(type) \ argument 153 #define FETCH_FUNC_NAME(method, type) fetch_##method##_##type argument 156 #define DECLARE_FETCH_FUNC(method, type) \ argument 202 #define ASSIGN_FETCH_FUNC(method, type) \ argument 270 const struct fetch_type *type; /* Type of this argument */ member
|
/linux-4.1.27/net/sctp/ |
D | sm_statefuns.c | 220 const sctp_subtype_t type, in sctp_sf_do_4_C() 306 const sctp_subtype_t type, in sctp_sf_do_5_1B_init() 502 const sctp_subtype_t type, in sctp_sf_do_5_1C_ack() 652 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1D_ce() 878 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1E_ca() 955 const sctp_subtype_t type, in sctp_sf_heartbeat() 981 const sctp_subtype_t type, in sctp_sf_sendbeat_8_3() 1052 const sctp_subtype_t type, in sctp_sf_beat_8_3() 1126 const sctp_subtype_t type, in sctp_sf_backbeat_8_3() 1391 const sctp_subtype_t type, in sctp_sf_do_unexpected_init() [all …]
|
/linux-4.1.27/crypto/ |
D | api.c | 59 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup() 109 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() 129 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add() 195 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask) in crypto_alg_lookup() 207 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask) in crypto_larval_lookup() 249 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup() 287 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops() 311 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local 333 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 366 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() [all …]
|
D | af_alg.c | 27 const struct af_alg_type *type; member 45 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local 62 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type() 92 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type() 113 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release() 155 const struct af_alg_type *type; in alg_bind() local 205 const struct af_alg_type *type = ask->type; in alg_setkey() local 230 const struct af_alg_type *type; in alg_setsockopt() local 269 const struct af_alg_type *type; in af_alg_accept() local
|
D | aead.c | 82 static unsigned int crypto_aead_ctxsize(struct crypto_alg *alg, u32 type, in crypto_aead_ctxsize() 93 static int crypto_init_aead_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_aead_ops() 177 static int crypto_init_nivaead_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_nivaead_ops() 254 const char *name, u32 type, u32 mask) in crypto_grab_nivaead() 273 struct rtattr **tb, u32 type, in aead_geniv_alloc() 396 static int crypto_nivaead_default(struct crypto_alg *alg, u32 type, u32 mask) in crypto_nivaead_default() 471 struct crypto_alg *crypto_lookup_aead(const char *name, u32 type, u32 mask) in crypto_lookup_aead() 506 u32 type, u32 mask) in crypto_grab_aead() 526 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
|
D | algboss.c | 34 } type; member 59 u32 type; member 214 u32 type = param->type; in cryptomgr_test() local 237 u32 type; in cryptomgr_schedule_test() local
|
/linux-4.1.27/include/linux/ |
D | quotaops.h | 75 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 108 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 117 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 123 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 129 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 141 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 152 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() 167 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 172 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 177 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() [all …]
|
D | elfnote.h | 41 #define ELFNOTE_START(name, type, flags) \ argument 55 #define ELFNOTE(name, type, desc) \ argument 71 #define _ELFNOTE(size, name, unique, type, desc) \ argument 91 #define ELFNOTE(size, name, type, desc) \ argument 94 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 95 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
D | firmware-map.h | 32 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 37 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 42 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
D | percpu-defs.h | 85 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 89 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 112 #define DECLARE_PER_CPU(type, name) \ argument 115 #define DEFINE_PER_CPU(type, name) \ argument 122 #define DECLARE_PER_CPU_FIRST(type, name) \ argument 125 #define DEFINE_PER_CPU_FIRST(type, name) \ argument 139 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument 143 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument [all …]
|
D | cryptouser.h | 62 char type[CRYPTO_MAX_NAME]; member 66 char type[CRYPTO_MAX_NAME]; member 72 char type[CRYPTO_MAX_ALG_NAME]; member 79 char type[CRYPTO_MAX_NAME]; member 88 char type[CRYPTO_MAX_NAME]; member 96 char type[CRYPTO_MAX_NAME]; member 100 char type[CRYPTO_MAX_NAME]; member
|
D | profile.h | 57 static inline void profile_hit(int type, void *ip) in profile_hit() 97 static inline void profile_tick(int type) in profile_tick() 102 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() 107 static inline void profile_hit(int type, void *ip) in profile_hit()
|
D | typecheck.h | 8 #define typecheck(type,x) \ argument 19 #define typecheck_fn(type,function) \ argument
|
D | pid.h | 175 #define do_each_pid_task(pid, type, task) \ argument 185 #define while_each_pid_task(pid, type, task) \ argument 191 #define do_each_pid_thread(pid, type, task) \ argument 196 #define while_each_pid_thread(pid, type, task) \ argument
|
D | swap_cgroup.h | 30 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() 35 static inline void swap_cgroup_swapoff(int type) in swap_cgroup_swapoff()
|
D | frontswap.h | 89 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) in frontswap_invalidate_page() 95 static inline void frontswap_invalidate_area(unsigned type) in frontswap_invalidate_area() 101 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
|
D | kfifo.h | 76 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 82 #define STRUCT_KFIFO(type, size) \ argument 85 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 91 #define STRUCT_KFIFO_PTR(type) \ argument 123 #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo argument 131 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument 156 #define DEFINE_KFIFO(fifo, type, size) \ argument
|
D | plist.h | 235 # define plist_first_entry(head, type, member) \ argument 241 # define plist_first_entry(head, type, member) \ argument 252 # define plist_last_entry(head, type, member) \ argument 258 # define plist_last_entry(head, type, member) \ argument
|
/linux-4.1.27/fs/quota/ |
D | quota.c | 21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 50 int type = *(int *)arg; in quota_sync_one() local 57 static int quota_sync_all(int type) in quota_sync_all() 69 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag() 82 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon() 94 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff() 103 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt() 119 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo() 149 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo() 203 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() [all …]
|
D | quota_v1.c | 57 int type = dquot->dq_id.type; in v1_read_dqblk() local 82 short type = dquot->dq_id.type; in v1_commit_dqblk() local 125 static int v1_check_quota_file(struct super_block *sb, int type) in v1_check_quota_file() 157 static int v1_read_file_info(struct super_block *sb, int type) in v1_read_file_info() 182 static int v1_write_file_info(struct super_block *sb, int type) in v1_write_file_info()
|
D | dquot.c | 256 int type = qid.type; in hashfn() local 393 void mark_info_dirty(struct super_block *sb, int type) in mark_info_dirty() 513 static void invalidate_dquots(struct super_block *sb, int type) in invalidate_dquots() 605 int dquot_writeback_dquots(struct super_block *sb, int type) in dquot_writeback_dquots() 656 int dquot_quota_sync(struct super_block *sb, int type) in dquot_quota_sync() 797 struct dquot *dquot_alloc(struct super_block *sb, int type) in dquot_alloc() 803 static struct dquot *get_empty_dquot(struct super_block *sb, int type) in get_empty_dquot() 901 static int dqinit_needed(struct inode *inode, int type) in dqinit_needed() 919 static void add_dquot_ref(struct super_block *sb, int type) in add_dquot_ref() 973 static void remove_inode_dquot_ref(struct inode *inode, int type, in remove_inode_dquot_ref() [all …]
|
D | quota_v2.c | 58 static int v2_read_header(struct super_block *sb, int type, in v2_read_header() 74 static int v2_check_quota_file(struct super_block *sb, int type) in v2_check_quota_file() 89 static int v2_read_file_info(struct super_block *sb, int type) in v2_read_file_info() 154 static int v2_write_file_info(struct super_block *sb, int type) in v2_write_file_info() 301 static int v2_free_file_info(struct super_block *sb, int type) in v2_free_file_info()
|
/linux-4.1.27/drivers/md/ |
D | dm-exception-store.c | 24 struct dm_exception_store_type *type; in __find_exception_store_type() local 35 struct dm_exception_store_type *type; in _get_exception_store_type() local 75 struct dm_exception_store_type *type; in get_type() local 103 static void put_type(struct dm_exception_store_type *type) in put_type() 110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register() 125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister() 197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
|
D | dm-cache-policy.c | 79 int dm_cache_policy_register(struct dm_cache_policy_type *type) in dm_cache_policy_register() 103 void dm_cache_policy_unregister(struct dm_cache_policy_type *type) in dm_cache_policy_unregister() 117 struct dm_cache_policy_type *type; in dm_cache_policy_create() local
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 76 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 77 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 78 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 79 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 80 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 81 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 82 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | paravirt_privop.h | 243 #define PARAVIRT_TYPE(type) \ argument 299 #define PARAVIRT_BR0(op, type) \ argument 307 #define PARAVIRT_BR0_RET(op, type) \ argument 315 #define PARAVIRT_BR1(op, type, arg1) \ argument 324 #define PARAVIRT_BR1_RET(op, type, arg1) \ argument 333 #define PARAVIRT_BR1_VOID(op, type, arg1) \ argument 342 #define PARAVIRT_BR2(op, type, arg1, arg2) \ argument 354 #define PARAVIRT_DEFINE_CPU_OP0(op, type) \ argument 361 #define PARAVIRT_DEFINE_CPU_OP0_RET(op, type) \ argument 369 #define PARAVIRT_DEFINE_CPU_OP1_VOID(op, type) \ argument [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | auto_fs4.h | 38 static inline void set_autofs_type_indirect(unsigned int *type) in set_autofs_type_indirect() 44 static inline unsigned int autofs_type_indirect(unsigned int type) in autofs_type_indirect() 49 static inline void set_autofs_type_direct(unsigned int *type) in set_autofs_type_direct() 55 static inline unsigned int autofs_type_direct(unsigned int type) in autofs_type_direct() 60 static inline void set_autofs_type_offset(unsigned int *type) in set_autofs_type_offset() 66 static inline unsigned int autofs_type_offset(unsigned int type) in autofs_type_offset() 71 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() 81 static inline void set_autofs_type_any(unsigned int *type) in set_autofs_type_any() 87 static inline unsigned int autofs_type_any(unsigned int type) in autofs_type_any()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | insn.c | 268 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask() 329 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate() 353 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate() 384 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register() 422 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size() 469 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm() 500 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm() 564 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg() 590 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg() 622 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_pair() [all …]
|
D | jump_label.c | 26 enum jump_label_type type) in arch_jump_label_transform() 43 enum jump_label_type type) in arch_jump_label_transform_static()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | unistd.h | 9 #define _syscall0(type,name) \ argument 26 #define _syscall1(type,name,type1,arg1) \ argument 43 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 61 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 80 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 101 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 124 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | unistd.h | 9 #define _syscall0(type,name) \ argument 27 #define _syscall1(type,name,type1,arg1) \ argument 45 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 84 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 106 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 130 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
|
/linux-4.1.27/fs/ocfs2/ |
D | quota_global.c | 165 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data, in ocfs2_quota_read() 214 ssize_t ocfs2_quota_write(struct super_block *sb, int type, in ocfs2_quota_write() 336 int ocfs2_global_read_info(struct super_block *sb, int type) in ocfs2_global_read_info() 415 static int __ocfs2_global_write_info(struct super_block *sb, int type) in __ocfs2_global_write_info() 443 int ocfs2_global_write_info(struct super_block *sb, int type) in ocfs2_global_write_info() 456 static int ocfs2_global_qinit_alloc(struct super_block *sb, int type) in ocfs2_global_qinit_alloc() 467 static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type) in ocfs2_calc_global_qinit_credits() 482 int type = dquot->dq_id.type; in __ocfs2_sync_dquot() local 591 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 669 static int ocfs2_calc_qdel_credits(struct super_block *sb, int type) in ocfs2_calc_qdel_credits() [all …]
|
D | sysfile.c | 50 static inline int is_global_system_inode(int type) in is_global_system_inode() 57 int type, in get_local_system_inode() 104 int type, in ocfs2_get_system_file_inode() 139 int type, in _ocfs2_get_system_file_inode()
|
D | quota_local.c | 161 static int ocfs2_local_check_quota_file(struct super_block *sb, int type) in ocfs2_local_check_quota_file() 331 int type; in ocfs2_free_quota_recovery() local 341 int type, in ocfs2_recovery_load_quota() 373 int type; in ocfs2_alloc_quota_recovery() local 398 int type; in ocfs2_begin_quota_recovery() local 460 int type, in ocfs2_recover_local_quota_file() 593 int type; in ocfs2_finish_quota_recovery() local 684 static int ocfs2_local_read_info(struct super_block *sb, int type) in ocfs2_local_read_info() 795 static int ocfs2_local_write_info(struct super_block *sb, int type) in ocfs2_local_write_info() 813 static int ocfs2_local_free_info(struct super_block *sb, int type) in ocfs2_local_free_info() [all …]
|
D | acl.c | 123 int type, in ocfs2_get_acl_nolock() 227 int type, in ocfs2_set_acl() 285 int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ocfs2_iop_set_acl() 290 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type) in ocfs2_iop_get_acl()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | timing.h | 32 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) in kvmppc_set_exit_type() 44 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} in kvmppc_set_exit_type() 48 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit_stat() 103 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit()
|
/linux-4.1.27/include/trace/ |
D | ftrace.h | 70 #define __field(type, item) type item; argument 73 #define __field_ext(type, item, filter_type) type item; argument 76 #define __field_struct(type, item) type item; argument 79 #define __field_struct_ext(type, item, filter_type) type item; argument 82 #define __array(type, item, len) type item[len]; argument 85 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument 156 #define __field(type, item) argument 159 #define __field_ext(type, item, filter_type) argument 162 #define __field_struct(type, item) argument 165 #define __field_struct_ext(type, item, filter_type) argument [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 33 int type; member 308 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 309 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj() 371 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 372 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target() 396 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 397 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator() 422 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet() 423 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
|
/linux-4.1.27/arch/mips/kernel/ |
D | unaligned.c | 110 #define _LoadHW(addr, value, res, type) \ argument 133 #define _LoadW(addr, value, res, type) \ argument 155 #define _LoadW(addr, value, res, type) \ argument 190 #define _LoadHWU(addr, value, res, type) \ argument 215 #define _LoadWU(addr, value, res, type) \ argument 259 #define _LoadWU(addr, value, res, type) \ argument 344 #define _StoreHW(addr, value, res, type) \ argument 368 #define _StoreW(addr, value, res, type) \ argument 410 #define _StoreW(addr, value, res, type) \ argument 489 #define _LoadHW(addr, value, res, type) \ argument [all …]
|
/linux-4.1.27/fs/squashfs/ |
D | xattr.c | 137 int type, prefix, name_size; in squashfs_xattr_get() local 219 const char *name, size_t name_len, int type) in squashfs_user_list() 227 size_t size, int type) in squashfs_user_get() 246 size_t list_size, const char *name, size_t name_len, int type) in squashfs_trusted_list() 257 void *buffer, size_t size, int type) in squashfs_trusted_get() 276 size_t list_size, const char *name, size_t name_len, int type) in squashfs_security_list() 284 void *buffer, size_t size, int type) in squashfs_security_get() 299 static const struct xattr_handler *squashfs_xattr_handler(int type) in squashfs_xattr_handler()
|
/linux-4.1.27/net/ax25/ |
D | ax25_std_in.c | 42 …ic int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine() 106 …ic int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state2_machine() 144 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state3_machine() 269 …state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state4_machine() 422 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
D | ax25_ds_in.c | 35 …tic int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state1_machine() 103 …tic int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_ds_state2_machine() 148 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_ds_state3_machine() 282 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in()
|
/linux-4.1.27/arch/mips/fw/arc/ |
D | memory.c | 66 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() 86 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() 106 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify() 134 long type; in prom_meminit() local
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-access.c | 42 #define RIO_LOP_READ(size,type,len) \ argument 66 #define RIO_LOP_WRITE(size,type,len) \ argument 102 #define RIO_OP_READ(size,type,len) \ argument 126 #define RIO_OP_WRITE(size,type,len) \ argument
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | bootstd.h | 37 #define __bsc_return(type, res) \ argument 48 #define _bsc0(type,name) \ argument 59 #define _bsc1(type,name,atype,a) \ argument 71 #define _bsc2(type,name,atype,a,btype,b) \ argument 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|
D | module.h | 12 enum m68k_fixup_type type; member 28 #define m68k_fixup(type, addr) \ argument
|
/linux-4.1.27/drivers/firmware/ |
D | memmap.c | 42 const char *type; /* type of the memory range */ member 149 const char *type, in firmware_map_add_entry() 225 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list() 252 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry() 269 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem() 288 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 330 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 351 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
/linux-4.1.27/drivers/platform/chrome/ |
D | chromeos_laptop.c | 71 enum i2c_adapter_type type; member 227 static int find_i2c_adapter_num(enum i2c_adapter_type type) in find_i2c_adapter_num() 259 enum i2c_adapter_type type, in add_probed_i2c_device() 275 enum i2c_adapter_type type, in add_i2c_device() 284 static int setup_cyapa_tp(enum i2c_adapter_type type) in setup_cyapa_tp() 294 static int setup_atmel_224s_tp(enum i2c_adapter_type type) in setup_atmel_224s_tp() 307 static int setup_atmel_1664s_ts(enum i2c_adapter_type type) in setup_atmel_1664s_ts() 320 static int setup_isl29018_als(enum i2c_adapter_type type) in setup_isl29018_als() 330 static int setup_tsl2583_als(enum i2c_adapter_type type) in setup_tsl2583_als() 340 static int setup_tsl2563_als(enum i2c_adapter_type type) in setup_tsl2563_als()
|
/linux-4.1.27/arch/arm/kernel/ |
D | jump_label.c | 9 enum jump_label_type type, in __arch_jump_label_transform() 27 enum jump_label_type type) in arch_jump_label_transform() 33 enum jump_label_type type) in arch_jump_label_transform_static()
|
/linux-4.1.27/sound/core/ |
D | sound_oss.c | 46 void *snd_lookup_oss_minor_data(unsigned int minor, int type) in snd_lookup_oss_minor_data() 67 static int snd_oss_kernel_minor(int type, struct snd_card *card, int dev) in snd_oss_kernel_minor() 107 int snd_register_oss_device(int type, struct snd_card *card, int dev, in snd_register_oss_device() 171 int snd_unregister_oss_device(int type, struct snd_card *card, int dev) in snd_unregister_oss_device() 220 static const char *snd_oss_device_type_name(int type) in snd_oss_device_type_name()
|
D | sound.c | 109 void *snd_lookup_minor_data(unsigned int minor, int type) in snd_lookup_minor_data() 189 static int snd_find_free_minor(int type, struct snd_card *card, int dev) in snd_find_free_minor() 212 static int snd_find_free_minor(int type, struct snd_card *card, int dev) in snd_find_free_minor() 260 int snd_register_device(int type, struct snd_card *card, int dev, in snd_register_device() 340 static const char *snd_device_type_name(int type) in snd_device_type_name()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | vvar.h | 27 #define DECLARE_VVAR(offset, type, name) \ argument 34 #define DECLARE_VVAR(offset, type, name) \ argument 39 #define DEFINE_VVAR(type, name) \ argument
|
D | mtrr.h | 63 unsigned int type, bool increment) in mtrr_add() 68 unsigned int type, bool increment) in mtrr_add_page() 105 compat_uint_t type; /* Type of region */ member 112 compat_uint_t type; /* Type of region */ member
|
D | desc.h | 55 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, in pack_gate() 71 static inline void pack_gate(gate_desc *gate, unsigned char type, in pack_gate() 105 #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) argument 130 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) in native_write_gdt_entry() 144 unsigned long limit, unsigned char type, in pack_descriptor() 155 static inline void set_tssldt_descriptor(void *d, unsigned long addr, unsigned type, unsigned size) in set_tssldt_descriptor() 324 static inline void _trace_set_gate(int gate, unsigned type, void *addr, in _trace_set_gate() 341 #define _trace_set_gate(gate, type, addr, dpl, ist, seg) argument 344 static inline void _set_gate(int gate, unsigned type, void *addr, in _set_gate()
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | ioctl.h | 39 #define _IOC(dir,type,nr,size) \ argument 47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 50 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ioctl.h | 38 #define _IOC(dir,type,nr,size) \ argument 44 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 45 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 47 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/linux-4.1.27/net/ceph/crush/ |
D | hash.c | 91 __u32 crush_hash32(int type, __u32 a) in crush_hash32() 101 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2() 111 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() 121 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4() 131 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5() 141 const char *crush_hash_name(int type) in crush_hash_name()
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | qeth.h | 43 struct qeth_arp_entrytype type; member 50 struct qeth_arp_entrytype type; member 56 struct qeth_arp_entrytype type; member 62 struct qeth_arp_entrytype type; member 69 struct qeth_arp_entrytype type; member 75 struct qeth_arp_entrytype type; member 80 struct qeth_arp_entrytype type; member 85 struct qeth_arp_entrytype type; member
|
/linux-4.1.27/net/irda/ |
D | parameters.c | 79 PV_TYPE type, PI_HANDLER func) in irda_insert_no_value() 106 PV_TYPE type, PI_HANDLER func) in irda_extract_no_value() 127 PV_TYPE type, PI_HANDLER func) in irda_insert_integer() 203 PV_TYPE type, PI_HANDLER func) in irda_extract_integer() 287 PV_TYPE type, PI_HANDLER func) in irda_extract_string() 332 PV_TYPE type, PI_HANDLER func) in irda_extract_octseq() 455 int type; in irda_param_insert() local 510 int type; in irda_param_extract() local
|
/linux-4.1.27/fs/9p/ |
D | acl.c | 88 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl() 100 struct posix_acl *v9fs_iop_get_acl(struct inode *inode, int type) in v9fs_iop_get_acl() 117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl() 216 void *buffer, size_t size, int type) in v9fs_remote_get_acl() 234 void *buffer, size_t size, int type) in v9fs_xattr_get_acl() 263 int flags, int type) in v9fs_remote_set_acl() 283 int flags, int type) in v9fs_xattr_set_acl()
|
/linux-4.1.27/kernel/ |
D | pid.c | 300 enum pid_type type; in alloc_pid() local 389 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 395 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 415 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 420 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 429 enum pid_type type) in transfer_pid() 435 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 465 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 477 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() 521 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns()
|
D | kcmp.c | 34 static long kptr_obfuscate(long v, int type) in kptr_obfuscate() 45 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr() 97 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5() argument
|
/linux-4.1.27/include/uapi/sound/ |
D | firewire.h | 14 unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ member 18 unsigned int type; member 23 unsigned int type; member 39 unsigned int type; member 62 unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ member
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | dsmthdat.c | 248 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node() 314 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value() 368 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value() 474 acpi_ds_method_data_delete_value(u8 type, in acpi_ds_method_data_delete_value() 533 acpi_ds_store_object_to_local(u8 type, in acpi_ds_store_object_to_local()
|
D | nssearch.c | 97 acpi_object_type type, in acpi_ns_search_one_scope() 201 acpi_object_type type, in acpi_ns_search_parent_tree() 291 acpi_object_type type, in acpi_ns_search_and_enter()
|
D | utdecode.c | 223 char *acpi_ut_get_type_name(acpi_object_type type) in acpi_ut_get_type_name() 476 const char *acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) in acpi_ut_get_notify_name() 534 u8 acpi_ut_valid_object_type(acpi_object_type type) in acpi_ut_valid_object_type()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-phy-db.c | 116 __le16 type; member 131 __le16 type; member 157 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section() 183 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section() 219 enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section() local 314 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data() 342 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd() 370 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
|
/linux-4.1.27/fs/gfs2/ |
D | acl.c | 30 static const char *gfs2_acl_name(int type) in gfs2_acl_name() 41 struct posix_acl *gfs2_get_acl(struct inode *inode, int type) in gfs2_get_acl() 67 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in gfs2_set_acl()
|
/linux-4.1.27/arch/tile/kernel/ |
D | hvglue_trace.c | 146 #define HV_WRAP0(type, name) \ argument 170 #define HV_WRAPx(x, type, name, ...) \ argument 176 #define HV_WRAP1(type, name, ...) HV_WRAPx(1, type, name, __VA_ARGS__) argument 177 #define HV_WRAP2(type, name, ...) HV_WRAPx(2, type, name, __VA_ARGS__) argument 178 #define HV_WRAP3(type, name, ...) HV_WRAPx(3, type, name, __VA_ARGS__) argument 179 #define HV_WRAP4(type, name, ...) HV_WRAPx(4, type, name, __VA_ARGS__) argument 180 #define HV_WRAP5(type, name, ...) HV_WRAPx(5, type, name, __VA_ARGS__) argument 181 #define HV_WRAP6(type, name, ...) HV_WRAPx(6, type, name, __VA_ARGS__) argument 182 #define HV_WRAP7(type, name, ...) HV_WRAPx(7, type, name, __VA_ARGS__) argument 183 #define HV_WRAP8(type, name, ...) HV_WRAPx(8, type, name, __VA_ARGS__) argument [all …]
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | cmpxchg.h | 9 #define ____xchg(type, args...) __xchg ## type ## _local(args) argument 10 #define ____cmpxchg(type, args...) __cmpxchg ## type ## _local(args) argument 41 #define ____xchg(type, args...) __xchg ##type(args) argument 42 #define ____cmpxchg(type, args...) __cmpxchg ##type(args) argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 47 int type; in osc_quota_chkdq() local 68 #define MD_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_MD_FLUSRQUOTA \ argument 70 #define FL_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_FL_NO_USRQUOTA \ argument 76 int type; in osc_quota_setdq() local 208 int i, type; in osc_quota_setup() local 236 int type; in osc_quota_cleanup() local
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | amd.c | 10 unsigned long *size, mtrr_type *type) in amd_get_mtrr() 59 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr() 95 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in amd_validate_add_page()
|
D | cleanup.c | 40 mtrr_type type; member 71 mtrr_type type; in x86_get_mtrr_mem_range() local 176 unsigned char type, unsigned int address_bits) in set_var_mtrr() 205 unsigned char type) in save_var_mtrr() 215 unsigned char type; in set_var_mtrr_all() local 250 unsigned long range_sizek, unsigned char type) in range_to_mtrr() 532 mtrr_type type; in print_out_mtrr_range_state() local 559 mtrr_type type; in mtrr_need_cleanup() local 682 mtrr_type type; in mtrr_cleanup() local 874 mtrr_type type; in mtrr_trim_uncached_memory() local
|
D | centaur.c | 58 unsigned long *size, mtrr_type * type) in centaur_get_mcr() 74 unsigned long size, mtrr_type type) in centaur_set_mcr() 99 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in centaur_validate_add_page()
|
D | cyrix.c | 14 unsigned long *size, mtrr_type * type) in cyrix_get_arr() 178 unsigned long size, mtrr_type type) in cyrix_set_arr() 238 mtrr_type type; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | jump_label.c | 22 enum jump_label_type type; member 62 enum jump_label_type type, in __jump_label_transform() 93 enum jump_label_type type) in arch_jump_label_transform() 104 enum jump_label_type type) in arch_jump_label_transform_static()
|
/linux-4.1.27/include/linux/iio/ |
D | events.h | 28 type, chan, chan1, chan2) \ argument 45 type, direction) \ argument 56 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
|
/linux-4.1.27/fs/hfsplus/ |
D | xattr_trusted.c | 15 void *buffer, size_t size, int type) in hfsplus_trusted_getxattr() 23 const void *buffer, size_t size, int flags, int type) in hfsplus_trusted_setxattr() 30 size_t list_size, const char *name, size_t name_len, int type) in hfsplus_trusted_listxattr()
|
D | xattr_user.c | 15 void *buffer, size_t size, int type) in hfsplus_user_getxattr() 23 const void *buffer, size_t size, int flags, int type) in hfsplus_user_setxattr() 30 size_t list_size, const char *name, size_t name_len, int type) in hfsplus_user_listxattr()
|
D | xattr_security.c | 17 void *buffer, size_t size, int type) in hfsplus_security_getxattr() 25 const void *buffer, size_t size, int flags, int type) in hfsplus_security_setxattr() 33 size_t list_size, const char *name, size_t name_len, int type) in hfsplus_security_listxattr()
|
D | posix_acl.c | 13 struct posix_acl *hfsplus_get_posix_acl(struct inode *inode, int type) in hfsplus_get_posix_acl() 58 int type) in hfsplus_set_posix_acl()
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_effect.c | 33 #define xoffsetof(type,tag) ((long)(&((type)NULL)->tag) - (long)(NULL)) argument 52 int type; /* byte or word */ member 100 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type) in effect_set_byte() 121 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type) in effect_set_word() 157 struct snd_midi_channel *chan, int type, int val) in snd_emux_send_effect_oss() 178 int type, int val, int mode) in snd_emux_send_effect()
|
/linux-4.1.27/fs/jffs2/ |
D | xattr_trusted.c | 20 void *buffer, size_t size, int type) in jffs2_trusted_getxattr() 29 const void *buffer, size_t size, int flags, int type) in jffs2_trusted_setxattr() 38 size_t list_size, const char *name, size_t name_len, int type) in jffs2_trusted_listxattr()
|
D | xattr_user.c | 20 void *buffer, size_t size, int type) in jffs2_user_getxattr() 29 const void *buffer, size_t size, int flags, int type) in jffs2_user_setxattr() 38 size_t list_size, const char *name, size_t name_len, int type) in jffs2_user_listxattr()
|
D | security.c | 52 void *buffer, size_t size, int type) in jffs2_security_getxattr() 62 const void *buffer, size_t size, int flags, int type) in jffs2_security_setxattr() 72 size_t list_size, const char *name, size_t name_len, int type) in jffs2_security_listxattr()
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | intc-525x.c | 24 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_mask() local 37 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_unmask() local 50 u32 type = irqd_get_trigger_type(d); in intc2_irq_gpio_ack() local
|
/linux-4.1.27/drivers/staging/iio/ |
D | iio_simple_dummy_events.c | 35 enum iio_event_type type, in iio_simple_dummy_read_event_config() 57 enum iio_event_type type, in iio_simple_dummy_write_event_config() 119 enum iio_event_type type, in iio_simple_dummy_read_event_value() 142 enum iio_event_type type, in iio_simple_dummy_write_event_value()
|
/linux-4.1.27/fs/ext2/ |
D | xattr_user.c | 15 const char *name, size_t name_len, int type) in ext2_xattr_user_list() 33 void *buffer, size_t size, int type) in ext2_xattr_user_get() 45 const void *value, size_t size, int flags, int type) in ext2_xattr_user_set()
|
D | xattr_trusted.c | 13 const char *name, size_t name_len, int type) in ext2_xattr_trusted_list() 31 void *buffer, size_t size, int type) in ext2_xattr_trusted_get() 41 const void *value, size_t size, int flags, int type) in ext2_xattr_trusted_set()
|
D | xattr_security.c | 12 const char *name, size_t name_len, int type) in ext2_xattr_security_list() 27 void *buffer, size_t size, int type) in ext2_xattr_security_get() 37 const void *value, size_t size, int flags, int type) in ext2_xattr_security_set()
|
/linux-4.1.27/fs/ext4/ |
D | xattr_user.c | 16 const char *name, size_t name_len, int type) in ext4_xattr_user_list() 34 void *buffer, size_t size, int type) in ext4_xattr_user_get() 46 const void *value, size_t size, int flags, int type) in ext4_xattr_user_set()
|
D | xattr_trusted.c | 17 const char *name, size_t name_len, int type) in ext4_xattr_trusted_list() 35 size_t size, int type) in ext4_xattr_trusted_get() 45 const void *value, size_t size, int flags, int type) in ext4_xattr_trusted_set()
|
D | xattr_security.c | 16 const char *name, size_t name_len, int type) in ext4_xattr_security_list() 32 void *buffer, size_t size, int type) in ext4_xattr_security_get() 42 const void *value, size_t size, int flags, int type) in ext4_xattr_security_set()
|
D | acl.c | 143 ext4_get_acl(struct inode *inode, int type) in ext4_get_acl() 187 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl() 237 ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext4_set_acl()
|
/linux-4.1.27/fs/ext3/ |
D | xattr_trusted.c | 13 const char *name, size_t name_len, int type) in ext3_xattr_trusted_list() 31 void *buffer, size_t size, int type) in ext3_xattr_trusted_get() 41 const void *value, size_t size, int flags, int type) in ext3_xattr_trusted_set()
|
D | xattr_user.c | 13 const char *name, size_t name_len, int type) in ext3_xattr_user_list() 31 size_t size, int type) in ext3_xattr_user_get() 43 const void *value, size_t size, int flags, int type) in ext3_xattr_user_set()
|
D | xattr_security.c | 12 const char *name, size_t name_len, int type) in ext3_xattr_security_list() 28 void *buffer, size_t size, int type) in ext3_xattr_security_get() 38 const void *value, size_t size, int flags, int type) in ext3_xattr_security_set()
|
D | acl.c | 141 ext3_get_acl(struct inode *inode, int type) in ext3_get_acl() 186 __ext3_set_acl(handle_t *handle, struct inode *inode, int type, in __ext3_set_acl() 237 ext3_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext3_set_acl()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | hypfs_diag.c | 84 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size() 92 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar() 100 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags() 108 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus() 143 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size() 151 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus() 159 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name() 204 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size() 212 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx() 220 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr() [all …]
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctmixer.c | 271 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state() 279 enum CTALSA_MIXER_CTL type, unsigned char state) in set_switch_state() 349 enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value); in ct_alsa_mix_volume_get() local 372 enum CT_AMIXER_CTL type = get_amixer_index(kcontrol->private_value); in ct_alsa_mix_volume_put() local 486 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type) in do_line_mic_switch() 527 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state) in do_switch() 587 enum CTALSA_MIXER_CTL type = kcontrol->private_value; in ct_alsa_mix_switch_get() local 598 enum CTALSA_MIXER_CTL type = kcontrol->private_value; in ct_alsa_mix_switch_put() local 740 enum CTALSA_MIXER_CTL type; in ct_mixer_kcontrols_create() local 813 ct_mixer_recording_select(struct ct_mixer *mixer, enum CT_AMIXER_CTL type) in ct_mixer_recording_select() [all …]
|
/linux-4.1.27/include/xen/interface/io/ |
D | kbdif.h | 49 uint8_t type; /* XENKBD_TYPE_MOTION */ member 56 uint8_t type; /* XENKBD_TYPE_KEY */ member 62 uint8_t type; /* XENKBD_TYPE_POS */ member 71 uint8_t type; member 89 uint8_t type; member
|
D | fbif.h | 45 uint8_t type; /* XENFB_TYPE_UPDATE */ member 59 uint8_t type; /* XENFB_TYPE_RESIZE */ member 70 uint8_t type; member 86 uint8_t type; member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | tables_phy_ht.c | 621 u32 type, value; in b43_httab_read() local 653 u32 type; in b43_httab_read_bulk() local 687 u32 type; in b43_httab_write() local 718 u32 type, value; in b43_httab_write_few() local 763 u32 type, value; in b43_httab_write_bulk() local
|
D | tables_phy_lcn.c | 472 u32 type, value; in b43_lcntab_read() local 503 u32 type; in b43_lcntab_read_bulk() local 540 u32 type; in b43_lcntab_write() local 571 u32 type, value; in b43_lcntab_write_bulk() local
|
/linux-4.1.27/arch/mips/include/asm/ |
D | io.h | 311 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 381 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 416 #define __BUILD_MEMORY_PFX(bus, bwlq, type) \ argument 420 #define BUILDIO_MEM(bwlq, type) \ argument 431 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ in BUILDIO_MEM() argument 435 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() argument 446 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument 486 #define __BUILD_MEMORY_STRING(bwlq, type) \ in BUILDIO_MEM() argument 510 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument 534 #define BUILDSTRING(bwlq, type) \ argument
|
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirtentry.S | 38 #define BRANCH(targ, reg, breg, type) \ argument 48 #define BRANCH_PROC(sym, reg, breg, type) \ argument 54 #define BRANCH_PROC_UNWINFO(sym, reg, breg, type) \ argument
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_reg.h | 77 #define ASD_READ_OCM(type, ord, S) \ argument 91 #define ASD_WRITE_OCM(type, ord, S) \ argument 104 #define ASD_DDBSITE_READ(type, ord) \ argument 130 #define ASD_DDBSITE_WRITE(type, ord) \ argument 157 #define ASD_SCBSITE_READ(type, ord) \ argument 183 #define ASD_SCBSITE_WRITE(type, ord) \ argument
|
D | aic94xx_reg.c | 126 #define ASD_READ_SW(ww, type, ord) \ argument 135 #define ASD_WRITE_SW(ww, type, ord) \ argument 215 #define ASD_WRITE_REG(type, ord) \ argument 265 #define ASD_READ_REG(type, ord) \ argument
|
/linux-4.1.27/mm/ |
D | frontswap.c | 164 void __frontswap_init(unsigned type, unsigned long *map) in __frontswap_init() 220 int type = swp_type(entry); in __frontswap_store() local 268 int type = swp_type(entry); in __frontswap_load() local 294 void __frontswap_invalidate_page(unsigned type, pgoff_t offset) in __frontswap_invalidate_page() 314 void __frontswap_invalidate_area(unsigned type) in __frontswap_invalidate_area() 381 int *type) in __frontswap_shrink()
|
D | memblock.c | 63 memblock_type_name(struct memblock_type *type) in memblock_type_name() 88 static long __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region() 259 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region() 320 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array() 428 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions() 465 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region() 498 int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range() 619 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range() 679 int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range() 716 struct memblock_type *type = &memblock.reserved; in memblock_reserve_region() local [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | uuid-tree.c | 26 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key() 35 u8 type, u64 subid) in btrfs_uuid_tree_lookup() 94 struct btrfs_root *uuid_root, u8 *uuid, u8 type, in btrfs_uuid_tree_add() 158 struct btrfs_root *uuid_root, u8 *uuid, u8 type, in btrfs_uuid_tree_rem() 238 static int btrfs_uuid_iter_rem(struct btrfs_root *uuid_root, u8 *uuid, u8 type, in btrfs_uuid_iter_rem()
|
D | acl.c | 31 struct posix_acl *btrfs_get_acl(struct inode *inode, int type) in btrfs_get_acl() 76 struct inode *inode, struct posix_acl *acl, int type) in __btrfs_set_acl() 126 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 79 #define __BUILD_MEMORY_SINGLE(pfx, bwl, type) \ argument 107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument 137 #define __BUILD_MEMORY_PFX(bus, bwl, type) \ argument 140 #define BUILDIO_MEM(bwl, type) \ argument 144 #define __BUILD_IOPORT_PFX(bus, bwl, type) \ argument 148 #define BUILDIO_IOPORT(bwl, type) \ argument 176 #define __BUILD_MEMORY_STRING(bwl, type) \ in BUILDIO_MEM() argument 195 #define __BUILD_IOPORT_STRING(bwl, type) \ argument 214 #define BUILDSTRING(bwl, type) \ argument
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | queue.h | 107 #define SLIST_HEAD(name, type) \ argument 115 #define SLIST_ENTRY(type) \ argument 148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 168 #define STAILQ_HEAD(name, type) \ argument 177 #define STAILQ_ENTRY(type) \ argument 221 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 249 #define LIST_HEAD(name, type) \ argument 257 #define LIST_ENTRY(type) \ argument 314 #define TAILQ_HEAD(name, type) \ argument 323 #define TAILQ_ENTRY(type) \ argument [all …]
|
/linux-4.1.27/kernel/events/ |
D | hw_breakpoint.c | 64 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() 100 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned() 117 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 146 enum bp_type_idx type) in fetch_bp_busy_slots() 185 enum bp_type_idx type, int weight) in toggle_bp_task_slot() 203 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot() 283 enum bp_type_idx type; in __reserve_bp_slot() local 329 enum bp_type_idx type; in __release_bp_slot() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 33 u8 type; member 139 pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len) in pll_map_reg() 181 pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len) in pll_map_type() 223 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
|
/linux-4.1.27/include/acpi/ |
D | acpixf.h | 69 #define ACPI_GLOBAL(type,name) \ argument 73 #define ACPI_INIT_GLOBAL(type,name,value) \ argument 78 #define ACPI_GLOBAL(type,name) \ argument 83 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
|
/linux-4.1.27/fs/jfs/ |
D | acl.c | 30 struct posix_acl *jfs_get_acl(struct inode *inode, int type) in jfs_get_acl() 75 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl() 122 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jfs_set_acl()
|
/linux-4.1.27/fs/ |
D | posix_acl.c | 24 struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type() 37 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() 52 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() 58 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl() 71 void forget_cached_acl(struct inode *inode, int type) in forget_cached_acl() 99 struct posix_acl *get_acl(struct inode *inode, int type) in get_acl() 772 void *value, size_t size, int type) in posix_acl_xattr_get() 796 const void *value, size_t size, int flags, int type) in posix_acl_xattr_set() 832 const char *name, size_t name_len, int type) in posix_acl_xattr_list() 871 int simple_set_acl(struct inode *inode, struct posix_acl *acl, int type) in simple_set_acl()
|
/linux-4.1.27/arch/metag/mm/ |
D | highmem.c | 44 int type; in kmap_atomic() local 66 int idx, type; in __kunmap_atomic() local 96 int type; in kmap_atomic_pfn() local
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | reg_rdwr.h | 9 #define REG_READ(type, addr) (*((volatile type *) (addr))) argument 13 #define REG_WRITE(type, addr, val) \ argument
|
/linux-4.1.27/arch/m68k/mm/ |
D | sun3kmap.c | 31 unsigned long type) in do_page_mapin() 49 unsigned long type, int pages) in do_pmeg_mapin() 64 unsigned long type) in sun3_ioremap()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | emulated_ops.h | 65 #define __PPC_WARN_EMULATED(type) \ argument 74 #define __PPC_WARN_EMULATED(type) do { } while (0) argument 78 #define PPC_WARN_EMULATED(type, regs) \ argument 85 #define PPC_WARN_ALIGNMENT(type, regs) \ argument
|
/linux-4.1.27/arch/arm/mm/ |
D | highmem.c | 60 int type; in kmap_atomic() local 104 int idx, type; in __kunmap_atomic() local 130 int idx, type; in kmap_atomic_pfn() local
|
/linux-4.1.27/fs/logfs/ |
D | journal.c | 165 u16 type, len, datalen; in __read_je_header() local 227 u16 type, datalen; in read_je() local 422 u16 type, u8 compr) in __logfs_write_header() 438 struct logfs_journal_header *jh, size_t datalen, u16 type) in logfs_write_header() 451 u16 *type, size_t *len) in logfs_write_erasecount() 516 u16 *type, size_t *len) in __logfs_write_anchor() 536 u16 *type, size_t *len) in logfs_write_dynsb() 575 u16 *type, size_t *len) in logfs_write_area() 594 u16 *type, size_t *len) in logfs_write_commit() 603 static size_t __logfs_write_je(struct super_block *sb, void *buf, u16 type, in __logfs_write_je() [all …]
|
/linux-4.1.27/drivers/iio/adc/ |
D | xilinx-xadc-events.c | 117 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_read_event_config() 126 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_write_event_config() 165 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_read_event_value() 189 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_write_event_value()
|
/linux-4.1.27/drivers/acpi/ |
D | event.c | 27 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) in acpi_notifier_call_chain() 57 u32 type; member 96 u8 type, int data) in acpi_bus_generate_netlink_event() 155 u8 type, int data) in acpi_bus_generate_netlink_event()
|
D | glue.c | 36 int register_acpi_bus_type(struct acpi_bus_type *type) in register_acpi_bus_type() 51 int unregister_acpi_bus_type(struct acpi_bus_type *type) in unregister_acpi_bus_type() 289 struct acpi_bus_type *type = acpi_get_bus_type(dev); in acpi_platform_notify() local 334 struct acpi_bus_type *type; in acpi_platform_notify_remove() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | jump_label.c | 40 enum jump_label_type type, in __jump_label_transform() 106 enum jump_label_type type) in arch_jump_label_transform() 122 enum jump_label_type type) in arch_jump_label_transform_static()
|
D | nmi.c | 87 #define nmi_to_desc(type) (&nmi_desc[type]) argument 113 static int nmi_handle(unsigned int type, struct pt_regs *regs, bool b2b) in nmi_handle() 151 int __register_nmi_handler(unsigned int type, struct nmiaction *action) in __register_nmi_handler() 186 void unregister_nmi_handler(unsigned int type, const char *name) in unregister_nmi_handler()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.h | 33 enum v4l2_buf_type type) in fimc_isp_video_device_register() 39 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 254 enum ovl_path_type type) in ovl_need_xattr_filter() 266 enum ovl_path_type type = ovl_path_real(dentry, &realpath); in ovl_getxattr() local 277 enum ovl_path_type type = ovl_path_real(dentry, &realpath); in ovl_listxattr() local 310 enum ovl_path_type type = ovl_path_real(dentry, &realpath); in ovl_removexattr() local 339 static bool ovl_open_need_copy_up(int flags, enum ovl_path_type type, in ovl_open_need_copy_up() 358 enum ovl_path_type type; in ovl_d_select_inode() local
|
D | overlayfs.h | 20 #define OVL_TYPE_UPPER(type) ((type) & __OVL_PATH_UPPER) argument 21 #define OVL_TYPE_MERGE(type) ((type) & __OVL_PATH_MERGE) argument 22 #define OVL_TYPE_PURE_UPPER(type) ((type) & __OVL_PATH_PURE) argument 23 #define OVL_TYPE_MERGE_OR_LOWER(type) \ argument
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 161 static void ivtv_stream_init(struct ivtv *itv, int type) in ivtv_stream_init() 191 static int ivtv_prep_dev(struct ivtv *itv, int type) in ivtv_prep_dev() 254 int type; in ivtv_streams_setup() local 277 static int ivtv_reg_dev(struct ivtv *itv, int type) in ivtv_reg_dev() 329 int type; in ivtv_streams_register() local 347 int type; in ivtv_streams_cleanup() local
|
/linux-4.1.27/arch/um/os-Linux/ |
D | aio.c | 18 enum aio_type type; member 66 static int do_aio(aio_context_t ctx, enum aio_type type, int fd, char *buf, in do_aio() 265 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_26() 294 static int submit_aio_26(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_26() 361 static int submit_aio_24(enum aio_type type, int io_fd, char *buf, int len, in submit_aio_24() 381 int submit_aio(enum aio_type type, int io_fd, char *buf, int len, in submit_aio()
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.c | 28 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 36 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 45 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 136 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 510 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 562 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2() 854 static void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr *… in expr_extract_eq() 883 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
|
D | menu.c | 112 void menu_set_type(int type) in menu_set_type() 128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 523 enum prop_type type; in menu_get_parent_menu() local
|
/linux-4.1.27/security/tomoyo/ |
D | network.c | 285 u8 type; in tomoyo_write_inet_network() local 330 u8 type; in tomoyo_write_unix_network() local 471 const u8 type = tomoyo_inet2mac[address->protocol][address->operation]; in tomoyo_inet_entry() local 546 const u8 type = tomoyo_unix2mac[address->protocol][address->operation]; in tomoyo_unix_entry() local 649 const unsigned int type = sock->type; in tomoyo_socket_listen_permission() local 685 const unsigned int type = sock->type; in tomoyo_socket_connect_permission() local 722 const unsigned int type = sock->type; in tomoyo_socket_bind_permission() local 757 const unsigned int type = sock->type; in tomoyo_socket_sendmsg_permission() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | domain.h | 58 #define domain_val(dom,type) ((type) << (2*(dom))) argument 71 #define modify_domain(dom,type) \ argument 82 static inline void modify_domain(unsigned dom, unsigned type) { } in modify_domain()
|
/linux-4.1.27/net/llc/ |
D | llc_input.c | 42 void llc_add_pack(int type, void (*handler)(struct llc_sap *sap, in llc_add_pack() 50 void llc_remove_pack(int type) in llc_remove_pack() 77 int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */ in llc_pdu_type() local
|
/linux-4.1.27/net/tipc/ |
D | name_table.c | 102 u32 type; member 120 static struct publication *publ_create(u32 type, u32 lower, u32 upper, in publ_create() 154 static struct name_seq *tipc_nameseq_create(u32 type, struct hlist_head *seq_head) in tipc_nameseq_create() 234 u32 type, u32 lower, in tipc_nameseq_insert_publ() 455 static struct name_seq *nametbl_find_seq(struct net *net, u32 type) in nametbl_find_seq() 470 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type, in tipc_nametbl_insert_publ() 498 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type, in tipc_nametbl_remove_publ() 534 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, in tipc_nametbl_translate() 622 int tipc_nametbl_mc_translate(struct net *net, u32 type, u32 lower, u32 upper, in tipc_nametbl_mc_translate() 663 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower, in tipc_nametbl_publish() [all …]
|
/linux-4.1.27/arch/microblaze/mm/ |
D | highmem.c | 38 int idx, type; in kmap_atomic_prot() local 62 int type; in __kunmap_atomic() local
|
/linux-4.1.27/net/core/ |
D | timestamping.c | 39 unsigned int type; in skb_clone_tx_timestamp() local 61 unsigned int type; in skb_defer_rx_timestamp() local
|
/linux-4.1.27/arch/powerpc/mm/ |
D | highmem.c | 35 int idx, type; in kmap_atomic_prot() local 58 int type; in __kunmap_atomic() local
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_sctp.h | 38 #define bytes(type) (sizeof(type) * 8) argument 40 #define SCTP_CHUNKMAP_SET(chunkmap, type) \ argument 46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument 52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument
|
/linux-4.1.27/fs/hfs/ |
D | catalog.c | 66 hfs_cat_rec *rec, int type, in hfs_cat_build_thread() 183 int res, len, type; in hfs_cat_find_brec() local 218 int res, type; in hfs_cat_delete() local 285 int entry_size, type; in hfs_cat_move() local
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmconvert.c | 78 struct dlm_lock *lock, int flags, int type) in dlmconvert_master() 122 int type, int *call_ast, in __dlmconvert_master() 262 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote() 366 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request()
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | setup-usb-phy.c | 77 int s5p_usb_phy_init(struct platform_device *pdev, int type) in s5p_usb_phy_init() 85 int s5p_usb_phy_exit(struct platform_device *pdev, int type) in s5p_usb_phy_exit()
|
/linux-4.1.27/drivers/media/tuners/ |
D | tuner-xc2028.c | 80 unsigned int type; member 88 unsigned int type; member 179 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq() 343 __u32 type, size; in load_all_firmwares() local 432 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware() 540 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() 651 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode() 715 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() 1012 unsigned int type, in generic_set_freq() 1163 unsigned int type=0; in xc2028_set_analog_freq() local [all …]
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozprotocol.h | 26 u8 type; member 153 u8 type; member 187 u8 type; member 218 u8 type; member 229 u8 type; member 239 u8 type; member 247 u8 type; member 255 u8 type; member 263 u8 type; member 272 u8 type; member [all …]
|
/linux-4.1.27/arch/frv/mm/ |
D | highmem.c | 43 int type; in kmap_atomic() local 71 int type = kmap_atomic_idx(); in __kunmap_atomic() local
|
/linux-4.1.27/drivers/mtd/chips/ |
D | gen_probe.c | 170 int nr_chips, type; in genprobe_new_chip() local 203 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in cfi_cmdset_unknown() local 233 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in check_cmd_set() local
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_transport.c | 33 const char *usnic_transport_to_str(enum usnic_transport_type type) in usnic_transport_to_str() 71 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num) in usnic_transport_rsrv_port() 104 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num) in usnic_transport_unrsrv_port()
|
D | usnic_vnic.h | 46 enum usnic_vnic_res_type type; member 54 enum usnic_vnic_res_type type; member 62 enum usnic_vnic_res_type type; member
|
/linux-4.1.27/tools/firewire/ |
D | list.h | 46 #define list_entry(link, type, member) \ argument 49 #define list_head(list, type, member) \ argument 52 #define list_tail(list, type, member) \ argument
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_extend.c | 124 static void update_alloc_size(struct nf_ct_ext_type *type) in update_alloc_size() 160 int nf_ct_extend_register(struct nf_ct_ext_type *type) in nf_ct_extend_register() 183 void nf_ct_extend_unregister(struct nf_ct_ext_type *type) in nf_ct_extend_unregister()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_vic.c | 27 const u8 type) in vic_provinfo_alloc() 50 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, in vic_provinfo_add_tlv()
|
/linux-4.1.27/lib/ |
D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type) \ argument 23 #define DEFINE_TEST_OK(type, test) \ argument 26 #define TEST_FAIL(fn, type, fmt, test) \ argument 45 #define TEST_OK(fn, type, fmt, test) \ argument
|
/linux-4.1.27/fs/ceph/ |
D | acl.c | 33 int type, struct posix_acl *acl) in ceph_set_cached_acl() 43 struct posix_acl *ceph_get_acl(struct inode *inode, int type) in ceph_get_acl() 84 int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ceph_set_acl()
|
/linux-4.1.27/arch/sparc/mm/ |
D | highmem.c | 54 long idx, type; in kmap_atomic() local 90 int type; in __kunmap_atomic() local
|
/linux-4.1.27/fs/cifs/ |
D | cifs_debug.h | 52 #define cifs_dbg(type, fmt, ...) \ argument 69 #define cifs_dbg(type, fmt, ...) \ argument
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 83 unsigned int type; member 126 const struct mem_type *get_mem_type(unsigned int type) in get_mem_type() 165 const struct mem_type *type) in alloc_init_pte() 176 const struct mem_type *type) in alloc_init_section() 211 const struct mem_type *type; in create_mapping() local
|
/linux-4.1.27/drivers/iio/common/ssp_sensors/ |
D | ssp_dev.c | 214 u32 ssp_get_sensor_delay(struct ssp_data *data, enum ssp_sensor_type type) in ssp_get_sensor_delay() 228 int ssp_enable_sensor(struct ssp_data *data, enum ssp_sensor_type type, in ssp_enable_sensor() 290 int ssp_change_delay(struct ssp_data *data, enum ssp_sensor_type type, in ssp_change_delay() 321 int ssp_disable_sensor(struct ssp_data *data, enum ssp_sensor_type type) in ssp_disable_sensor() 516 void ssp_register_consumer(struct iio_dev *indio_dev, enum ssp_sensor_type type) in ssp_register_consumer()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.h | 167 enum iwl_table_type type; member 177 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument 179 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument 180 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument 181 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument 182 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument 183 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type)) argument 184 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || is_type_vht_mimo2(type)) argument 185 #define is_type_mimo(type) (is_type_mimo2(type)) argument 186 #define is_type_ht(type) (is_type_ht_siso(type) || is_type_ht_mimo2(type)) argument [all …]
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | flat.c | 21 int type = (relval >> 26) & 7; in bfin_get_addr_from_rp() local 65 int type = (relval >> 26) & 7; in bfin_put_addr_at_rp() local
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_log.h | 22 u_int8_t type; member 47 enum nf_log_type type; member 68 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument
|
/linux-4.1.27/drivers/staging/iio/cdc/ |
D | ad7150.c | 127 const struct iio_chan_spec *chan, enum iio_event_type type, in ad7150_read_event_config() 163 unsigned int chan, enum iio_event_type type, in ad7150_write_event_params() 215 const struct iio_chan_spec *chan, enum iio_event_type type, in ad7150_write_event_config() 283 enum iio_event_type type, in ad7150_read_event_value() 309 enum iio_event_type type, in ad7150_write_event_value() 380 enum iio_event_type type; in ad7150_store_timeout() local 416 #define AD7150_TIMEOUT(chan, type, dir, ev_type, ev_dir) \ argument
|
/linux-4.1.27/drivers/char/agp/ |
D | i460-agp.c | 294 off_t pg_start, int type) in i460_insert_memory_small_io_page() 337 off_t pg_start, int type) in i460_remove_memory_small_io_page() 401 off_t pg_start, int type) in i460_insert_memory_large_io_page() 462 off_t pg_start, int type) in i460_remove_memory_large_io_page() 501 off_t pg_start, int type) in i460_insert_memory() 510 off_t pg_start, int type) in i460_remove_memory() 549 dma_addr_t addr, int type) in i460_mask_memory()
|
/linux-4.1.27/fs/f2fs/ |
D | acl.c | 165 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type, in __f2fs_get_acl() 199 struct posix_acl *f2fs_get_acl(struct inode *inode, int type) in f2fs_get_acl() 204 static int __f2fs_set_acl(struct inode *inode, int type, in __f2fs_set_acl() 254 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl()
|
D | segment.c | 644 static void __set_sit_entry_type(struct f2fs_sb_info *sbi, int type, in __set_sit_entry_type() 725 static void __add_sum_entry(struct f2fs_sb_info *sbi, int type, in __add_sum_entry() 782 static int is_next_segment_free(struct f2fs_sb_info *sbi, int type) in is_next_segment_free() 886 static void reset_curseg(struct f2fs_sb_info *sbi, int type, int modified) in reset_curseg() 909 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() 965 static void change_curseg(struct f2fs_sb_info *sbi, int type, bool reuse) in change_curseg() 994 static int get_ssr_segment(struct f2fs_sb_info *sbi, int type) in get_ssr_segment() 1016 int type, bool force) in allocate_segment_by_default() 1034 static void __allocate_new_segments(struct f2fs_sb_info *sbi, int type) in __allocate_new_segments() 1094 static bool __has_curseg_space(struct f2fs_sb_info *sbi, int type) in __has_curseg_space() [all …]
|
/linux-4.1.27/arch/sparc/lib/ |
D | csum_copy.S | 25 #define LOAD(type,addr,dest) type [addr], dest argument 29 #define STORE(type,src,addr) type src, [addr] argument
|
D | NG4memcpy.S | 61 #define LOAD(type,addr,dest) type [addr], dest argument 66 #define STORE(type,src,addr) type src, [addr] argument 68 #define STORE(type,src,addr) type##a src, [addr] %asi argument
|
D | NGmemcpy.S | 43 #define LOAD(type,addr,dest) type [addr], dest argument 45 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest argument 55 #define STORE(type,src,addr) type src, [addr] argument
|
D | GENmemcpy.S | 25 #define LOAD(type,addr,dest) type [addr], dest argument 29 #define STORE(type,src,addr) type src, [addr] argument
|
/linux-4.1.27/drivers/hwmon/ |
D | ibmpowernv.c | 75 enum sensors type; member 196 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name() 222 enum sensors type, u32 *index) in parse_opal_node_name() 241 enum sensors type; in get_sensor_type() local 287 enum sensors type; in populate_attr_groups() local 355 enum sensors type; in create_device_attrs() local
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | unistd.h | 106 #define _syscall0(type,name) \ argument 112 #define _syscall1(type,name,type1,arg1) \ argument 118 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 124 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 130 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|
/linux-4.1.27/sound/usb/line6/ |
D | pcm.c | 153 struct line6_pcm_stream *pstr, int type) in line6_buffer_acquire() 169 struct line6_pcm_stream *pstr, int type) in line6_buffer_release() 182 int type) in line6_stream_start() 206 int type) in line6_stream_stop() 283 int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int type) in line6_pcm_acquire() 311 void line6_pcm_release(struct snd_line6_pcm *line6pcm, int type) in line6_pcm_release()
|
/linux-4.1.27/net/ipv6/ |
D | icmp.c | 87 u8 type, u8 code, int offset, __be32 info) in icmpv6_err() 172 static bool icmpv6_xrlim_allow(struct sock *sk, u8 type, in icmpv6_xrlim_allow() 282 uint8_t type; member 390 static void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmp6_send() 627 void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info) in icmpv6_notify() 681 u8 type; in icmpv6_rcv() local 814 u8 type, in icmpv6_flow_init() 960 int icmpv6_err_convert(u8 type, u8 code, int *err) in icmpv6_err_convert()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | u_f.h | 23 #define vla_item(groupname, type, name, n) \ argument 32 #define vla_item_with_sz(groupname, type, name, n) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | M0203.h | 5 u8 type; member 19 u8 type; member
|
/linux-4.1.27/tools/perf/util/ |
D | map.c | 125 void map__init(struct map *map, enum map_type type, in map__init() 145 enum map_type type, struct thread *thread) in map__new() 210 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() 498 int type; in map_groups__flush() local 519 enum map_type type, u64 addr, in map_groups__find_symbol() 536 enum map_type type, in map_groups__find_symbol_by_name() 574 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, in __map_groups__fprintf_maps() 602 enum map_type type, FILE *fp) in __map_groups__fprintf_removed_maps() 706 struct map_groups *parent, enum map_type type) in map_groups__clone()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | mtrr.h | 41 unsigned int type; /* Type of region */ member 48 unsigned int type; /* Type of region */ member 56 __u32 type; /* Type of region */ member 63 __u32 type; /* Type of region */ member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 254 #define container_of(ptr, type, member) \ argument 261 #define list_entry(ptr, type, member) \ argument 276 #define list_first_entry(ptr, type, member) \ argument 291 #define list_last_entry(ptr, type, member) \ argument
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy.c | 26 enum usb_phy_type type) in __usb_find_phy() 100 struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type) in devm_usb_get_phy() 129 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy() 337 int usb_add_phy(struct usb_phy *x, enum usb_phy_type type) in usb_add_phy()
|
/linux-4.1.27/include/sound/ |
D | jack.h | 77 int type; member 97 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() 109 enum snd_jack_types type, in snd_jack_set_key()
|
/linux-4.1.27/security/apparmor/ |
D | audit.c | 153 void aa_audit_msg(int type, struct common_audit_data *sa, in aa_audit_msg() 172 int aa_audit(int type, struct aa_profile *profile, gfp_t gfp, in aa_audit()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 252 static struct intel_uncore_box *uncore_alloc_box(struct intel_uncore_type *type, int node) in uncore_alloc_box() 330 struct intel_uncore_type *type = box->pmu->type; in uncore_get_event_constraint() local 713 static void __init uncore_type_exit(struct intel_uncore_type *type) in uncore_type_exit() 732 static int __init uncore_type_init(struct intel_uncore_type *type) in uncore_type_init() 809 struct intel_uncore_type *type; in uncore_pci_probe() local 974 struct intel_uncore_type *type; in uncore_cpu_dying() local 993 struct intel_uncore_type *type; in uncore_cpu_starting() local 1036 struct intel_uncore_type *type; in uncore_cpu_prepare() local 1063 struct intel_uncore_type *type; in uncore_change_context() local 1239 struct intel_uncore_type *type; in uncore_pmus_register() local
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit.h | 34 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument 52 #define A64_BRANCH(offset, type) aarch64_insn_gen_branch_imm(0, offset, \ argument 62 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ argument 76 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument 86 #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \ argument 96 #define A64_BITFIELD(sf, Rd, Rn, immr, imms, type) \ argument 119 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument 130 #define A64_ADDSUB_SREG(sf, Rd, Rn, Rm, type) \ argument 143 #define A64_DATA1(sf, Rd, Rn, type) aarch64_insn_gen_data1(Rd, Rn, \ argument 152 #define A64_DATA2(sf, Rd, Rn, Rm, type) aarch64_insn_gen_data2(Rd, Rn, Rm, \ argument [all …]
|
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 309 struct type *type; member 654 struct token *type; member 675 struct type { struct 685 static struct type *type_list; argument 704 const struct type *type = *ti; in type_finder() local 780 struct type *type; in parse() local 809 static struct element *alloc_elem(struct token *type) in alloc_elem()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-streams.c | 255 static void cx18_stream_init(struct cx18 *cx, int type) in cx18_stream_init() 312 static int cx18_prep_dev(struct cx18 *cx, int type) in cx18_prep_dev() 389 int type, ret; in cx18_streams_setup() local 411 static int cx18_reg_dev(struct cx18 *cx, int type) in cx18_reg_dev() 481 int type; in cx18_streams_register() local 504 int type; in cx18_streams_cleanup() local
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | highmem.h | 76 int idx, type; in kmap_atomic() local 97 int type; in __kunmap_atomic() local
|
/linux-4.1.27/fs/nfs/ |
D | nfs3acl.c | 14 struct posix_acl *nfs3_get_acl(struct inode *inode, int type) in nfs3_get_acl() 214 int nfs3_set_acl(struct inode *inode, struct posix_acl *acl, int type) in nfs3_set_acl() 256 nfs3_list_one_acl(struct inode *inode, int type, const char *name, void *data, in nfs3_list_one_acl()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_acl.c | 122 xfs_get_acl(struct inode *inode, int type) in xfs_get_acl() 178 __xfs_set_acl(struct inode *inode, int type, struct posix_acl *acl) in __xfs_set_acl() 275 xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in xfs_set_acl()
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebt_802_3.h | 34 __be16 type; member 42 __be16 type; member 58 __be16 type; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_rmtacl.c | 182 static struct eacl_entry *ee_alloc(pid_t key, struct lu_fid *fid, int type, in ee_alloc() 212 struct lu_fid *fid, int type) in __et_search_del() 231 struct lu_fid *fid, int type) in et_search_del() 254 int ee_add(struct eacl_table *et, pid_t key, struct lu_fid *fid, int type, in ee_add()
|
/linux-4.1.27/net/ethernet/ |
D | eth.c | 79 unsigned short type, in eth_header() 222 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache() 401 __be16 type; in eth_gro_receive() local 451 __be16 type = eh->h_proto; in eth_gro_complete() local
|