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

/linux-master/security/tomoyo/
H A Dcommon.c249 * this function. Use tomoyo_io_printf() for char[] allocated on stack memory.
260 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
264 * tomoyo_io_printf - printf() to "struct tomoyo_io_buffer" structure.
269 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, function
455 tomoyo_io_printf(head, "%s", buffer);
723 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n",
751 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n",
773 tomoyo_io_printf(head, "%u-COMMENT=", index);
777 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index);
779 tomoyo_io_printf(hea
[all...]

Completed in 176 milliseconds