Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c57 struct chunklst { struct
58 struct chunklst *next; argument
62 struct chunklst *Stablechunks; argument
97 struct chunklst *cp, *nc; in stable_fini()
122 struct chunklst *save = Stablechunks; in stable_newchunk()
129 Stablechunks = MALLOC(sizeof (struct chunklst)); in stable_newchunk()