HomeSort by: relevance | last modified time | path
    Searched refs:fsCloseReq (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h 396 typedef fsResourceReq fsCloseReq;
  /xsrc/external/mit/libXfont/dist/src/fc/
fserve.c 1850 fsCloseReq req;
1857 req.length = SIZEOF(fsCloseReq) >> 2;
1860 _fs_write(conn, (char *) &req, SIZEOF(fsCloseReq));
  /xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c 1837 fsCloseReq req;
1844 req.length = SIZEOF(fsCloseReq) >> 2;
1847 _fs_write(conn, (char *) &req, SIZEOF(fsCloseReq));

Completed in 7 milliseconds