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

/freebsd-current/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) {
242 ch->ch_type = CH_TYPE_ZEROES;
620 case CH_TYPE_ZEROES:
649 if (ch->ch_type != CH_TYPE_ZEROES)
691 if (ch->ch_type == CH_TYPE_ZEROES) {

Completed in 167 milliseconds