Lines Matching refs:tomoyo_io_printf

260 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
269 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function
455 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace()
723 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
751 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile()
773 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile()
777 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile()
779 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile()
789 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile()
805 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile()
811 tomoyo_io_printf(head, "%u-CONFIG::%s", index, in tomoyo_read_profile()
1021 tomoyo_io_printf(head, "# select %s\n", data); in tomoyo_select_domain()
1023 tomoyo_io_printf(head, "# This is a deleted domain.\n"); in tomoyo_select_domain()
1289 tomoyo_io_printf(head, in tomoyo_print_condition()
1302 tomoyo_io_printf(head, "\"]%s=", envp->is_not ? "!" : ""); in tomoyo_print_condition()
1348 tomoyo_io_printf(head, " grant_log=%s", in tomoyo_print_condition()
1370 tomoyo_io_printf(head, "acl_group %u ", in tomoyo_set_group()
1523 tomoyo_io_printf(head, "%s", buf); in tomoyo_print_entry()
1627 tomoyo_io_printf(head, "use_profile %u\n", in tomoyo_read_domain()
1640 tomoyo_io_printf(head, "use_group %u\n", i); in tomoyo_read_domain()
1718 tomoyo_io_printf(head, "%u %u ", pid, domain->profile); in tomoyo_read_pid()
1828 tomoyo_io_printf(head, " %s", buffer); in tomoyo_read_group()
2297 tomoyo_io_printf(head, "2.6.0"); in tomoyo_read_version()
2350 tomoyo_io_printf(head, "Policy %-30s %10u", in tomoyo_read_stat()
2357 tomoyo_io_printf(head, " (Last: %04u/%02u/%02u %02u:%02u:%02u)", in tomoyo_read_stat()
2367 tomoyo_io_printf(head, "Memory used by %-22s %10u", in tomoyo_read_stat()
2371 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
2374 tomoyo_io_printf(head, "Total memory used: %10u\n", in tomoyo_read_stat()