Home
last modified time | relevance | path

Searched defs:e (Results 1 – 20 of 20) sorted by relevance

/security/apparmor/
Dpolicy_unpack.c106 const char *name, const char *info, struct aa_ext *e, in audit_iface()
201 static bool inbounds(struct aa_ext *e, size_t size) in inbounds()
222 static size_t unpack_u16_chunk(struct aa_ext *e, char **chunk) in unpack_u16_chunk()
243 static bool unpack_X(struct aa_ext *e, enum aa_code code) in unpack_X()
269 static bool unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in unpack_nameX()
299 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name) in unpack_u8()
317 static bool unpack_u32(struct aa_ext *e, u32 *data, const char *name) in unpack_u32()
335 static bool unpack_u64(struct aa_ext *e, u64 *data, const char *name) in unpack_u64()
353 static size_t unpack_array(struct aa_ext *e, const char *name) in unpack_array()
371 static size_t unpack_blob(struct aa_ext *e, char **blob, const char *name) in unpack_blob()
[all …]
Dresource.c84 int e = 0; in profile_setrlimit() local
Dpolicy_unpack_test.c47 struct aa_ext *e; member
55 struct aa_ext *e; in build_aa_ext_struct() local
Dfile.c272 int e = 0; in __aa_path_perm() local
/security/selinux/ss/
Debitmap.h45 #define ebitmap_length(e) ((e)->highbit) argument
47 static inline unsigned int ebitmap_start_positive(struct ebitmap *e, in ebitmap_start_positive()
60 static inline void ebitmap_init(struct ebitmap *e) in ebitmap_init()
65 static inline unsigned int ebitmap_next_positive(struct ebitmap *e, in ebitmap_next_positive()
120 #define ebitmap_for_each_positive_bit(e, n, bit) \ argument
Debitmap.c261 int ebitmap_get_bit(struct ebitmap *e, unsigned long bit) in ebitmap_get_bit()
278 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value) in ebitmap_set_bit()
346 void ebitmap_destroy(struct ebitmap *e) in ebitmap_destroy()
365 int ebitmap_read(struct ebitmap *e, void *fp) in ebitmap_read()
471 int ebitmap_write(struct ebitmap *e, void *fp) in ebitmap_write()
546 u32 ebitmap_hash(const struct ebitmap *e, u32 hash) in ebitmap_hash()
Dmls.c40 struct ebitmap *e; in mls_compute_context_len() local
95 struct ebitmap *e; in mls_sid_to_context() local
Dpolicydb.c222 struct constraint_expr *e, *etmp; in cls_destroy() local
1205 struct constraint_expr *e, *le; in read_cons_helper() local
2697 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_read() local
3005 struct constraint_expr *e; in write_cons_helper() local
3739 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_write() local
Dservices.c282 struct constraint_expr *e; in constraint_expr_eval() local
/security/tomoyo/
Dgroup.c83 struct tomoyo_path_group e = { }; in tomoyo_write_group() local
94 struct tomoyo_number_group e = { }; in tomoyo_write_group() local
106 struct tomoyo_address_group e = { }; in tomoyo_write_group() local
Dfile.c389 struct tomoyo_path_acl e = { in tomoyo_update_path_acl() local
465 struct tomoyo_mkdev_acl e = { in tomoyo_update_mkdev_acl() local
544 struct tomoyo_path2_acl e = { in tomoyo_update_path2_acl() local
681 struct tomoyo_path_number_acl e = { in tomoyo_update_path_number_acl() local
985 struct tomoyo_mount_acl e = { .head.type = TOMOYO_TYPE_MOUNT_ACL }; in tomoyo_update_mount_acl() local
Ddomain.c245 struct tomoyo_transition_control e = { .type = type }; in tomoyo_write_transition_control() local
405 struct tomoyo_aggregator e = { }; in tomoyo_write_aggregator() local
525 struct tomoyo_domain_info e = { }; in tomoyo_assign_domain() local
Denviron.c96 struct tomoyo_env_acl e = { .head.type = TOMOYO_TYPE_ENV_ACL }; in tomoyo_write_env() local
Dmemory.c98 struct tomoyo_group e = { }; in tomoyo_get_group() local
Dcondition.c455 struct tomoyo_condition *e) in tomoyo_get_transit_preference()
503 struct tomoyo_condition e = { }; in tomoyo_get_condition() local
Dnetwork.c284 struct tomoyo_inet_acl e = { .head.type = TOMOYO_TYPE_INET_ACL }; in tomoyo_write_inet_network() local
329 struct tomoyo_unix_acl e = { .head.type = TOMOYO_TYPE_UNIX_ACL }; in tomoyo_write_unix_network() local
Dutil.c452 unsigned char e; in tomoyo_correct_word2() local
Dcommon.c864 struct tomoyo_manager e = { }; in tomoyo_update_manager_entry() local
1066 struct tomoyo_task_acl e = { in tomoyo_write_task() local
/security/integrity/ima/
Dima_fs.c131 struct ima_template_entry *e; in ima_measurements_show() local
221 struct ima_template_entry *e; in ima_ascii_measurements_show() local
Dima_policy.c447 struct ima_rule_entry *entry, *e; in ima_lsm_update_rules() local