Searched refs:nPAD (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/boot/ficl/
H A Dficl.h461 #if !defined nPAD
462 #define nPAD 256 macro
497 char pad[nPAD]; /* the scratch area (see above) */
H A Dvm.c366 if (SI_COUNT(si) > nPAD)
367 SI_SETLEN(si, nPAD);
H A Dwords.c3532 if (SI_COUNT(si) > nPAD-1)
3533 SI_SETLEN(si, nPAD-1);
5022 ficlSetEnv(pSys, "/hold", nPAD);
5023 ficlSetEnv(pSys, "/pad", nPAD);

Completed in 168 milliseconds