Searched refs:tomoyo_print_number_union (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/tomoyo/
H A Dcommon.c460 * tomoyo_print_number_union - Print a tomoyo_number_union.
467 static void tomoyo_print_number_union(struct tomoyo_io_buffer *head, function
1469 tomoyo_print_number_union(head, &ptr->number);
1490 tomoyo_print_number_union(head, &ptr->mode);
1491 tomoyo_print_number_union(head, &ptr->major);
1492 tomoyo_print_number_union(head, &ptr->minor);
1525 tomoyo_print_number_union(head, &ptr->port);
1556 tomoyo_print_number_union(head, &ptr->flags);
1816 tomoyo_print_number_union(head, &container_of

Completed in 99 milliseconds