Home
last modified time | relevance | path

Searched refs:tomoyo_put_number_union (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/security/tomoyo/
Dgc.c176 tomoyo_put_number_union(&entry->number); in tomoyo_del_acl()
184 tomoyo_put_number_union(&entry->mode); in tomoyo_del_acl()
185 tomoyo_put_number_union(&entry->major); in tomoyo_del_acl()
186 tomoyo_put_number_union(&entry->minor); in tomoyo_del_acl()
196 tomoyo_put_number_union(&entry->flags); in tomoyo_del_acl()
213 tomoyo_put_number_union(&entry->port); in tomoyo_del_acl()
289 tomoyo_put_number_union(numbers_p++); in tomoyo_del_condition()
Dfile.c98 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union() function
469 tomoyo_put_number_union(&e.mode); in tomoyo_update_mkdev_acl()
470 tomoyo_put_number_union(&e.major); in tomoyo_update_mkdev_acl()
471 tomoyo_put_number_union(&e.minor); in tomoyo_update_mkdev_acl()
677 tomoyo_put_number_union(&e.number); in tomoyo_update_path_number_acl()
979 tomoyo_put_number_union(&e.flags); in tomoyo_update_mount_acl()
Dnetwork.c315 tomoyo_put_number_union(&e.port); in tomoyo_write_inet_network()
Dcommon.h1052 void tomoyo_put_number_union(struct tomoyo_number_union *ptr);