Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/
H A Dimage.c73 #define CH_TYPE_FILE 1 /* File-backed chunk. */ macro
254 if (ch != NULL && ch->ch_type == CH_TYPE_FILE) { in image_chunk_append()
271 ch->ch_type = CH_TYPE_FILE; in image_chunk_append()
623 case CH_TYPE_FILE: in image_copyout_region()
689 if (ch->ch_type == CH_TYPE_FILE) in image_write()
713 case CH_TYPE_FILE: in image_cleanup()