Lines Matching defs:found
244 /* we found an ident in the hash */
371 /* we found a handle in the hash */
3020 LDI_EVTRC((CE_NOTE, "ldi_get_native_cookie: found"));
3025 LDI_EVTRC((CE_NOTE, "ldi_get_native_cookie: NOT found"));
3135 LDI_EVDBG((CE_NOTE, "ldi_ev_get_cookie: NDI cookie found"));
3557 int found = 0;
3609 found = 1;
3630 if (found)
3688 ldi_ev_callback_impl_t *found;
3704 next = found = NULL;
3708 VERIFY(found == NULL);
3726 found = lecp;
3731 if (found == NULL) {
3737 if (!ldi_native_cookie(found->lec_cookie)) {
3738 ASSERT(found->lec_notify == NULL);
3744 list_insert_tail(listp, found);
3754 kmem_free(found, sizeof (ldi_ev_callback_impl_t));