Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dihooks.py216 def __init__(self, hooks = None, verbose = VERBOSE): argument
218 self.hooks = hooks or Hooks(verbose)
221 return self.hooks.default_path()
224 return self.hooks.modules_dict()
227 return self.hooks
229 def set_hooks(self, hooks): argument
230 self.hooks = hooks
234 if self.hooks.is_builtin(name):
236 if self.hooks.is_frozen(name):
244 fullname = self.hooks.path_join(dir, name)
[all …]
Drexec.py158 def __init__(self, hooks = None, verbose = 0): argument
191 self.hooks = hooks or RHooks(verbose)
192 self.hooks.set_rexec(self)
206 self.loader = RModuleLoader(self.hooks, verbose)
301 self.modules[mname] = m = self.hooks.new_module(mname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sqlite.py7 factory, transactions, hooks, regression,
13 hooks.suite(), regression.suite(), dump.suite())
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
DStatusCodeHandlerRuntimeDxe.uni4 // The Status Code Handler Driver that produces general handlers and hooks them onto the DXE status…
18 #string STR_MODULE_ABSTRACT #language en-US "Produces general handlers and hooks them o…
20 … en-US "The Status Code Handler Driver that produces general handlers and hooks them onto the DXE …
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
DStatusCodeHandlerPei.uni4 // This is the Report Status Code Handler PEIM that produces general handlers and hooks them onto t…
18 …RACT #language en-US "PEIM that produces general handlers and hooks them onto the PEI …
20 …is the Report Status Code Handler PEIM that produces general handlers and hooks them onto the PEI …
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
DStatusCodeHandlerSmm.uni4 // This is the Status Code Handler Driver that produces general handlers and hooks them onto the SM…
18 #string STR_MODULE_ABSTRACT #language en-US "Produces general handlers and hooks them o…
20 …This is the Status Code Handler Driver that produces general handlers and hooks them onto the SMM …
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.uni4 // This library hooks LoadImage() API to verify every image by the verification policy.
25 #string STR_MODULE_DESCRIPTION #language en-US "This library hooks LoadImage() API to veri…
DDxeImageVerificationLib.inf4 # This library hooks LoadImage() API to verify every image by the verification policy.
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.uni4 // This library instance hooks LoadImage() API to measure every image that
26 #string STR_MODULE_DESCRIPTION #language en-US "This library instance hooks LoadImage() AP…
DDxeTpmMeasureBootLib.inf4 # This library instance hooks LoadImage() API to measure every image that
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.uni4 // This library instance hooks LoadImage() API to measure every image that
26 #string STR_MODULE_DESCRIPTION #language en-US "This library instance hooks LoadImage() AP…
DDxeTpm2MeasureBootLib.inf4 # This library instance hooks LoadImage() API to measure every image that
/device/generic/goldfish/qemud/
Dqemud.c339 LoopHook* hooks; member
350 l->hooks = NULL; in looper_init()
358 xfree(l->hooks); in looper_done()
372 LoopHook* hook = l->hooks; in looper_find()
391 xrenew( l->hooks, new_max ); in looper_grow()
397 LoopHook* hook = l->hooks + n; in looper_grow()
417 hook = l->hooks + l->num_fds; in looper_add()
535 LoopHook* hook = l->hooks + n; in looper_loop()
546 LoopHook* hook = l->hooks + n; in looper_loop()
553 hook[0] = l->hooks[l->num_fds-1]; in looper_loop()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformFvbLibNull/
DPlatformFvbLibNull.inf4 # This library handles hooks for the EMU Variable FVB driver.
/device/linaro/bootloader/edk2/OvmfPkg/Library/EmuVariableFvbLib/
DEmuVariableFvbLib.inf4 # This library handles hooks for the EMU Variable FVB driver.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md770 *Note : These PSCI APIs require platform power management hooks to be
774 hooks to be registered with the generic PSCI code to be supported.
1090 At runtime the platform hooks for power down are invoked by the PSCI service to
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.dec89 ## @libraryclass Provide platform specific hooks.
93 ## @libraryclass Provide platform specific hooks for SMM core.