Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Darcs.c476 nltype *oldhead; in doflags() local
478 oldhead = 0; in doflags()
489 if (childp->cyclehead != oldhead) { in doflags()
490 oldhead = childp->cyclehead; in doflags()
/titanic_44/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()
/titanic_44/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x161 % bool_t add( db_index_entry **oldhead, bool_t, unsigned long hval, item *,
/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2291 _ii_lsthead_t *oldhead, **head; in _ii_disable() local
2389 oldhead = *head; in _ii_disable()
2391 kmem_free(oldhead, sizeof (_ii_lsthead_t)); in _ii_disable()
10284 _ii_lsthead_t **head, *oldhead = 0; in _ii_ll_remove() local
10326 oldhead = *head; in _ii_ll_remove()
10328 kmem_free(oldhead, sizeof (_ii_lsthead_t)); in _ii_ll_remove()