Searched defs:DEFSIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c263 #define DEFSIZE 128 macro
270 return (DEFSIZE);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h74 #define DEFSIZE 1000 macro
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c54 #define DEFSIZE 2048 macro
605 if (uc < DEFSIZE/2)
606 optinfsize = DEFSIZE;
608 optinfsize = ucred_size() + DEFSIZE/2;
612 return (DEFSIZE);

Completed in 2016 milliseconds