Searched refs:xmmap (Results 1 – 7 of 7) 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 | modinfo.c | 49 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 | 88 conf = xmmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, 0); in make_device()
|
/external/toybox/toys/posix/ |
D | file.c | 112 map = xmmap(0, sb->st_size, PROT_READ, MAP_SHARED, fd, 0);
|
/external/toybox/lib/ |
D | lib.h | 118 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
|