Home
last modified time | relevance | path

Searched refs:XCACHESIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c248 #define XCACHESIZE (4096 / (MAXBASENAME + 1)) macro
249 static char xcache[XCACHESIZE][MAXBASENAME + 1]; /* cache for X. files */
260 if (xcachesize < XCACHESIZE) {
346 if (xcachesize >= XCACHESIZE)