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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c46 static struct inodesc *freeinodesc; /* free list of inodesc structs */ variable in typeref:struct:inodesc
104 freeinodesc = (struct inodesc *)xcalloc(nused, sizeof (*freeinodesc));
105 if (freeinodesc == (struct inodesc *)0) {
113 ialloc[0] = freeinodesc;

Completed in 43 milliseconds