Home | History | Annotate | Download | only in stage2

Lines Matching refs:dap

27 extern int biosdisk_int13_extensions (int ax, int drive, void *dap);
65 } __attribute__ ((packed)) dap;
75 /* FIXME: sizeof (DAP) must be 0x10. Should assert that the compiler
77 dap.length = sizeof (dap);
78 dap.block = sector;
79 dap.blocks = nsec;
80 dap.reserved = 0;
83 dap.buffer = segment << 16;
85 err = biosdisk_int13_extensions ((read + 0x42) << 8, drive, &dap);