Searched refs:unread (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcmdtab.c79 "unread", C unread, MSGLIST, 0, MMNDEL,
80 "Unread", C unread, MSGLIST, 0, MMNDEL,
81 "new", C unread, MSGLIST, 0, MMNDEL,
82 "New", C unread, MSGLIST, 0, MMNDEL,
H A Dcmd3.c482 * Mark all given messages as unread.
485 unread(int msgvec[]) function
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcunion.c62 static ssize_t unread(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) function
64 static ssize_t unread(f, buf, n, disc)
182 un->disc.readf = unread;
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h608 extern int unread(int msgvec[]);
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c3325 * 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) argument
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 * sizeo
[all...]

Completed in 71 milliseconds