Lines Matching refs:unread
3325 * to read the lom probably things that unread is
3372 * many from the unread total.
3401 * inputs - Soft state ptr, next event pointer, number of unread events.
3403 * zero is a valid value because it forces the loms unread
3407 bscv_event_validate(bscv_soft_state_t *ssp, uint32_t newptr, uint8_t unread)
3439 count = unread;
3440 } else if ((unread == 0) && (newptr == oldptr)) {
3443 } else if (oldptr + (unread * sizeof (lom_event_t)) == newptr) {
3445 count = unread;
3446 } else if (oldptr + (unread * sizeof (lom_event_t)) > newptr) {
3461 unread, count);
3469 unread, count);