Home
last modified time | relevance | path

Searched refs:ficlDictionaryCellsUsed (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers64 ficlDictionaryCellsUsed;
/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c434 return (dictionary->size - ficlDictionaryCellsUsed(dictionary)); in ficlDictionaryCellsAvailable()
442 ficlDictionaryCellsUsed(ficlDictionary *dictionary) in ficlDictionaryCellsUsed() function
H A Dficl.h1471 FICL_PLATFORM_EXTERN int ficlDictionaryCellsUsed(ficlDictionary *dictionary);
H A Dvm.c2686 (ficlDictionaryCellsUsed(dictionary) * in ficlVmDictionarySimpleCheck()