Lines Matching refs:tomoyo_io_printf
259 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
268 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function
454 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace()
722 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
750 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile()
772 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile()
776 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile()
778 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile()
788 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile()
804 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile()
810 tomoyo_io_printf(head, "%u-CONFIG::%s", index, in tomoyo_read_profile()
1020 tomoyo_io_printf(head, "# select %s\n", data); in tomoyo_select_domain()
1022 tomoyo_io_printf(head, "# This is a deleted domain.\n"); in tomoyo_select_domain()
1288 tomoyo_io_printf(head, in tomoyo_print_condition()
1301 tomoyo_io_printf(head, "\"]%s=", envp->is_not ? "!" : ""); in tomoyo_print_condition()
1347 tomoyo_io_printf(head, " grant_log=%s", in tomoyo_print_condition()
1369 tomoyo_io_printf(head, "acl_group %u ", in tomoyo_set_group()
1522 tomoyo_io_printf(head, "%s", buf); in tomoyo_print_entry()
1626 tomoyo_io_printf(head, "use_profile %u\n", in tomoyo_read_domain()
1639 tomoyo_io_printf(head, "use_group %u\n", i); in tomoyo_read_domain()
1717 tomoyo_io_printf(head, "%u %u ", pid, domain->profile); in tomoyo_read_pid()
1827 tomoyo_io_printf(head, " %s", buffer); in tomoyo_read_group()
2296 tomoyo_io_printf(head, "2.6.0"); in tomoyo_read_version()
2349 tomoyo_io_printf(head, "Policy %-30s %10u", in tomoyo_read_stat()
2356 tomoyo_io_printf(head, " (Last: %04u/%02u/%02u %02u:%02u:%02u)", in tomoyo_read_stat()
2366 tomoyo_io_printf(head, "Memory used by %-22s %10u", in tomoyo_read_stat()
2370 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
2373 tomoyo_io_printf(head, "Total memory used: %10u\n", in tomoyo_read_stat()