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
84 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.py137 def logout(self): member in bmc_redfish
/openbmc/linux/arch/alpha/include/asm/
Derr_ev7.h
/openbmc/qemu/hw/mips/
H A Dmalta.c152 # define logout(fmt, ...) \ macro
155 # define logout(fmt, ...) ((void)0) macro
/openbmc/linux/arch/alpha/kernel/
Dcore_mcpcia.c
/openbmc/qemu/block/
H A Dvdi.c100 #define logout(fmt, ...) \ macro
/openbmc/qemu/hw/net/
H A Deepro100.c75 #define logout(fmt, ...) fprintf(stderr, "EE100\t%-24s" fmt, __func__, ## __VA_ARGS__) macro
77 #define logout(fmt, ...) ((void)0) macro
/openbmc/linux/drivers/scsi/bnx2i/
Dbnx2i_hwi.c
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py466 def logout(host, username, pw, session, jsonFormat): function
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js502 logout: function(callback) { method in AnonymousFunction1ea782bb0200.SERVICE