Searched refs:find_pp (Results 1 – 2 of 2) sorted by relevance
194 decode_key_t **find_pp; in decode() local202 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() local491 find_pp = (comb_key_t **) tfind(&key, &hndl->buildroot, comb_compare); in find()492 if (find_pp) { in find()[all …]
5286 void **find_pp, void *find_p, uint_t max_object_count, in dprov_object_submit_req() argument5301 taskq_req->dr_object_req.or_find_pp = find_pp; in dprov_object_submit_req()