| /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 | 554 #define __diag_ignore(compiler, version, option, comment) \ argument 555 __diag_ ## compiler(version, ignore, option) 556 #define __diag_warn(compiler, version, option, comment) \ argument 557 __diag_ ## compiler(version, warn, option) 558 #define __diag_error(compiler, version, option, comment) \ argument 559 __diag_ ## compiler(version, error, option) 562 #define __diag_ignore_all(option, comment) argument
|
| D | compiler-gcc.h | 130 #define __diag_ignore_all(option, comment) \ argument 131 __diag(__diag_GCC_ignore option)
|
| D | compiler-clang.h | 138 #define __diag_ignore_all(option, comment) \ argument 139 __diag_clang(13, ignore, 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 | 1176 ((cr)->option.dev_flags |= (flag)) 1178 ((cr)->option.dev_flags &= ~(flag)) 1180 ((cr)->option.dev_flags & (flag)) 1185 struct rtsx_cr_option option; member
|
| D | string.h | 319 extern bool parse_option_str(const char *str, const char *option);
|
| D | security.h | 185 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, 480 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, 1313 static inline int security_task_prctl(int option, unsigned long arg2, in security_task_prctl() argument 1318 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
|
| D | fb.h | 611 extern int fb_get_options(const char *name, char **option);
|
| D | lsm_hook_defs.h | 253 LSM_HOOK(int, -ENOSYS, task_prctl, int option, unsigned long arg2,
|
| D | compat.h | 759 asmlinkage long compat_sys_keyctl(u32 option,
|
| D | syscalls.h | 695 asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, 1085 asmlinkage long sys_sysfs(int option,
|
| /include/net/ |
| 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 | bond_options.h | 122 int __bond_opt_set(struct bonding *bond, unsigned int option, 125 int __bond_opt_set_notify(struct bonding *bond, unsigned int option, 127 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf); 131 const struct bond_option *bond_opt_get(unsigned int option); 133 const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
|
| D | cipso_ipv4.h | 201 int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option); 270 unsigned char **option) in cipso_v4_validate() argument 272 unsigned char *opt = *option; in cipso_v4_validate() 302 *option = opt + err_offset; in cipso_v4_validate()
|
| D | sock.h | 1258 int __user *option);
|
| /include/trace/hooks/ |
| D | sys.h | 12 TP_PROTO(int option, struct task_struct *task), 13 TP_ARGS(option, task));
|
| /include/video/ |
| D | cmdline.h | 13 bool __video_get_options(const char *name, const char **option, bool is_of);
|
| /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
|
| /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
|