Searched defs:newest (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h911 unsigned long newest; /* The sequential entry number of the newest */ member in struct:__anon4107
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c153 GlhLineNode *tail; /* The newest line in the list */
604 * Recall the next newest line that has the search prefix last recorded
2096 * newest unsigned long * The sequential entry number of the newest
2098 * to *newest, unless there are no lines, in
2104 unsigned long *newest, int *nlines)
2109 if(newest)
2110 *newest = glh->list.tail ? glh->list.tail->id : 0;
2103 _glh_range_of_history(GlHistory *glh, unsigned long *oldest, unsigned long *newest, int *nlines) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3485 showbc(uintptr_t addr, const umem_bufctl_audit_t *bcp, hrtime_t *newest) argument
3494 if (*newest == 0)
3495 *newest = bcp->bc_timestamp;
3497 delta = *newest - bcp->bc_timestamp;
3517 hrtime_t newest = 0; local
3538 if (mdb_pwalk("umem_log", (mdb_walk_cb_t)showbc, &newest, addr) == -1) {

Completed in 67 milliseconds