Searched defs:DEFAULT (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
/openbmc/linux/security/bpf/ |
H A D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/openbmc/linux/include/linux/ |
H A D | lsm_hooks.h | 34 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 40 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
H A D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/openbmc/phosphor-hwmon/ |
H A D | targets.hpp | 18 DEFAULT, enumerator
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable
|
/openbmc/linux/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 56 #define DEFAULT BIT(4) macro 68 #define DEFAULT BIT(4) macro
|
/openbmc/linux/security/ |
H A D | security.c | 407 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() argument 747 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) argument 748 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ argument 750 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/openbmc/linux/drivers/tty/serial/ |
H A D | st-asc.c | 32 #define DEFAULT 0 macro
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 3014 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; in parse_output_fields() enumerator
|