Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/
H A Dimage.c72 #define CH_TYPE_ZEROES 0 /* Chunk is a gap (no data). */ macro
230 if (ch != NULL && ch->ch_type == CH_TYPE_ZEROES) { in image_chunk_skipto()
242 ch->ch_type = CH_TYPE_ZEROES; in image_chunk_skipto()
620 case CH_TYPE_ZEROES: in image_copyout_region()
649 if (ch->ch_type != CH_TYPE_ZEROES) in image_data()
691 if (ch->ch_type == CH_TYPE_ZEROES) { in image_write()