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

/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h287 typedef fsReq fsNoopReq; typedef in typeref:typename:fsReq
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c1385 fsNoopReq req;
1389 req.length = SIZEOF(fsNoopReq) >> 2;
1391 _fs_write(conn, (char *) &req, SIZEOF(fsNoopReq));
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c1372 fsNoopReq req;
1376 req.length = SIZEOF(fsNoopReq) >> 2;
1378 _fs_write(conn, (char *) &req, SIZEOF(fsNoopReq));

Completed in 11 milliseconds