Home | History | Annotate | Download | only in bios

Lines Matching refs:Header

86 //       8 : boot catalog : bad header
3153 Bit16u ata_cmd_packet(device, cmdlen, cmdseg, cmdoff, header, length, inout, bufseg, bufoff)
3156 Bit16u header;
3175 // The header length must be even
3176 if (header & 1) {
3177 BX_DEBUG_ATA("ata_cmd_packet : header must be even (%04x)\n",header);
3280 if(header>lcount) {
3282 header-=lcount;
3286 lbefore=header;
3287 header=0;
3646 if(buffer[0x00]!=0x01)return 8; // Header
10198 ;; Header:
10245 ;; Look at the ROM's PnP Expansion header. Properly, we're supposed
10249 mov bx, 0x001a ;; 0x1A is the offset into ROM header that contains...
10250 mov ax, [bx] ;; the offset of PnP expansion header, where...
10280 mov ax, 0x1a[bx] ;; 0x1A is also the offset into the expansion header of...