Searched refs:logout (Results 1 - 4 of 4) sorted by relevance

/arch/alpha/kernel/
H A Derr_ev7.c37 * It is a logout frame header. Look at the one subpacket.
49 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *)
58 subpacket && i < lf_subpackets->logout->subpacket_count;
140 * Release the logout frame
251 packet->by_type.logout.whami,
252 packet->by_type.logout.rbox_whami);
253 el_print_timestamp(&packet->by_type.logout.timestamp);
257 packet->by_type.logout.exc_addr,
258 packet->by_type.logout.halt_code);
260 packet->by_type.logout
[all...]
H A Derr_marvel.c913 if (!lf_subpackets->logout || !lf_subpackets->io)
1018 if (lf_subpackets->logout &&
1019 (lf_subpackets->logout->rbox_int & 0x20000400ul))
1088 * Any errors in the logout frame have already been cleared by the
1094 * Parse the logout frame without printing first. If the only error(s)
1101 if (process_frame && lf_subpackets && lf_subpackets->logout) {
1118 lf_subpackets->io_pid = lf_subpackets->logout->whami;
1135 el_print_timestamp(&lf_subpackets->logout->timestamp);
1151 /* Release the logout frame. */
H A Dcore_mcpcia.c444 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout)
449 frame = &logout->procdata;
442 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) argument
/arch/alpha/include/asm/
H A Derr_ev7.h176 struct ev7_pal_logout_subpacket logout; /* Type 1 */ member in union:ev7_pal_subpacket::__anon60
187 * Struct to contain collected logout from subpackets.
190 struct ev7_pal_logout_subpacket *logout; /* Type 1 */ member in struct:ev7_lf_subpackets

Completed in 192 milliseconds