/include/linux/ |
D | kconfig.h | 50 #define IS_BUILTIN(option) __is_defined(option) argument 57 #define IS_MODULE(option) __is_defined(option##_MODULE) argument 65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument 66 __and(IS_MODULE(option), __is_defined(MODULE))) 73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
|
D | compiler_types.h | 352 #define __diag_ignore(compiler, version, option, comment) \ argument 353 __diag_ ## compiler(version, ignore, option) 354 #define __diag_warn(compiler, version, option, comment) \ argument 355 __diag_ ## compiler(version, warn, option) 356 #define __diag_error(compiler, version, option, comment) \ argument 357 __diag_ ## compiler(version, error, option)
|
D | scc.h | 63 char option; member
|
D | if_team.h | 305 const struct team_option *option, 308 const struct team_option *option,
|
D | rtsx_pci.h | 1167 ((cr)->option.dev_flags |= (flag)) 1169 ((cr)->option.dev_flags &= ~(flag)) 1171 ((cr)->option.dev_flags & (flag)) 1176 struct rtsx_cr_option option; member
|
D | security.h | 165 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, 318 int security_add_mnt_opt(const char *option, const char *val, 439 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, 718 static inline int security_add_mnt_opt(const char *option, const char *val, in security_add_mnt_opt() argument 1194 static inline int security_task_prctl(int option, unsigned long arg2, in security_task_prctl() argument 1199 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
|
D | kernel.h | 228 extern bool parse_option_str(const char *str, const char *option);
|
D | lsm_hook_defs.h | 81 LSM_HOOK(int, 0, sb_add_mnt_opt, const char *option, const char *val, 227 LSM_HOOK(int, -ENOSYS, task_prctl, int option, unsigned long arg2,
|
D | fb.h | 635 extern int fb_get_options(const char *name, char **option);
|
D | compat.h | 790 asmlinkage long compat_sys_keyctl(u32 option,
|
D | syscalls.h | 770 asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, 1165 asmlinkage long sys_sysfs(int option,
|
/include/net/ |
D | bond_options.h | 104 int __bond_opt_set(struct bonding *bond, unsigned int option, 106 int __bond_opt_set_notify(struct bonding *bond, unsigned int option, 108 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf); 112 const struct bond_option *bond_opt_get(unsigned int option); 114 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
|
D | calipso.h | 60 bool calipso_validate(const struct sk_buff *skb, const unsigned char *option); 71 const unsigned char *option) in calipso_validate() argument
|
D | cipso_ipv4.h | 200 int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option); 268 unsigned char **option) in cipso_v4_validate() argument 270 unsigned char *opt = *option; in cipso_v4_validate() 300 *option = opt + err_offset; in cipso_v4_validate()
|
D | sock.h | 1219 int __user *option);
|
/include/trace/hooks/ |
D | sys.h | 17 TP_PROTO(int option, struct task_struct *task), 18 TP_ARGS(option, task));
|
/include/uapi/linux/netfilter/ |
D | xt_dccp.h | 22 __u8 option; member
|
D | xt_tcpudp.h | 11 __u8 option; /* TCP Option iff non-zero*/ member
|
/include/memory/ |
D | renesas-rpc-if.h | 46 } option; member 75 u32 option; /* DROPR or SMOPR */ member
|
/include/uapi/linux/ |
D | scc.h | 155 char option; /* command for function port */ member
|
/include/uapi/rdma/ |
D | rdma_user_cm.h | 156 __u32 option; member
|