Searched refs:CALLBACK (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/alpha/lib/ |
H A D | callback_srm.S | 19 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 D | install.cpp | 385 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 D | win32-kbd-hook.c | 18 static LRESULT CALLBACK keyboard_hook_cb(int code, WPARAM wparam, LPARAM lparam) in keyboard_hook_cb()
|
/openbmc/phosphor-net-ipmid/ |
H A D | comm_module.cpp | 59 session::Privilege::CALLBACK, in sessionSetupCommands()
|
H A D | session.hpp | 35 CALLBACK, enumerator
|
/openbmc/qemu/util/ |
H A D | coroutine-windows.c | 62 static void CALLBACK coroutine_trampoline(void *co_) in coroutine_trampoline()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | session_cmds.cpp | 50 static_cast<uint8_t>(session::Privilege::CALLBACK) || in setSessionPrivilegeLevel()
|
H A D | rakp12.cpp | 159 session::Privilege::CALLBACK)) in RAKP12()
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 778 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 D | ipmi-architecture.md | 61 "privilege": enum:privilege - ADMIN, USER, OPERATOR, CALLBACK;
|