Lines Matching refs:tomoyo_io_printf

268 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
277 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function
463 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace()
731 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
759 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile()
781 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile()
785 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile()
787 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile()
797 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile()
813 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile()
819 tomoyo_io_printf(head, "%u-CONFIG::%s", index, in tomoyo_read_profile()
1029 tomoyo_io_printf(head, "# select %s\n", data); in tomoyo_select_domain()
1031 tomoyo_io_printf(head, "# This is a deleted domain.\n"); in tomoyo_select_domain()
1297 tomoyo_io_printf(head, in tomoyo_print_condition()
1310 tomoyo_io_printf(head, "\"]%s=", envp->is_not ? "!" : ""); in tomoyo_print_condition()
1356 tomoyo_io_printf(head, " grant_log=%s", in tomoyo_print_condition()
1378 tomoyo_io_printf(head, "acl_group %u ", in tomoyo_set_group()
1531 tomoyo_io_printf(head, "%s", buf); in tomoyo_print_entry()
1635 tomoyo_io_printf(head, "use_profile %u\n", in tomoyo_read_domain()
1648 tomoyo_io_printf(head, "use_group %u\n", i); in tomoyo_read_domain()
1726 tomoyo_io_printf(head, "%u %u ", pid, domain->profile); in tomoyo_read_pid()
1836 tomoyo_io_printf(head, " %s", buffer); in tomoyo_read_group()
2305 tomoyo_io_printf(head, "2.6.0"); in tomoyo_read_version()
2358 tomoyo_io_printf(head, "Policy %-30s %10u", in tomoyo_read_stat()
2365 tomoyo_io_printf(head, " (Last: %04u/%02u/%02u %02u:%02u:%02u)", in tomoyo_read_stat()
2375 tomoyo_io_printf(head, "Memory used by %-22s %10u", in tomoyo_read_stat()
2379 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
2382 tomoyo_io_printf(head, "Total memory used: %10u\n", in tomoyo_read_stat()