Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcunion.c46 } Union_t; typedef
71 reg Union_t* un;
74 un = (Union_t*)disc;
104 reg Union_t* un;
108 un = (Union_t*)disc;
172 reg Union_t* un;
178 if(!(un = (Union_t*)malloc(sizeof(Union_t)+(n-1)*sizeof(File_t))) )