Home
last modified time | relevance | path

Searched refs:pSys (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dpnp.c213 ficlCompilePnp(ficlSystem *pSys) in ficlCompilePnp() argument
215 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompilePnp()
217 FICL_SYSTEM_ASSERT(pSys, dp); in ficlCompilePnp()
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dbiospci.c582 ficlCompilePciBios(ficlSystem *pSys) in ficlCompilePciBios() argument
584 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompilePciBios()
586 FICL_SYSTEM_ASSERT(pSys, dp); in ficlCompilePciBios()
635 ficlCompileCpufunc(ficlSystem *pSys) in ficlCompileCpufunc() argument
637 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompileCpufunc()
639 FICL_SYSTEM_ASSERT(pSys, dp); in ficlCompileCpufunc()
/titanic_53/usr/src/common/ficl/
H A Dloader.c867 ficlSystemCompilePlatform(ficlSystem *pSys) in ficlSystemCompilePlatform() argument
869 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlSystemCompilePlatform()
870 ficlDictionary *env = ficlSystemGetEnvironment(pSys); in ficlSystemCompilePlatform()
875 FICL_SYSTEM_ASSERT(pSys, dp); in ficlSystemCompilePlatform()
876 FICL_SYSTEM_ASSERT(pSys, env); in ficlSystemCompilePlatform()
920 (*fnpp)(pSys); in ficlSystemCompilePlatform()
/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Denv.c1146 ficlEfiCompilePlatform(ficlSystem *pSys) in ficlEfiCompilePlatform() argument
1148 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlEfiCompilePlatform()
1150 FICL_SYSTEM_ASSERT(pSys, dp); in ficlEfiCompilePlatform()