Home
last modified time | relevance | path

Searched refs:mcache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, in cleanup() argument
60 if (mcache) in cleanup()
61 (void) free((void *)mcache); in cleanup()
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; in rt_dldump() local
237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0); in rt_dldump()
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump()
257 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump()
262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump()
273 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump()
314 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump()
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6422 typedef struct mcache { struct
6426 struct mcache *mc_next; argument