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

/xsrc/external/mit/libFS/dist/src/
H A DFSSetCats.c63 fsSetCataloguesReq *req;
83 (len > (FSMaxRequestBytes(svr) - SIZEOF(fsSetCataloguesReq))))
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c509 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/
H A DFSproto.h312 } fsSetCataloguesReq; typedef in typeref:struct:__anond2353fb41308
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c3088 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/
H A Dfserve.c3049 fsSetCataloguesReq screq;
3107 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2;
3110 if (_fs_write(conn, (char *) &screq, SIZEOF(fsSetCataloguesReq)) != FSIO_READY)

Completed in 13 milliseconds