/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() 582 logout("Get device id and revision from EEPROM!!!\n"); in e100_pci_reset() 604 TRACE(EEPROM, logout("checksum=0x%04x\n", eeprom_contents[EEPROM_SIZE - 1])); in nic_selective_reset() 616 TRACE(OTHER, logout("%p\n", s)); in nic_reset() 661 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/linux/arch/alpha/kernel/ |
H A D | err_ev7.c | 50 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *) in ev7_collect_logout_frame_subpackets() 59 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets() 252 packet->by_type.logout.whami, in ev7_process_pal_subpacket() 253 packet->by_type.logout.rbox_whami); in ev7_process_pal_subpacket() 254 el_print_timestamp(&packet->by_type.logout.timestamp); in ev7_process_pal_subpacket() 258 packet->by_type.logout.exc_addr, in ev7_process_pal_subpacket() 259 packet->by_type.logout.halt_code); in ev7_process_pal_subpacket() 261 packet->by_type.logout.subpacket_count); in ev7_process_pal_subpacket()
|
H A D | err_marvel.c | 914 if (!lf_subpackets->logout || !lf_subpackets->io) in marvel_process_io_error() 1019 if (lf_subpackets->logout && in marvel_process_logout_frame() 1020 (lf_subpackets->logout->rbox_int & 0x20000400ul)) in marvel_process_logout_frame() 1102 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check() 1119 lf_subpackets->io_pid = lf_subpackets->logout->whami; in marvel_machine_check() 1136 el_print_timestamp(&lf_subpackets->logout->timestamp); in marvel_machine_check()
|
H A D | core_mcpcia.c | 445 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) in mcpcia_print_uncorrectable() argument 450 frame = &logout->procdata; in mcpcia_print_uncorrectable()
|
/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/qemu/hw/mips/ |
H A D | malta.c | 157 # define logout(fmt, ...) \ macro 160 # define logout(fmt, ...) ((void)0) macro 300 logout("%u: scl = %u, sda = %u, data = 0x%02x\n", in eeprom24c0x_read() 308 logout("%u: scl = %u->%u, sda = %u->%u i2c %s\n", in eeprom24c0x_write() 317 logout("%u: scl = %u->%u, sda = %u->%u wait for i2c start\n", in eeprom24c0x_write() 320 logout("%u: scl = %u->%u, sda = %u->%u trigger bit\n", in eeprom24c0x_write() 323 logout("\ti2c ack bit = 0\n"); in eeprom24c0x_write() 328 logout("\ti2c bit = %d\n", bit); in eeprom24c0x_write() 334 logout("\tcommand 0x%04x, %s\n", eeprom->command, in eeprom24c0x_write() 348 logout("\taddress 0x%04x, data 0x%02x\n", in eeprom24c0x_write() [all …]
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | userModel.js | 45 logout: function(callback) { 46 APIUtils.logout(function(response, error) {
|
/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/redfish/service_root/ |
H A D | test_sessions_connection.robot | 26 [Setup] Redfish.logout 37 [Setup] Redfish.logout
|
H A D | test_service_root.robot | 16 [Documentation] Login to BMCweb and then logout.
|
/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/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | 97 data-test-id="appHeader-link-logout" 98 @click="logout" 237 logout() { 238 this.$store.dispatch('authentication/logout');
|
/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
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish.py | 128 def logout(self): member in bmc_redfish 132 super(bmc_redfish, self).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/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/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 1607 struct bnx2i_logout_response *logout; in bnx2i_process_logout_resp() local 1610 logout = (struct bnx2i_logout_response *) cqe; in bnx2i_process_logout_resp() 1613 logout->itt & ISCSI_LOGOUT_RESPONSE_INDEX); in bnx2i_process_logout_resp() 1619 resp_hdr->opcode = logout->op_code; in bnx2i_process_logout_resp() 1620 resp_hdr->flags = logout->response; in bnx2i_process_logout_resp() 1625 resp_hdr->exp_cmdsn = cpu_to_be32(logout->exp_cmd_sn); in bnx2i_process_logout_resp() 1626 resp_hdr->max_cmdsn = cpu_to_be32(logout->max_cmd_sn); in bnx2i_process_logout_resp() 1628 resp_hdr->t2wait = cpu_to_be32(logout->time_to_wait); in bnx2i_process_logout_resp() 1629 resp_hdr->t2retain = cpu_to_be32(logout->time_to_retain); in bnx2i_process_logout_resp()
|
/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/tests/unit/__snapshots__/ |
H A D | AppHeader.spec.js.snap | 188 data-test-id="appHeader-link-logout"
|
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | 119 this.$store.dispatch('authentication/logout');
|