Home
last modified time | relevance | path

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

/security/tomoyo/
Dcommon.c387 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union()
407 const struct tomoyo_name_union *ptr) in tomoyo_print_name_union_quoted()
428 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
476 const struct tomoyo_number_union *ptr) in tomoyo_print_number_union()
493 struct tomoyo_profile *ptr; in tomoyo_assign_profile() local
538 struct tomoyo_profile *ptr = ns->profile_ptr[profile]; in tomoyo_profile() local
916 struct tomoyo_manager *ptr = in tomoyo_read_manager() local
939 struct tomoyo_manager *ptr; in tomoyo_manager() local
1406 struct tomoyo_path_acl *ptr = in tomoyo_print_entry() local
1428 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()
111 struct tomoyo_transition_control *ptr = in tomoyo_del_transition_control() local
127 struct tomoyo_aggregator *ptr = in tomoyo_del_aggregator() local
143 struct tomoyo_manager *ptr = in tomoyo_del_manager() local
550 struct tomoyo_shared_acl_head *ptr; in tomoyo_collect_entry() local
592 struct tomoyo_shared_acl_head *ptr; in tomoyo_collect_entry() local
Dmemory.c47 bool tomoyo_memory_ok(void *ptr) in tomoyo_memory_ok()
76 void *ptr = kzalloc(size, GFP_NOFS); in tomoyo_commit_ok() local
154 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()
253 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
276 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
297 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl()
317 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
Dcondition.c235 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
280 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted()
409 struct tomoyo_condition *ptr; in tomoyo_commit_condition() local
811 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition() local
1063 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
1070 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
Ddomain.c166 struct tomoyo_acl_info *ptr; in tomoyo_check_acl() local
302 const struct tomoyo_transition_control *ptr; in tomoyo_scan_transition() local
464 struct tomoyo_policy_namespace *ptr; in tomoyo_assign_namespace() local
736 struct tomoyo_aggregator *ptr; in tomoyo_find_next_domain() local
Dutil.c246 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()
271 struct tomoyo_number_union *ptr) in tomoyo_parse_number_union()
655 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr) in tomoyo_fill_path_info()
1026 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.c48 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.c441 struct tomoyo_log *ptr = NULL; in tomoyo_read_log() local
Dcommon.h1181 struct tomoyo_name *ptr = in tomoyo_put_name() local
/security/integrity/platform_certs/
Dload_ipl_s390.c20 void *ptr, *end; in load_ipl_certs() local
/security/selinux/ss/
Dpolicydb.c2609 static int sens_write(void *vkey, void *datum, void *ptr) in sens_write()
2637 static int cat_write(void *vkey, void *datum, void *ptr) in cat_write()
2772 static int common_write(void *vkey, void *datum, void *ptr) in common_write()
2867 static int class_write(void *vkey, void *datum, void *ptr) in class_write()
2955 static int role_write(void *vkey, void *datum, void *ptr) in role_write()
2994 static int type_write(void *vkey, void *datum, void *ptr) in type_write()
3035 static int user_write(void *vkey, void *datum, void *ptr) in user_write()
3271 static int hashtab_cnt(void *key, void *data, void *ptr) in hashtab_cnt()
3279 static int range_write_helper(void *key, void *data, void *ptr) in range_write_helper()
3335 static int filename_write_helper(void *key, void *data, void *ptr) in filename_write_helper()
Dconditional.c268 static int cond_insertf(struct avtab *a, struct avtab_key *k, struct avtab_datum *d, void *ptr) in cond_insertf()
489 int cond_write_bool(void *vkey, void *datum, void *ptr) in cond_write_bool()
/security/selinux/
Dnetif.c251 unsigned long event, void *ptr) in sel_netif_netdev_notifier_handler()
Dselinuxfs.c1032 char *con = NULL, *user = NULL, *ptr; in sel_write_user() local
/security/integrity/ima/
Dima_crypto.c121 void *ptr; in ima_alloc_pages() local
158 static void ima_free_pages(void *ptr, size_t size) in ima_free_pages()
/security/apparmor/
Dpolicy.c186 static void aa_free_data(void *ptr, void *arg) in aa_free_data()
/security/keys/
Dkeyring.c674 struct assoc_array_ptr *ptr; in search_nested_keyrings() local