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

/freebsd-11-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;
608 case CH_TYPE_ZEROES:
637 if (ch->ch_type != CH_TYPE_ZEROES)
679 if (ch->ch_type == CH_TYPE_ZEROES) {

Completed in 58 milliseconds