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

/security/tomoyo/
H A Dcommon.c247 * tomoyo_set_string - Queue string to "struct tomoyo_io_buffer" structure.
256 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) function
291 tomoyo_set_string(head, head->read_buf + pos);
303 tomoyo_set_string(head, " ");
315 tomoyo_set_string(head, "\n");
328 tomoyo_set_string(head, "/");
368 tomoyo_set_string(head,
386 tomoyo_set_string(head, "@");
387 tomoyo_set_string(head, ptr->group->group_name->name);
389 tomoyo_set_string(hea
[all...]

Completed in 268 milliseconds