Searched refs:tomoyo_set_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 250 * tomoyo_set_string - Queue string to "struct tomoyo_io_buffer" structure. 259 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() function 295 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf() 307 tomoyo_set_string(head, " "); in tomoyo_set_space() 319 tomoyo_set_string(head, "\n"); in tomoyo_set_lf() 332 tomoyo_set_string(head, "/"); in tomoyo_set_slash() 373 tomoyo_set_string(head, in tomoyo_print_namespace() 391 tomoyo_set_string(head, "@"); in tomoyo_print_name_union() 392 tomoyo_set_string(head, ptr->group->group_name->name); in tomoyo_print_name_union() 394 tomoyo_set_string(hea in tomoyo_print_name_union() [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 242 * 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) in tomoyo_set_string() function 287 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf() 299 tomoyo_set_string(head, " "); in tomoyo_set_space() 311 tomoyo_set_string(head, "\n"); in tomoyo_set_lf() 324 tomoyo_set_string(head, "/"); in tomoyo_set_slash() 365 tomoyo_set_string(head, in tomoyo_print_namespace() 383 tomoyo_set_string(head, "@"); in tomoyo_print_name_union() 384 tomoyo_set_string(head, ptr->group->group_name->name); in tomoyo_print_name_union() 386 tomoyo_set_string(hea in tomoyo_print_name_union() [all...] |
Completed in 4 milliseconds