Home
last modified time | relevance | path

Searched defs:logout (Results 1 – 11 of 11) sorted by relevance

/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js50 logout(state) { method in AuthenticationStore.mutations
83 logout({ commit, state }) { method in AuthenticationStore.actions
/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c47 #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 Dbmc_redfish.py120 def logout(self): member in bmc_redfish
/openbmc/linux/arch/alpha/include/asm/
H A Derr_ev7.h177 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 Dmalta.c157 # define logout(fmt, ...) \ macro
160 # define logout(fmt, ...) ((void)0) macro
/openbmc/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c445 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) in mcpcia_print_uncorrectable()
/openbmc/qemu/block/
H A Dvdi.c98 #define logout(fmt, ...) \ macro
/openbmc/qemu/hw/net/
H A Deepro100.c73 #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 Dbnx2i_hwi.c1607 struct bnx2i_logout_response *logout; in bnx2i_process_logout_resp() local
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js502 logout: function(callback) { method in AnonymousFunction1ea782bb0200.SERVICE
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py466 def logout(host, username, pw, session, jsonFormat): function