Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/alpha/lib/
H A Dcallback_srm.S19 ldq $0,hwrpb # gp is set up by CALLBACK macro.
59 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro
65 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro
78 CALLBACK(puts, CCB_PUTS, 4)
79 CALLBACK(open, CCB_OPEN, 3)
80 CALLBACK(close, CCB_CLOSE, 2)
81 CALLBACK(read, CCB_READ, 5)
82 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1)
83 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1)
84 CALLBACK(getenv, CCB_GET_ENV, 4)
[all …]
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp385 STDAPI_(void) CALLBACK DLLCOMRegister(HWND, HINSTANCE, LPSTR, int);
386 STDAPI_(void) CALLBACK DLLCOMRegister(HWND, HINSTANCE, LPSTR, int) in STDAPI_()
391 STDAPI_(void) CALLBACK DLLCOMUnregister(HWND, HINSTANCE, LPSTR, int);
392 STDAPI_(void) CALLBACK DLLCOMUnregister(HWND, HINSTANCE, LPSTR, int) in STDAPI_()
/openbmc/qemu/ui/
H A Dwin32-kbd-hook.c18 static LRESULT CALLBACK keyboard_hook_cb(int code, WPARAM wparam, LPARAM lparam) in keyboard_hook_cb()
/openbmc/phosphor-net-ipmid/
H A Dcomm_module.cpp59 session::Privilege::CALLBACK, in sessionSetupCommands()
H A Dsession.hpp35 CALLBACK, enumerator
/openbmc/qemu/util/
H A Dcoroutine-windows.c62 static void CALLBACK coroutine_trampoline(void *co_) in coroutine_trampoline()
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp50 static_cast<uint8_t>(session::Privilege::CALLBACK) || in setSessionPrivilegeLevel()
H A Drakp12.cpp159 session::Privilege::CALLBACK)) in RAKP12()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c778 static HRESULT CALLBACK whpx_emu_ioport_callback( in whpx_emu_ioport_callback()
789 static HRESULT CALLBACK whpx_emu_mmio_callback( in whpx_emu_mmio_callback()
798 static HRESULT CALLBACK whpx_emu_getreg_callback( in whpx_emu_getreg_callback()
820 static HRESULT CALLBACK whpx_emu_setreg_callback( in whpx_emu_setreg_callback()
848 static HRESULT CALLBACK whpx_emu_translate_callback( in whpx_emu_translate_callback()
/openbmc/docs/architecture/
H A Dipmi-architecture.md61 "privilege": enum:privilege - ADMIN, USER, OPERATOR, CALLBACK;