Searched defs:p1 (Results 1 - 6 of 6) sorted by relevance

/security/tomoyo/
H A Denviron.c78 const struct tomoyo_env_acl *p1 = container_of(a, typeof(*p1), head); local
81 return p1->env == p2->env;
H A Dgroup.c55 const struct tomoyo_address_group *p1 = container_of(a, typeof(*p1), local
60 return tomoyo_same_ipaddr_union(&p1->address, &p2->address);
H A Ddomain.c214 const struct tomoyo_transition_control *p1 = container_of(a, local
215 typeof(*p1),
220 return p1->type == p2->type && p1->is_last_name == p2->is_last_name
221 && p1->domainname == p2->domainname
222 && p1->program == p2->program;
371 const struct tomoyo_aggregator *p1 = container_of(a, typeof(*p1), local
375 return p1->original_name == p2->original_name &&
376 p1
[all...]
H A Dfile.c338 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); local
340 return tomoyo_same_name_union(&p1->name, &p2->name);
407 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head); local
409 return tomoyo_same_name_union(&p1->name, &p2->name) &&
410 tomoyo_same_number_union(&p1->mode, &p2->mode) &&
411 tomoyo_same_number_union(&p1->major, &p2->major) &&
412 tomoyo_same_number_union(&p1->minor, &p2->minor);
486 const struct tomoyo_path2_acl *p1 local
619 const struct tomoyo_path_number_acl *p1 = container_of(a, typeof(*p1), local
949 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); local
[all...]
H A Dnetwork.c194 const struct tomoyo_inet_acl *p1 = container_of(a, typeof(*p1), head); local
197 return p1->protocol == p2->protocol &&
198 tomoyo_same_ipaddr_union(&p1->address, &p2->address) &&
199 tomoyo_same_number_union(&p1->port, &p2->port);
213 const struct tomoyo_unix_acl *p1 = container_of(a, typeof(*p1), head); local
216 return p1->protocol == p2->protocol &&
217 tomoyo_same_name_union(&p1->name, &p2->name);
H A Dcommon.c1024 const struct tomoyo_task_acl *p1 = container_of(a, typeof(*p1), head); local
1026 return p1->domainname == p2->domainname;

Completed in 226 milliseconds