Searched defs:iodc_data (Results 1 – 2 of 2) sorted by relevance
729 struct iodc_data { struct736 iodc_more: 1, /* iodc_data is: 0:8-byte, 1:16-byte */ argument737 iodc_word: 1, /* iodc_data is: 0:byte, 1:word */ argument738 iodc_pf: 1, /* 1:supports powerfail */739 iodc_type: 5; /* see below */740 u_int iodc_sv_rev: 4, /* software version revision number */741 iodc_sv_model:20, /* software interface model # */742 iodc_sv_opt: 8; /* type-specific options */743 u_char iodc_rev; /* revision number of IODC code */744 u_char iodc_dep; /* module-dependent information */[all …]
372 #define IOSPA(spa,iodc_data) \ argument