struct_ciw

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

struct_ciw - command information word (CIW) layout

SYNOPSIS

 struct ciw {
   __u32 et:2;
   __u32 reserved:2;
   __u32 ct:4;
   __u32 cmd:8;
   __u32 count:16;
 };  
 

MEMBERS

et

entry type

reserved

reserved bits

ct

command type

cmd

command code

count

command count

AUTHOR

Cornelia Huck <cornelia.huck@de.ibm.com>

Author.