Searched defs:Dap (Results 1 – 1 of 1) sorted by relevance
30 typedef struct Dap Dap; typedef97 struct Dap { /* a device address packet */ struct98 uchar size;99 uchar _unused1;100 uchar nsects;101 uchar _unused2;102 union {109 uvlong stsect; /* starting sector */111 uvlong addr64; /* instead of addr, if addr is ~0 */112 ulong lnsects; /* nsects to match addr64 */[all …]