Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c62 struct chunklst *Stablechunks; variable
108 cp = Stablechunks; in stable_fini()
116 Stablechunks = NULL; in stable_fini()
122 struct chunklst *save = Stablechunks; in stable_newchunk()
129 Stablechunks = MALLOC(sizeof (struct chunklst)); in stable_newchunk()
130 Stablechunks->next = save; in stable_newchunk()
131 Stablechunks->chunkp = n; in stable_newchunk()