Lines Matching defs:edp
1949 struct bofi_errdef *edp = (struct bofi_errdef *)arg;
1952 (struct bofi_errent *)(uintptr_t)edp->errdef_handle;
1965 (edp->log.flags & BOFI_LOG_FULL)) {
1966 edp->log.stop_time = bofi_gettime();
2249 struct bofi_errdef *edp = &(ep->errdef);
2250 struct acc_log *log = &edp->log;
2257 else if (repcount == 0 && edp->access_count > 0 &&
2259 edp->access_count += 1;
2275 (uintptr_t)edp->errdef_handle)->softintr_id);
2278 if ((log->flags & BOFI_LOG_WRAP) && edp->access_count <= 1) {
2280 edp->access_count = log->logsize;