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

/linux-master/security/tomoyo/
H A Dcommon.c242 * tomoyo_set_string - Queue string to "struct tomoyo_io_buffer" structure.
251 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) function
287 tomoyo_set_string(head, head->read_buf + pos);
299 tomoyo_set_string(head, " ");
311 tomoyo_set_string(head, "\n");
324 tomoyo_set_string(head, "/");
365 tomoyo_set_string(head,
383 tomoyo_set_string(head, "@");
384 tomoyo_set_string(head, ptr->group->group_name->name);
386 tomoyo_set_string(hea
[all...]

Completed in 99 milliseconds