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

  /xsrc/external/mit/libFS/dist/src/
FSSetCats.c 63 fsSetCataloguesReq *req;
83 (len > (FSMaxRequestBytes(svr) - SIZEOF(fsSetCataloguesReq))))
  /xsrc/external/mit/xfs/dist/difs/
dispatch.c 509 REQUEST(fsSetCataloguesReq);
510 REQUEST_AT_LEAST_SIZE(fsSetCataloguesReq);
517 err = ValidateCatalogues(&num, (char *)stuff + SIZEOF(fsSetCataloguesReq));
519 len = (stuff->length << 2) - SIZEOF(fsSetCataloguesReq);
523 memcpy(new_cat, (char *)stuff + SIZEOF(fsSetCataloguesReq), len);
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h 312 } fsSetCataloguesReq;
  /xsrc/external/mit/libXfont/dist/src/fc/
fserve.c 3088 fsSetCataloguesReq screq;
3146 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2;
3149 if (_fs_write(conn, (char *) &screq, SIZEOF(fsSetCataloguesReq)) != FSIO_READY)
  /xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c 3049 fsSetCataloguesReq screq;
3107 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2;
3110 if (_fs_write(conn, (char *) &screq, SIZEOF(fsSetCataloguesReq)) != FSIO_READY)

Completed in 7 milliseconds