Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dcomb.c194 decode_key_t **find_pp; in decode() local
202 find_pp = (decode_key_t **) tfind(&key, &hndl->decoderoot, in decode()
204 if (find_pp) { in decode()
207 *func_names = (*find_pp)->name_ptrs; in decode()
208 *func_addrs = (*find_pp)->func_addrs; in decode()
302 find_pp = (decode_key_t **) tsearch(new_p, in decode()
304 assert(*find_pp == new_p); in decode()
484 comb_key_t **find_pp; in find() local
491 find_pp = (comb_key_t **) tfind(&key, &hndl->buildroot, comb_compare); in find()
492 if (find_pp) { in find()
[all …]
/titanic_50/usr/src/uts/common/crypto/io/
H A Ddprov.c5286 void **find_pp, void *find_p, uint_t max_object_count, in dprov_object_submit_req() argument
5301 taskq_req->dr_object_req.or_find_pp = find_pp; in dprov_object_submit_req()