Searched refs:ifree (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_debug.c | 315 u_long ifree, lfree, nkeys; local 322 nkeys = ifree = lfree = 0; 329 ifree += h->upper - h->lower; 377 ((double)(pinternal - ifree) / pinternal) * 100, 378 pinternal - ifree, ifree);
|
/titanic_44/usr/src/cmd/zic/ |
H A D | private.h | 56 void ifree(char *pointer);
|
H A D | zic.c | 424 ifree(cp); 642 ifree(symlinkcontents); 654 ifree(fromname); 655 ifree(toname); 719 ifree(myname); 896 ifree((char *)fields); 1308 ifree(dp); 1409 ifree(dp); 1414 ifree(dp); 1423 ifree(dp); [all …]
|
H A D | scheck.c | 54 ifree(fbuf);
|
H A D | ialloc.c | 56 ifree(p) in ifree() function
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 477 int cg, minndir, mincg, avgifree, mininode, minbpg, ifree; in dirpref() local 493 ifree = fs->fs_cs(fs, cg).cs_nifree; in dirpref() 495 (ifree > mininode) && in dirpref() 500 (ifree >= avgifree)) { in dirpref()
|