Searched defs:icache (Results 1 - 6 of 6) 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, argument
51 if (icache) {
52 Cache * _icache = icache;
58 (void) free((void *)icache);
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; local
237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
257 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
273 cleanup(ielf, oelf, melf, icache, mcach
[all...]
H A Drelocate.c423 update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name, argument
486 _icache = icache;
500 ircache = &icache[ndx];
/illumos-gate/usr/src/common/fs/
H A Dufsops.c791 } *icache; variable in typeref:struct:cache
800 if (icache) {
801 entry->next = icache;
802 icache = entry;
804 icache = entry;
812 struct cache *entry = icache;
824 struct cache *next, *entry = icache;
831 icache = 0;
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c742 static struct dinode icache[CACHESIZE]; local
755 return (icache + i);
761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c261 typedef struct icache { /* Inode cache element: */ struct
323 * Reliably set the icache
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1785 Cache *icache = NULL; local
1822 icache = _cache;
1832 (icache != NULL) &&
1833 (icache->c_data != NULL) &&
1834 (icache->c_data->d_buf != NULL) &&
1835 (icache->c_data->d_size > 0)) {
1837 dbg_print(0, MSG_INTL(MSG_ELF_SCN_INTERP), icache->c_name);
1839 (char *)icache->c_data->d_buf +
1851 icache->c_name);

Completed in 74 milliseconds