Searched refs:newest (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | history.h | 153 unsigned long *newest, int *nlines);
|
H A D | history.c | 153 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
|
H A D | getline.c | 9656 _glh_range_of_history(gl->glh, &range->oldest, &range->newest,
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 168 oldest to newest:
|
/illumos-gate/usr/src/lib/libtecla/ |
H A D | libtecla.h | 911 unsigned long newest; /* The sequential entry number of the newest */ member in struct:__anon4107
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 3485 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 147 milliseconds