Searched refs:dz_map (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | malloc.c | 183 if ((page = dz_map(0, 0, totpage, in malloc()
|
H A D | _rtld.h | 689 extern void *dz_map(Lm_list *, caddr_t, size_t, int, int);
|
H A D | util.c | 570 if ((pnbuf = dz_map(0, 0, pnsize, (PROT_READ | PROT_WRITE), in stravl_insert() 591 if ((strbuf = dz_map(0, 0, strsize, (PROT_READ | PROT_WRITE), in stravl_insert() 3153 dz_map(Lm_list *lml, caddr_t addr, size_t len, int prot, int flags) in dz_map() function
|