Searched refs:BZI_HDR_OFFSET (Results 1 – 2 of 2) sorted by relevance
100 if ( image->len < ( BZI_HDR_OFFSET + sizeof ( bzimg->bzhdr ) ) ) { in bzimage_parse_header()110 copy_from_user ( &bzimg->bzhdr, src, BZI_HDR_OFFSET, in bzimage_parse_header()234 copy_to_user ( dst, BZI_HDR_OFFSET, &bzimg->bzhdr, in bzimage_update_header()
78 #define BZI_HDR_OFFSET 0x1f1 macro