Searched refs:compare_entries (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c94 static int compare_entries(const void *, const void *);
116 ans = slp_tfind(ce, &da_cache, compare_entries);
186 ce2 = slp_tsearch((void *) ce, &da_cache, compare_entries);
198 static int compare_entries(const void *x1, const void *x2) { function

Completed in 56 milliseconds