1. NAME

struct_esw1 - Format 1 Extended Status Word (ESW)

2. SYNOPSIS



 
Sélectionnez
struct esw1 {
  __u8 zero0;
  __u8 lpum;
  __u16 zero16;
  struct erw erw;
  __u32 zeros[3];
};

3. MEMBERS

zero0
    reserved zeros

lpum
    last path used mask

zero16
    reserved zeros

erw
    extended report word

zeros[3]
    three fullwords of zeros

4. AUTHOR

Cornelia Huck <>
    Author.

5. COPYRIGHT