Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c57 static struct inodesc *freeinodesc; /* free list of inodesc structs */ variable
106 freeinodesc = (struct inodesc *)xcalloc(nused, sizeof (*freeinodesc)); in allocino()
107 if (freeinodesc == (struct inodesc *)0) { in allocino()
115 ialloc[0] = freeinodesc; in allocino()