HomeSort by: relevance | last modified time | path
    Searched defs:CACHESIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
rpcb_clnt.c 94 #define CACHESIZE 6
105 static int cachesize; variable in typeref:typename:int
210 cachesize--;
263 if (cachesize < CACHESIZE) {
266 cachesize++;
  /src/sys/dev/pci/
ahc_pci.c 692 #define CACHESIZE 0x0000003ful /* only 5 bits */
991 pci_conf_read(pa->pa_pc, pa->pa_tag, CSIZE_LATTIME) & CACHESIZE;
1665 * Cachesize must also be zero due to stray DAC

Completed in 15 milliseconds