Searched refs:l_buffer (Results 1 – 3 of 3) sorted by relevance
47 void *l_buffer = NULL; in buffer_allocate() local82 l_buffer = mmap(NULL, p_buffer->alloc.len, PROT_READ | PROT_WRITE, in buffer_allocate()85 if (l_buffer == MAP_FAILED) { in buffer_allocate()91 return l_buffer; in buffer_allocate()
49 void *l_buffer = NULL; in buffer_allocate() local84 l_buffer = mmap(NULL, p_buffer->alloc.len, PROT_READ | PROT_WRITE, in buffer_allocate()87 if (l_buffer == MAP_FAILED) { in buffer_allocate()93 return l_buffer; in buffer_allocate()