Home
last modified time | relevance | path

Searched refs:oldhead (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c229 int oldhead, left, n; in kmdb_prom_fill_readbuf() local
251 oldhead = kmdb_prom_readbuf_head; in kmdb_prom_fill_readbuf()
256 check_int(kmdb_prom_readbuf + oldhead, n); in kmdb_prom_fill_readbuf()
268 oldhead = kmdb_prom_readbuf_head; in kmdb_prom_fill_readbuf()
273 check_int(kmdb_prom_readbuf + oldhead, n); in kmdb_prom_fill_readbuf()
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c655 struct holdblk *oldhead; /* former head of the hold block */ in free_unlocked() local
677 oldhead = holdhead[offset]; in free_unlocked()
678 if (oldhead != holdblk) { in free_unlocked()
684 holdblk->nexthblk = oldhead; in free_unlocked()
685 holdblk->prevhblk = oldhead->prevhblk; in free_unlocked()
686 oldhead->prevhblk = holdblk; in free_unlocked()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c481 nltype *oldhead; in doflags() local
483 oldhead = 0; in doflags()
494 if (childp->cyclehead != oldhead) { in doflags()
495 oldhead = childp->cyclehead; in doflags()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x159 % bool_t add( db_index_entry **oldhead, bool_t, unsigned long hval, item *,