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

/freebsd-10-stable/sys/boot/ficl/
H A Dficl.c164 ** linked into the vmList of FICL_SYSTEM, we don't have to pass the VM
172 ficlFreeVM(pSys->vmList);
257 pVM->link = pSys->vmList;
262 pSys->vmList = pVM;
277 FICL_VM *pList = pSys->vmList;
281 if (pSys->vmList == pVM)
283 pSys->vmList = pSys->vmList->link;
673 while (pSys->vmList != NULL)
675 FICL_VM *pVM = pSys->vmList;
[all...]
H A Dficl.h846 FICL_VM *vmList; member in struct:ficl_system

Completed in 163 milliseconds