Searched defs:iodc_data (Results 1 – 2 of 2) sorted by relevance
741 struct iodc_data { struct748 iodc_more: 1, /* iodc_data is: 0:8-byte, 1:16-byte */ argument749 iodc_word: 1, /* iodc_data is: 0:byte, 1:word */ argument750 iodc_pf: 1, /* 1:supports powerfail */751 iodc_type: 5; /* see below */752 u_int iodc_sv_rev: 4, /* software version revision number */753 iodc_sv_model:20, /* software interface model # */754 iodc_sv_opt: 8; /* type-specific options */755 u_char iodc_rev; /* revision number of IODC code */756 u_char iodc_dep; /* module-dependent information */[all …]
354 #define IOSPA(spa,iodc_data) \ argument