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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c84 #define xmagic _xdat._magic macro
329 * safe to dereference ((xFILE*)fp)->xmagic.
336 * less than the the offset of the last xmagic field in the
339 * is identical to the offset of the first xmagic in the
340 * structure (i.e., XXXXXX000 points to an xmagic field),
344 offsetof(Pkg, Pkgn.iob[FILE_ARY_SZ-1].xmagic) &&
346 offsetof(Pkg, Pkgn.iob[0].xmagic)) {
370 xfp[i].xmagic = XMAGIC(&xfp[i]);
444 * xmagic must not be aligned on a 4K boundary. We guarantee this in
448 (((uintptr_t)&(xfp)->xmagic
[all...]

Completed in 22 milliseconds