Searched refs:l_buffer (Results 1 – 3 of 3) sorted by relevance
48 void *l_buffer = NULL; in buffer_allocate() local83 l_buffer = mmap(NULL, p_buffer->alloc.len, PROT_READ | PROT_WRITE, in buffer_allocate()86 if (l_buffer == MAP_FAILED) { in buffer_allocate()92 return l_buffer; in buffer_allocate()
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()