Searched refs:munmap (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/include/zephyr/posix/sys/ |
| D | mman.h | 44 int munmap(void *addr, size_t len);
|
| /Zephyr-latest/drivers/flash/ |
| D | flash_simulator_native.c | 112 munmap(mock_flash, size); in flash_mock_cleanup_native()
|
| /Zephyr-latest/drivers/eeprom/ |
| D | eeprom_simulator_native.c | 103 munmap(mock_eeprom, size); in eeprom_mock_cleanup_native()
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.xsi_realtime | 22 sched_setparam(), sched_setscheduler(), sched_yield(), mmap(), munmap(), shm_open(),
|
| D | mmap.c | 108 int munmap(void *addr, size_t len) in munmap() function
|
| D | Kconfig.mem | 31 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap().
|
| /Zephyr-latest/tests/posix/xsi_realtime/src/ |
| D | shm.c | 188 zassert_ok(munmap(addr[i - 1], PAGE_SIZE)); in ZTEST()
|
| /Zephyr-latest/doc/services/portability/posix/option_groups/ |
| D | index.rst | 287 munmap(),yes 903 munmap(), yes
|