Home
last modified time | relevance | path

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

/security/tomoyo/
Dcommon.c383 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union()
403 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted()
424 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
471 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union()
488 struct tomoyo_profile *ptr; in tomoyo_assign_profile() local
532 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile() local
899 struct tomoyo_manager *ptr = in tomoyo_read_manager() local
921 struct tomoyo_manager *ptr; in tomoyo_manager() local
1375 struct tomoyo_path_acl *ptr = in tomoyo_print_entry() local
1396 struct tomoyo_task_acl *ptr = in tomoyo_print_entry() local
[all …]
Dgc.c21 static inline void tomoyo_memory_free(void *ptr) in tomoyo_memory_free()
109 struct tomoyo_transition_control *ptr = in tomoyo_del_transition_control() local
124 struct tomoyo_aggregator *ptr = in tomoyo_del_aggregator() local
139 struct tomoyo_manager *ptr = in tomoyo_del_manager() local
535 struct tomoyo_shared_acl_head *ptr; in tomoyo_collect_entry() local
575 struct tomoyo_shared_acl_head *ptr; in tomoyo_collect_entry() local
Dmemory.c47 bool tomoyo_memory_ok(void *ptr) in tomoyo_memory_ok()
75 void *ptr = kzalloc(size, GFP_NOFS); in tomoyo_commit_ok() local
150 struct tomoyo_name *ptr; in tomoyo_get_name() local
Dfile.c67 void tomoyo_put_name_union(struct tomoyo_name_union *ptr) in tomoyo_put_name_union()
83 const struct tomoyo_name_union *ptr) in tomoyo_compare_name_union()
99 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union()
113 const struct tomoyo_number_union *ptr) in tomoyo_compare_number_union()
252 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
274 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
294 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl()
313 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
Dcondition.c227 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
270 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted()
396 struct tomoyo_condition *ptr; in tomoyo_commit_condition() local
789 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition() local
1038 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
1044 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
Ddomain.c164 struct tomoyo_acl_info *ptr; in tomoyo_check_acl() local
295 const struct tomoyo_transition_control *ptr; in tomoyo_scan_transition() local
450 struct tomoyo_policy_namespace *ptr; in tomoyo_assign_namespace() local
712 struct tomoyo_aggregator *ptr; in tomoyo_find_next_domain() local
Dutil.c261 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()
285 struct tomoyo_number_union *ptr) in tomoyo_parse_number_union()
664 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr) in tomoyo_fill_path_info()
1033 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok() local
Dnetwork.c51 struct tomoyo_ipaddr_union *ptr) in tomoyo_parse_ipaddr_union()
125 const struct tomoyo_ipaddr_union *ptr) in tomoyo_print_ip()
420 const struct tomoyo_acl_info *ptr) in tomoyo_check_inet_acl()
450 const struct tomoyo_acl_info *ptr) in tomoyo_check_unix_acl()
Denviron.c19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl()
Dmount.c47 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
Dsecurityfs_if.c20 const struct tomoyo_acl_info *ptr) in tomoyo_check_task_acl()
Daudit.c433 struct tomoyo_log *ptr = NULL; in tomoyo_read_log() local
Dcommon.h1167 struct tomoyo_name *ptr = in tomoyo_put_name() local
/security/selinux/ss/
Dpolicydb.c2646 static int sens_write(void *vkey, void *datum, void *ptr) in sens_write()
2674 static int cat_write(void *vkey, void *datum, void *ptr) in cat_write()
2809 static int common_write(void *vkey, void *datum, void *ptr) in common_write()
2904 static int class_write(void *vkey, void *datum, void *ptr) in class_write()
2992 static int role_write(void *vkey, void *datum, void *ptr) in role_write()
3031 static int type_write(void *vkey, void *datum, void *ptr) in type_write()
3072 static int user_write(void *vkey, void *datum, void *ptr) in user_write()
3308 static int hashtab_cnt(void *key, void *data, void *ptr) in hashtab_cnt()
3316 static int range_write_helper(void *key, void *data, void *ptr) in range_write_helper()
3372 static int filename_write_helper(void *key, void *data, void *ptr) in filename_write_helper()
Dconditional.c274 static int cond_insertf(struct avtab *a, struct avtab_key *k, struct avtab_datum *d, void *ptr) in cond_insertf()
496 int cond_write_bool(void *vkey, void *datum, void *ptr) in cond_write_bool()
/security/selinux/
Dnetif.c262 unsigned long event, void *ptr) in sel_netif_netdev_notifier_handler()
Dselinuxfs.c965 char *con = NULL, *user = NULL, *ptr; in sel_write_user() local
/security/integrity/ima/
Dima_crypto.c129 void *ptr; in ima_alloc_pages() local
166 static void ima_free_pages(void *ptr, size_t size) in ima_free_pages()
/security/apparmor/
Dpolicy.c191 static void aa_free_data(void *ptr, void *arg) in aa_free_data()
/security/keys/
Dkeyring.c651 struct assoc_array_ptr *ptr; in search_nested_keyrings() local