Symbol: icache
usr/src/cmd/backup/dump/dumptraverse.c
708
static struct dinode icache[CACHESIZE];
usr/src/cmd/backup/dump/dumptraverse.c
721
return (icache + i);
usr/src/cmd/backup/dump/dumptraverse.c
727
bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
usr/src/cmd/sgs/elfdump/common/elfdump.c
1842
Cache *icache = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1875
icache = _cache;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1885
(icache != NULL) &&
usr/src/cmd/sgs/elfdump/common/elfdump.c
1886
(icache->c_data != NULL) &&
usr/src/cmd/sgs/elfdump/common/elfdump.c
1887
(icache->c_data->d_buf != NULL) &&
usr/src/cmd/sgs/elfdump/common/elfdump.c
1888
(icache->c_data->d_size > 0)) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
1890
dbg_print(0, MSG_INTL(MSG_ELF_SCN_INTERP), icache->c_name);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1892
(char *)icache->c_data->d_buf +
usr/src/cmd/sgs/elfdump/common/elfdump.c
1902
if (icache != NULL) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
1904
ehdr->e_machine, icache, file);
usr/src/cmd/sgs/librtld/common/dldump.c
150
Cache *icache = 0, *_icache, *mcache = 0, *_mcache;
usr/src/cmd/sgs/librtld/common/dldump.c
237
cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
usr/src/cmd/sgs/librtld/common/dldump.c
246
cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
usr/src/cmd/sgs/librtld/common/dldump.c
257
cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
usr/src/cmd/sgs/librtld/common/dldump.c
262
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
273
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
314
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
319
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
324
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
338
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
346
if ((icache = calloc(num + 1, sizeof (Cache))) == 0) {
usr/src/cmd/sgs/librtld/common/dldump.c
347
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
350
icache[num].c_flags = FLG_C_END;
usr/src/cmd/sgs/librtld/common/dldump.c
352
_icache = icache;
usr/src/cmd/sgs/librtld/common/dldump.c
364
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
370
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
385
cleanup(ielf, oelf, melf, icache, mcache,
usr/src/cmd/sgs/librtld/common/dldump.c
453
_icache = icache;
usr/src/cmd/sgs/librtld/common/dldump.c
467
if (count_reloc(icache, _icache, lmp, flags, addr,
usr/src/cmd/sgs/librtld/common/dldump.c
470
cleanup(ielf, oelf, melf, icache, mcache,
usr/src/cmd/sgs/librtld/common/dldump.c
48
cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache,
usr/src/cmd/sgs/librtld/common/dldump.c
484
_icache = icache;
usr/src/cmd/sgs/librtld/common/dldump.c
51
if (icache) {
usr/src/cmd/sgs/librtld/common/dldump.c
52
Cache * _icache = icache;
usr/src/cmd/sgs/librtld/common/dldump.c
536
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
553
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
572
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
58
(void) free((void *)icache);
usr/src/cmd/sgs/librtld/common/dldump.c
581
_icache = icache;
usr/src/cmd/sgs/librtld/common/dldump.c
594
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
599
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
619
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
652
cleanup(ielf, oelf, melf, icache,
usr/src/cmd/sgs/librtld/common/dldump.c
713
icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
749
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
754
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
759
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
765
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
773
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
783
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
789
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
805
for (_icache = &icache[1]; _icache->c_flags != FLG_C_END; _icache++) {
usr/src/cmd/sgs/librtld/common/dldump.c
839
update_reloc(mcache, icache, _icache, opath, lmp,
usr/src/cmd/sgs/librtld/common/dldump.c
867
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
877
cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
usr/src/cmd/sgs/librtld/common/dldump.c
881
cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
usr/src/cmd/sgs/librtld/common/relocate.c
423
update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name,
usr/src/cmd/sgs/librtld/common/relocate.c
486
_icache = icache;
usr/src/cmd/sgs/librtld/common/relocate.c
500
ircache = &icache[ndx];
usr/src/common/fs/ufsops.c
809
} *icache;
usr/src/common/fs/ufsops.c
818
if (icache) {
usr/src/common/fs/ufsops.c
819
entry->next = icache;
usr/src/common/fs/ufsops.c
820
icache = entry;
usr/src/common/fs/ufsops.c
822
icache = entry;
usr/src/common/fs/ufsops.c
830
struct cache *entry = icache;
usr/src/common/fs/ufsops.c
842
struct cache *next, *entry = icache;
usr/src/common/fs/ufsops.c
849
icache = 0;