HomeSort by relevance Sort by last modified time
    Searched refs:BZI_HDR_OFFSET (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/
bzimage.h 78 #define BZI_HDR_OFFSET 0x1f1
  /external/syslinux/gpxe/src/arch/i386/image/
bzimage.c 100 if ( image->len < ( BZI_HDR_OFFSET + sizeof ( bzimg->bzhdr ) ) ) {
110 copy_from_user ( &bzimg->bzhdr, src, BZI_HDR_OFFSET,
234 copy_to_user ( dst, BZI_HDR_OFFSET, &bzimg->bzhdr,

Completed in 146 milliseconds