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

/freebsd-13-stable/usr.bin/mkimg/
H A Dimage.c74 #define CH_TYPE_ZEROES 0 /* Chunk is a gap (no data). */ macro
232 if (ch != NULL && ch->ch_type == CH_TYPE_ZEROES) {
244 ch->ch_type = CH_TYPE_ZEROES;
622 case CH_TYPE_ZEROES:
651 if (ch->ch_type != CH_TYPE_ZEROES)
693 if (ch->ch_type == CH_TYPE_ZEROES) {

Completed in 119 milliseconds