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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c673 typedef struct block block_t; typedef in typeref:struct:block
676 block_t *head;
677 block_t *tail;
681 block_t *next;
731 enqt(blockhdr_t *h, block_t *b)
741 static block_t *
744 block_t *b = h->head;
762 block_t *b;
781 b = Zalloc(sizeof (block_t));
836 static block_t *
[all...]

Completed in 61 milliseconds