Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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()
H A Dmisc.c255 ficlCompileCpufunc(ficlSystem *pSys) in ficlCompileCpufunc() argument
257 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompileCpufunc()
259 FICL_SYSTEM_ASSERT(pSys, dp); in ficlCompileCpufunc()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c594 ficlCompilePciBios(ficlSystem *pSys) in ficlCompilePciBios() argument
596 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlCompilePciBios()
598 FICL_SYSTEM_ASSERT(pSys, dp); in ficlCompilePciBios()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c1061 ficlSystemCompilePlatform(ficlSystem *pSys) in ficlSystemCompilePlatform() argument
1063 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlSystemCompilePlatform()
1064 ficlDictionary *env = ficlSystemGetEnvironment(pSys); in ficlSystemCompilePlatform()
1069 FICL_SYSTEM_ASSERT(pSys, dp); in ficlSystemCompilePlatform()
1070 FICL_SYSTEM_ASSERT(pSys, env); in ficlSystemCompilePlatform()
1144 (*fnpp)(pSys); in ficlSystemCompilePlatform()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1553 ficlEfiCompilePlatform(ficlSystem *pSys) in ficlEfiCompilePlatform() argument
1555 ficlDictionary *dp = ficlSystemGetDictionary(pSys); in ficlEfiCompilePlatform()
1557 FICL_SYSTEM_ASSERT(pSys, dp); in ficlEfiCompilePlatform()