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

/linux-4.4.14/security/tomoyo/
H A Dcommon.c254 * this function. Use tomoyo_io_printf() for char[] allocated on stack memory.
265 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
269 * tomoyo_io_printf - printf() to "struct tomoyo_io_buffer" structure.
274 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, tomoyo_io_printf() function
457 tomoyo_io_printf(head, "%s", buffer); tomoyo_print_number_union_nospace()
715 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", tomoyo_print_config()
742 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", tomoyo_read_profile()
763 tomoyo_io_printf(head, "%u-COMMENT=", index); tomoyo_read_profile()
767 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); tomoyo_read_profile()
769 tomoyo_io_printf(head, "%s=%u ", tomoyo_read_profile()
779 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); tomoyo_read_profile()
794 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", tomoyo_read_profile()
800 tomoyo_io_printf(head, "%u-CONFIG::%s", index, tomoyo_read_profile()
1007 tomoyo_io_printf(head, "# select %s\n", data); tomoyo_select_domain()
1009 tomoyo_io_printf(head, "# This is a deleted domain.\n"); tomoyo_select_domain()
1262 tomoyo_io_printf(head, tomoyo_print_condition()
1276 tomoyo_io_printf(head, "\"]%s=", envp-> tomoyo_print_condition()
1324 tomoyo_io_printf(head, " grant_log=%s", tomoyo_print_condition()
1346 tomoyo_io_printf(head, "acl_group %u ", tomoyo_set_group()
1493 tomoyo_io_printf(head, "%s", buf); tomoyo_print_entry()
1594 tomoyo_io_printf(head, "use_profile %u\n", tomoyo_read_domain()
1596 tomoyo_io_printf(head, "use_group %u\n", tomoyo_read_domain()
1673 tomoyo_io_printf(head, "%u %u ", pid, domain->profile); tomoyo_read_pid()
1778 tomoyo_io_printf(head, " %s", buffer); tomoyo_read_group()
2236 tomoyo_io_printf(head, "2.5.0"); tomoyo_read_version()
2291 tomoyo_io_printf(head, "Policy %-30s %10u", tomoyo_read_stat()
2297 tomoyo_io_printf(head, " (Last: %04u/%02u/%02u " tomoyo_read_stat()
2307 tomoyo_io_printf(head, "Memory used by %-22s %10u", tomoyo_read_stat()
2311 tomoyo_io_printf(head, " (Quota: %10u)", used); tomoyo_read_stat()
2314 tomoyo_io_printf(head, "Total memory used: %10u\n", tomoyo_read_stat()

Completed in 59 milliseconds