Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 25 of 43) sorted by relevance

12

/device/generic/goldfish/qemud/
Dqemud.c372 LoopHook* hook = l->hooks; in looper_find() local
373 LoopHook* end = hook + l->num_fds; in looper_find()
375 for ( ; hook < end; hook++ ) { in looper_find()
376 if (hook->fd == fd) in looper_find()
377 return hook; in looper_find()
397 LoopHook* hook = l->hooks + n; in looper_grow() local
399 ev.events = hook->wanted; in looper_grow()
400 ev.data.ptr = hook; in looper_grow()
401 epoll_ctl( l->epoll_fd, EPOLL_CTL_MOD, hook->fd, &ev ); in looper_grow()
412 LoopHook* hook; in looper_add() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/
DPlatformHookLibSerialPortPpi.uni4 … implementations to support core functionality. Currently this provides a hook to initialize the s…
20 … implementations to support core functionality. Currently this provides a hook to initialize the s…
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/
DWinNtOemHookStatusCodeHandlerPei.inf2 # OEM hook status code handler PEIM which produces general handler and hook it
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/
DWinNtOemHookStatusCodeHandlerDxe.inf2 # OEM hook status code handler driver which produces general handler and hook it
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
DGdbRun23 # Gdb will call hook-stop on each break. Check to see if $_exitcode was
27 define hook-stop
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c218 lua_Hook hook = L->hook; in luaD_hook() local
219 if (hook && L->allowhook) { in luaD_hook()
233 (*hook)(L, &ar); in luaD_hook()
245 int hook = LUA_HOOKCALL; in callhook() local
250 hook = LUA_HOOKTAILCALL; in callhook()
252 luaD_hook(L, hook, -1); in callhook()
Dlstate.c211 L->hook = NULL; in preinit_state()
247 L1->hook = L->hook; in lua_newthread()
Dldblib.c329 lua_Hook hook = lua_gethook(L1); in db_gethook() local
330 if (hook != NULL && hook != hookf) /* external hook? */ in db_gethook()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drunpy.py195 for hook in sys.path_hooks:
197 importer = hook(path_name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drunpy.py195 for hook in sys.path_hooks:
197 importer = hook(path_name)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DSupportItpDebug.asm18 ; This is the code for debuging IA32, to add a break hook at loading every module
DSupportItpDebug.S18 # This is the code for debuging IA32, to add a break hook at loading every module
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
DSupportItpDebug.S18 # This is the code for debuging X64, to add a break hook at loading every module
DSupportItpDebug.asm18 ; This is the code for debuging X64, to add a break hook at loading every module
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/RecoveryOemHookLib/
DRecoveryOemHookLib.inf4 # This library provides hook points for OEM w.r.t recovery
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
DStatusCodeHandlerRuntimeDxe.uni2 // Status Code Handler Driver which produces general handlers and hook them onto the DXE status cod…
DStatusCodeHandlerRuntimeDxe.inf2 # Status Code Handler Driver which produces general handlers and hook them onto the DXE status cod…
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c184 res_send_qhook hook in res_send_setqhook() argument
188 Qhook = hook; in res_send_setqhook()
193 res_send_rhook hook in res_send_setrhook() argument
197 Rhook = hook; in res_send_setrhook()
/device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/
DDetectSmbiosVersionLib.inf3 # A hook-in library for MdeModulePkg/Universal/SmbiosDxe, in order to set
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
DStatusCodeHandlerPei.uni2 // Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI statu…
DStatusCodeHandlerPei.inf2 # Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI statu…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
DStatusCodeHandlerSmm.uni2 // Status Code Handler Driver which produces general handlers and hook them onto the SMM status cod…
DStatusCodeHandlerSmm.inf2 # Status Code Handler Driver which produces general handlers and hook them onto the SMM status cod…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
DPageFaultHandler.S18 # Defines page fault handler used to hook SMM IDT
DPageFaultHandler.asm18 ; Defines page fault handler used to hook SMM IDT

12