Searched defs:head (Results 1 – 16 of 16) sorted by relevance
/security/tomoyo/ |
D | common.c | 211 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush() 256 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() 274 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() 301 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space() 313 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf() 326 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash() 364 static void tomoyo_print_namespace(struct tomoyo_io_buffer *head) in tomoyo_print_namespace() 381 static void tomoyo_print_name_union(struct tomoyo_io_buffer *head, in tomoyo_print_name_union() 401 static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head, in tomoyo_print_name_union_quoted() 423 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace() [all …]
|
D | gc.c | 41 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer() local 72 struct tomoyo_io_buffer *head; in tomoyo_name_used_by_io_buffer() local 601 struct tomoyo_io_buffer *head; in tomoyo_gc_thread() local 630 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc()
|
D | common.h | 510 struct tomoyo_shared_acl_head head; member 538 struct tomoyo_shared_acl_head head; member 545 struct tomoyo_acl_head head; member 551 struct tomoyo_acl_head head; member 557 struct tomoyo_acl_head head; member 649 struct tomoyo_shared_acl_head head; member 694 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member 705 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member 715 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member 724 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ member [all …]
|
D | memory.c | 152 struct list_head *head; in tomoyo_get_name() local
|
D | audit.c | 430 void tomoyo_read_log(struct tomoyo_io_buffer *head) in tomoyo_read_log()
|
/security/apparmor/ |
D | policy.c | 181 static struct aa_policy *__policy_find(struct list_head *head, const char *name) in __policy_find() 205 static struct aa_policy *__policy_strn_find(struct list_head *head, in __policy_strn_find() 341 static struct aa_namespace *__aa_find_namespace(struct list_head *head, in __aa_find_namespace() 475 static void __profile_list_release(struct list_head *head) in __profile_list_release() 526 static void __ns_list_release(struct list_head *head) in __ns_list_release() 621 static void aa_free_profile_rcu(struct rcu_head *head) in aa_free_profile_rcu() 736 static struct aa_profile *__find_child(struct list_head *head, const char *name) in __find_child() 751 static struct aa_profile *__strn_find_child(struct list_head *head, in __strn_find_child()
|
D | domain.c | 140 struct list_head *head) in __attach_match()
|
D | apparmorfs.c | 555 #define list_entry_is_head(pos, head, member) (&pos->member == (head)) argument
|
/security/selinux/ |
D | avc.c | 207 struct hlist_head *head; in avc_get_hash_stats() local 519 struct hlist_head *head; in avc_reclaim_node() local 578 struct hlist_head *head; in avc_search_node() local 673 struct hlist_head *head; in avc_insert() local 832 struct hlist_head *head; in avc_update_node() local 917 struct hlist_head *head; in avc_flush() local
|
D | hooks.c | 247 static void inode_free_rcu(struct rcu_head *head) in inode_free_rcu()
|
/security/smack/ |
D | smack_access.c | 391 struct hlist_head *head; in smk_insert_entry() local 410 struct hlist_head *head; in smk_find_entry() local
|
D | smackfs.c | 555 struct list_head *head) in smk_seq_start() 578 struct list_head *head) in smk_seq_next()
|
/security/selinux/ss/ |
D | mls.c | 37 int i, l, len, head, prev; in mls_compute_context_len() local 92 int i, l, head, prev; in mls_sid_to_context() local
|
D | conditional.c | 267 struct cond_av_list *head; member
|
D | policydb.h | 202 struct ocontext *head; member
|
D | policydb.c | 889 struct ocontext *head, *c; in policydb_load_isids() local
|