Home
last modified time | relevance | path

Searched refs:ORIG_NAME (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/xtensa/boot/lib/
H A Dzmem.c30 #define ORIG_NAME 8 macro
50 if ((flags & ORIG_NAME) != 0) in gunzip()
/openbmc/u-boot/lib/
H A Dgunzip.c22 #define ORIG_NAME 8 macro
57 if ((flags & ORIG_NAME) != 0) in gzip_parse_header()
159 if ((flags & ORIG_NAME) != 0) in gzwrite()
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c56 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c47 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
/openbmc/linux/lib/
H A Dinflate.c1186 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
1247 if ((flags & ORIG_NAME) != 0) { in gunzip()
/openbmc/linux/fs/
H A Dbinfmt_flat.c177 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
243 if (buf[3] & ORIG_NAME) { in decompress_exec()
/openbmc/qemu/hw/core/
H A Dloader.c553 #define ORIG_NAME 8 macro
581 if ((flags & ORIG_NAME) != 0) { in gunzip()