Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dstable.c59 struct chunklst { struct
60 struct chunklst *next; argument
64 struct chunklst *Stablechunks; argument
99 struct chunklst *cp, *nc; in stable_fini()
124 struct chunklst *save = Stablechunks; in stable_newchunk()
131 Stablechunks = MALLOC(sizeof (struct chunklst)); in stable_newchunk()