Searched refs:mcache (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 48 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 …]
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6014 typedef struct mcache { struct 6018 struct mcache *mc_next; argument
|