Searched defs:logout (Results 1 – 11 of 11) sorted by relevance
/openbmc/webui-vue/src/store/modules/Authentication/ |
H A D | AuthenticanStore.js | 50 logout(state) { method in AuthenticationStore.mutations 83 logout({ commit, state }) { method in AuthenticationStore.actions
|
/openbmc/qemu/hw/nvram/ |
H A D | eeprom93xx.c | 47 #define logout(fmt, ...) fprintf(stderr, "EEPROM\t%-24s" fmt, __func__, ## __VA_ARGS__) macro 49 #define logout(fmt, ...) ((void)0) macro
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish.py | 120 def logout(self): member in bmc_redfish
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | err_ev7.h | 177 struct ev7_pal_logout_subpacket logout; /* Type 1 */ member 191 struct ev7_pal_logout_subpacket *logout; /* Type 1 */ member
|
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 157 # define logout(fmt, ...) \ macro 160 # define logout(fmt, ...) ((void)0) macro
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | core_mcpcia.c | 445 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) in mcpcia_print_uncorrectable()
|
/openbmc/qemu/block/ |
H A D | vdi.c | 98 #define logout(fmt, ...) \ macro
|
/openbmc/qemu/hw/net/ |
H A D | eepro100.c | 73 #define logout(fmt, ...) fprintf(stderr, "EE100\t%-24s" fmt, __func__, ## __VA_ARGS__) macro 75 #define logout(fmt, ...) ((void)0) macro
|
/openbmc/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 1607 struct bnx2i_logout_response *logout; in bnx2i_process_logout_resp() local
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 502 logout: function(callback) { method in AnonymousFunction1ea782bb0200.SERVICE
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 466 def logout(host, username, pw, session, jsonFormat): function
|