| /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 393 TRACE(INT, logout("interrupt disabled\n")); in disable_interrupt() 402 TRACE(INT, logout("interrupt enabled\n")); in enable_interrupt() 485 TRACE(OTHER, logout("%p\n", s)); in e100_pci_reset() 520 logout("Device %X is undefined!\n", device); in e100_pci_reset() 580 logout("Get device id and revision from EEPROM!!!\n"); in e100_pci_reset() 602 TRACE(EEPROM, logout("checksum=0x%04x\n", eeprom_contents[EEPROM_SIZE - 1])); in nic_selective_reset() 614 TRACE(OTHER, logout("%p\n", s)); in nic_reset() 659 TRACE(OTHER, logout("val=0x%04x\n", val)); [all …]
|
| /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 162 logout("CS=%u SK=%u DI=%u DO=%u, tick = %u\n", in eeprom93xx_write() 167 logout("Cycle start, waiting for 1st start bit (0)\n"); in eeprom93xx_write() 202 logout("Got correct 1st start bit, waiting for 2nd start bit (1)\n"); in eeprom93xx_write() 205 logout("wrong 1st start bit (is 1, should be 0)\n"); in eeprom93xx_write() 212 logout("Got correct 2nd start bit, getting command + address\n"); in eeprom93xx_write() 215 logout("1st start bit is longer than needed\n"); in eeprom93xx_write() 229 logout("%s command, address = 0x%02x (value 0x%04x)\n", in eeprom93xx_write() 239 logout("write disable command\n"); in eeprom93xx_write() [all …]
|
| /openbmc/qemu/block/ |
| H A D | vdi.c | 100 #define logout(fmt, ...) \ macro 246 logout("text %s", header->text); in vdi_header_print() 247 logout("signature 0x%08x\n", header->signature); in vdi_header_print() 248 logout("header size 0x%04x\n", header->header_size); in vdi_header_print() 249 logout("image type 0x%04x\n", header->image_type); in vdi_header_print() 250 logout("image flags 0x%04x\n", header->image_flags); in vdi_header_print() 251 logout("description %s\n", header->description); in vdi_header_print() 252 logout("offset bmap 0x%04x\n", header->offset_bmap); in vdi_header_print() 253 logout("offset data 0x%04x\n", header->offset_data); in vdi_header_print() 254 logout("cylinders 0x%04x\n", header->cylinders); in vdi_header_print() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/ |
| H A D | 0002-Add-debian-csh-scripts.patch | 12 csh.logout | 1 + 16 create mode 100644 csh.logout 53 diff --git a/csh.logout b/csh.logout 57 +++ b/csh.logout 59 +# /etc/csh.logout: system-wide .logout file for csh(1) and tcsh(1)
|
| /openbmc/phosphor-webui/app/common/services/ |
| H A D | userModel.js | 45 logout: function(callback) { 46 APIUtils.logout(function(response, error) {
|
| /openbmc/qemu/hw/mips/ |
| H A D | malta.c | 152 # define logout(fmt, ...) \ macro 155 # define logout(fmt, ...) ((void)0) macro 295 logout("%u: scl = %u, sda = %u, data = 0x%02x\n", in eeprom24c0x_read() 303 logout("%u: scl = %u->%u, sda = %u->%u i2c %s\n", in eeprom24c0x_write() 312 logout("%u: scl = %u->%u, sda = %u->%u wait for i2c start\n", in eeprom24c0x_write() 315 logout("%u: scl = %u->%u, sda = %u->%u trigger bit\n", in eeprom24c0x_write() 318 logout("\ti2c ack bit = 0\n"); in eeprom24c0x_write() 323 logout("\ti2c bit = %d\n", bit); in eeprom24c0x_write() 329 logout("\tcommand 0x%04x, %s\n", eeprom->command, in eeprom24c0x_write() 343 logout("\taddress 0x%04x, data 0x%02x\n", in eeprom24c0x_write() [all …]
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | app-header.js | 129 $scope.logout = function() { 130 userModel.logout(function(status, error) {
|
| /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/openbmc-test-automation/docs/ |
| H A D | redfish_request_via_mTLS.md | 67 privilege, and then verifies the login via Redfish. Therefore, it will logout 69 not need to use mTLS to authenticate login and logout. It can be replaced as
|
| H A D | redfish_coding_guidelines.md | 113 expect that login/logout have already been handled. Therefore, such keywords
|
| /openbmc/webui-vue/src/components/AppHeader/ |
| H A D | AppHeader.vue | 97 data-test-id="appHeader-link-logout" 98 @click="logout" 244 logout() { 245 this.$store.dispatch('authentication/logout');
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/ |
| H A D | wtmpdb_0.11.0.bb | 3 DESCRIPTION = "last reports the login and logout times of users and when the machine got rebooted."
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish.py | 137 def logout(self): member in bmc_redfish 141 super(bmc_redfish, self).logout()
|
| H A D | obmc_boot_test.py | 1245 redfish.logout()
|
| H A D | rest_client.robot | 223 ... /logout json=${data} headers=${headers}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/ |
| H A D | tcsh_6.24.12.bb | 34 … install -m 0644 ${S}/csh.cshrc ${S}/csh.login ${S}/csh.logout ${S}/complete.tcsh ${D}${sysconfdir}
|
| /openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
| H A D | test_gui_header.robot | 45 [Documentation] Verify OpenBMC GUI logout.
|
| /openbmc/phosphor-webui/app/ |
| H A D | index.js | 216 if (['/', '/login', '/logout'].indexOf(path) == -1 &&
|
| /openbmc/openbmc-test-automation/lib/serial_connection/ |
| H A D | serial_console_client.robot | 34 Telnet.Read Until Regexp (Password:|logout)
|
| /openbmc/webui-vue/src/views/ChangePassword/ |
| H A D | ChangePassword.vue | 123 this.$store.dispatch('authentication/logout');
|
| /openbmc/webui-vue/tests/unit/__snapshots__/ |
| H A D | AppHeader.spec.js.snap | 188 data-test-id="appHeader-link-logout"
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_service_root.robot | 15 [Documentation] Login to BMCweb and then logout.
|
| H A D | test_sessions_management.robot | 83 [Documentation] Verify able to login and logout using the session created
|
| /openbmc/webui-vue/src/views/ProfileSettings/ |
| H A D | ProfileSettings.vue | 246 this.$store.dispatch('authentication/logout');
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_general.robot | 206 [Teardown] Redfish.logout 227 [Teardown] Redfish.logout
|