Searched refs:nEnvCells (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dficl.c100 int nEnvCells; local
112 nEnvCells = fsi->nEnvCells;
113 if (nEnvCells <= 0)
114 nEnvCells = FICL_DEFAULT_DICT;
119 pSys->envp = dictCreate((unsigned)nEnvCells);
H A Dficl.h899 int nEnvCells; /* Size of Environment dictionary */ member in struct:ficl_system_info

Completed in 103 milliseconds