Searched defs:oldhead (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c476 nltype *oldhead; local
478 oldhead = 0;
489 if (childp->cyclehead != oldhead) {
490 oldhead = childp->cyclehead;
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c655 struct holdblk *oldhead; /* former head of the hold block */ local
677 oldhead = holdhead[offset];
678 if (oldhead != holdblk) {
684 holdblk->nexthblk = oldhead;
685 holdblk->prevhblk = oldhead->prevhblk;
686 oldhead->prevhblk = holdblk;
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c229 int oldhead, left, n; local
251 oldhead = kmdb_prom_readbuf_head;
256 check_int(kmdb_prom_readbuf + oldhead, n);
268 oldhead = kmdb_prom_readbuf_head;
273 check_int(kmdb_prom_readbuf + oldhead, n);
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2291 _ii_lsthead_t *oldhead, **head; local
2389 oldhead = *head;
2391 kmem_free(oldhead, sizeof (_ii_lsthead_t));
10284 _ii_lsthead_t **head, *oldhead = 0; local
10326 oldhead = *head;
10328 kmem_free(oldhead, sizeof (_ii_lsthead_t));

Completed in 77 milliseconds