Home
last modified time | relevance | path

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

/titanic_50/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); in slp_find_das_cached()
186 ce2 = slp_tsearch((void *) ce, &da_cache, compare_entries); in slp_put_das_cached()
198 static int compare_entries(const void *x1, const void *x2) { in compare_entries() function