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

/xsrc/external/mit/libFS/dist/src/
H A DFSOpenFont.c66 fsOpenBitmapFontReq *req;
78 (nbytes > (FSMaxRequestBytes(svr) - SIZEOF(fsOpenBitmapFontReq))))
/xsrc/external/mit/xfs/dist/difs/
H A Dswapreq.c289 REQUEST(fsOpenBitmapFontReq);
H A Ddispatch.c836 REQUEST(fsOpenBitmapFontReq);
837 fname = (unsigned char *)stuff + SIZEOF(fsOpenBitmapFontReq);
840 REQUEST_FIXED_SIZE(fsOpenBitmapFontReq, (nbytes + 1));
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h369 } fsOpenBitmapFontReq; typedef in typeref:struct:__anond2353fb41908
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c1627 fsOpenBitmapFontReq openreq;
1720 openreq.length = (SIZEOF(fsOpenBitmapFontReq) + namelen + 4) >> 2;
1723 _fs_write(conn, (char *) &openreq, SIZEOF(fsOpenBitmapFontReq));
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c1624 fsOpenBitmapFontReq openreq;
1717 openreq.length = (SIZEOF(fsOpenBitmapFontReq) + namelen + 4) >> 2;
1720 _fs_write(conn, (char *) &openreq, SIZEOF(fsOpenBitmapFontReq));

Completed in 15 milliseconds