Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 6 of 6) sorted by relevance

/security/tomoyo/
Dfile.c712 struct tomoyo_obj_info obj = { in tomoyo_path_number_perm() local
760 struct tomoyo_obj_info obj = { in tomoyo_check_open_permission() local
806 struct tomoyo_obj_info obj = { in tomoyo_path_perm() local
863 struct tomoyo_obj_info obj = { in tomoyo_mkdev_perm() local
910 struct tomoyo_obj_info obj = { in tomoyo_path2_perm() local
Dmount.c82 struct tomoyo_obj_info obj = { }; in tomoyo_mount_acl() local
Dcondition.c713 void tomoyo_get_attributes(struct tomoyo_obj_info *obj) in tomoyo_get_attributes()
776 struct tomoyo_obj_info *obj; in tomoyo_condition() local
Daudit.c154 struct tomoyo_obj_info *obj = r->obj; in tomoyo_print_header() local
Dcommon.h425 struct tomoyo_obj_info *obj; member
623 struct tomoyo_obj_info obj; member
/security/apparmor/
Dpolicy_unpack.c657 static int datacmp(struct rhashtable_compare_arg *arg, const void *obj) in datacmp()