Home
last modified time | relevance | path

Searched refs:munmap (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/posix/sys/
Dmman.h44 int munmap(void *addr, size_t len);
/Zephyr-latest/drivers/flash/
Dflash_simulator_native.c112 munmap(mock_flash, size); in flash_mock_cleanup_native()
/Zephyr-latest/drivers/eeprom/
Deeprom_simulator_native.c103 munmap(mock_eeprom, size); in eeprom_mock_cleanup_native()
/Zephyr-latest/lib/posix/options/
DKconfig.xsi_realtime22 sched_setparam(), sched_setscheduler(), sched_yield(), mmap(), munmap(), shm_open(),
Dmmap.c108 int munmap(void *addr, size_t len) in munmap() function
DKconfig.mem31 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap().
/Zephyr-latest/tests/posix/xsi_realtime/src/
Dshm.c188 zassert_ok(munmap(addr[i - 1], PAGE_SIZE)); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst287 munmap(),yes
903 munmap(), yes