Searched refs:Munmap (Results 1 – 9 of 9) sorted by relevance
88 void Munmap(void* addr, unsigned int len);
176 void V4L2Device::Munmap(void* addr, unsigned int len) { in Munmap() function in media::V4L2Device
1980 device_->Munmap(input_buffer_map_[i].address, in DestroyInputBuffers()
127 err1 := syscall.Munmap(mem)
614 func Munmap(b []byte) (err error) { func615 return mapper.Munmap(b)
724 func Munmap(b []byte) (err error) { func725 return mapper.Munmap(b)
124 func (m *mmapper) Munmap(data []byte) (err error) { func
1317 func Munmap(b []byte) (err error) { func1318 return mapper.Munmap(b)
373 if err := syscall.Munmap(mem); err != nil {