Home
last modified time | relevance | path

Searched refs:read_buf (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
A Daudit.c446 kfree(head->read_buf); in tomoyo_read_log()
447 head->read_buf = NULL; in tomoyo_read_log()
457 head->read_buf = ptr->log; in tomoyo_read_log()
458 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
A Dcommon.c280 len = vsnprintf(head->read_buf + pos, size, fmt, args) + 1; in tomoyo_io_printf()
287 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf()
1013 if (!head->read_buf) in tomoyo_select_domain()
2312 kfree(head->read_buf); in tomoyo_read_query()
2313 head->read_buf = NULL; in tomoyo_read_query()
2349 head->read_buf = buf; in tomoyo_read_query()
2582 head->read_buf = kzalloc(head->readbuf_size, GFP_NOFS); in tomoyo_open_control()
2583 if (!head->read_buf) { in tomoyo_open_control()
2598 kfree(head->read_buf); in tomoyo_open_control()
A Dgc.c630 kfree(head->read_buf); in tomoyo_gc_thread()
662 kfree(head->read_buf); in tomoyo_notify_gc()
A Dcommon.h830 char *read_buf; member

Completed in 15 milliseconds