Searched refs:xmmap (Results 1 – 9 of 9) sorted by relevance
/third_party/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()
|
/third_party/toybox/toys/other/ |
D | devmem.c | 42 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()
|
/third_party/toybox/toys/pending/ |
D | mdev.c | 94 conf = xmmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, 0); in make_device()
|
D | vi.c | 529 insert_str(xmmap(0, size, PROT_READ, MAP_SHARED, fd, 0), 0, size,size,MMAP); in linelist_load()
|
/third_party/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
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 123 void *xmmap(void *addr, size_t length, int prot, int flags, int fd, off_t off);
|