Searched defs:logout (Results 1 – 8 of 8) sorted by relevance
| /openbmc/webui-vue/src/store/modules/Authentication/ |
| H A D | AuthenticanStore.js | 50 logout(state) { method in AuthenticationStore.mutations 84 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 | 137 def logout(self): member in bmc_redfish
|
| /openbmc/qemu/hw/mips/ |
| H A D | malta.c | 152 # define logout(fmt, ...) \ macro 155 # define logout(fmt, ...) ((void)0) macro
|
| /openbmc/qemu/block/ |
| H A D | vdi.c | 100 #define logout(fmt, ...) \ macro
|
| /openbmc/qemu/hw/net/ |
| H A D | eepro100.c | 75 #define logout(fmt, ...) fprintf(stderr, "EE100\t%-24s" fmt, __func__, ## __VA_ARGS__) macro 77 #define logout(fmt, ...) ((void)0) macro
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 466 def logout(host, username, pw, session, jsonFormat): function
|
| /openbmc/phosphor-webui/app/common/services/ |
| H A D | api-utils.js | 502 logout: function(callback) { method in AnonymousFunction1ea782bb0200.SERVICE
|