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

/freebsd-10-stable/sys/boot/ficl/
H A Dficl.c123 pSys->pExtend = fsi->pExtend;
259 pVM->pExtend = pSys->pExtend;
H A Dficl.h481 void * pExtend; /* vm extension pointer for app use - initialized from FICL_SYSTEM */ member in struct:vm
839 ** Note: the pExtend pointer is there to provide context for applications. It is copied
840 ** to each VM's pExtend field as that VM is created.
845 void *pExtend; /* Initializes VM's pExtend pointer (for application use) */ member in struct:ficl_system
898 void *pExtend; /* Initializes VM's pExtend pointer - for application use */ member in struct:ficl_system_info

Completed in 116 milliseconds