Searched refs:xmmap (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/android/ |
D | load_policy.c | 24 char *policy_data = xmmap(0, policy_len, PROT_READ, MAP_PRIVATE, fd, 0); in load_policy_main()
|
/external/toybox/toys/other/ |
D | devmem.c | 43 map = xmmap(NULL, map_len, writing ? PROT_WRITE : PROT_READ, MAP_SHARED, fd, in devmem_main()
|
D | modinfo.c | 52 buf = xmmap(0, len, PROT_READ, MAP_SHARED, fd, 0); in modinfo_file()
|
D | hexedit.c | 143 TT.data = xmmap(0, TT.len, PROT_READ|(PROT_WRITE*!ro), MAP_SHARED, fd, 0); in hexedit_main()
|
/external/toybox/toys/pending/ |
D | mdev.c | 94 conf = xmmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, 0); in make_device()
|
D | readelf.c | 587 TT.elf = xmmap(NULL, TT.size=sb.st_size, PROT_READ, MAP_SHARED, fd, 0); in readelf_main()
|
D | vi.c | 540 data = xmmap(0, size, PROT_READ, MAP_SHARED, fd, 0); in linelist_load()
|
/external/toybox/lib/ |
D | lib.h | 122 void *xmmap(void *addr, size_t length, int prot, int flags, int fd, off_t off);
|
D | xwrap.c | 61 void *xmmap(void *addr, size_t length, int prot, int flags, int fd, off_t off) in xmmap() function
|