Lines Matching defs:found
288 sbd_error_t *(*found)(void *a, const char *, int, drmachid_t);
1841 drmach_msglist_t *found, *entry;
1904 found = NULL;
1909 found = entry;
1916 if (found) {
1917 mutex_enter(&found->g_lock);
1919 found->e_code = php->error_code;
1920 if (found->i_buflen > 0)
1921 bcopy((caddr_t)&msg->msgdata, found->i_buf,
1922 found->i_buflen);
1923 found->m_reply = 1;
1925 cv_signal(&found->g_cv);
1926 mutex_exit(&found->g_lock);
2911 bp = id; /* bp will be NULL if board not found */
2916 /* nothing to do when board is not found or has no devices */
4204 break; /* found */
4235 * is found, drmach_slice_table[e] will remain invalid.
4317 /* nothing to do when board is not found or has no devices */
4775 data->err = (*data->found)(data->a, device->type, device->unum, id);
4781 sbd_error_t *(*found)(void *a, const char *, int, drmachid_t))
4803 data.found = found;
5947 * soon as eri dip is found.
6017 * soon as eri dip is found.
6130 * soon as eri dip is found.
7144 * eri dip is found.
7655 int found;
7661 found = 0;
7742 found = 1;
7758 if (found)
7766 if (!found) {
8515 /* every dip should be found during resume */