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

/freebsd-9.3-release/sys/boot/ficl/
H A Dfileaccess.c71 ficlFILE *ff = (ficlFILE *)malloc(sizeof(ficlFILE));
95 static int closeFiclFILE(ficlFILE *ff) /* ( fileid -- ior ) */
104 ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
174 ficlFILE *ff = (ficlFILE *)stackPopPtr(pVM->pStack);
195 ficlFILE *ff = (ficlFILE *)stackPopPt
[all...]
H A Dficl.h1146 typedef struct ficlFILE struct
1150 } ficlFILE; typedef in typeref:struct:ficlFILE

Completed in 86 milliseconds