'\" t .\" Title: struct sublog .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: The ccw bus .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "STRUCT SUBLOG" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "The ccw bus" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_sublog \- subchannel logout area .SH "SYNOPSIS" .sp .nf struct sublog { __u32 res0:1; __u32 esf:7; __u32 lpum:8; __u32 arep:1; __u32 fvf:5; __u32 sacc:2; __u32 termc:2; __u32 devsc:1; __u32 serr:1; __u32 ioerr:1; __u32 seqc:3; }; .fi .SH "MEMBERS" .PP __u32:1 res0 .RS 4 reserved .RE .PP __u32:7 esf .RS 4 extended status flags .RE .PP __u32:8 lpum .RS 4 last path used mask .RE .PP __u32:1 arep .RS 4 ancillary report .RE .PP __u32:5 fvf .RS 4 field\-validity flags .RE .PP __u32:2 sacc .RS 4 storage access code .RE .PP __u32:2 termc .RS 4 termination code .RE .PP __u32:1 devsc .RS 4 device\-status check .RE .PP __u32:1 serr .RS 4 secondary error .RE .PP __u32:1 ioerr .RS 4 i/o\-error alert .RE .PP __u32:3 seqc .RS 4 sequence code .RE .SH "AUTHOR" .PP \fBCornelia Huck\fR <\&cornelia.huck@de.ibm.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br