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

/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.c72 } ch_u; member in struct:chunk
209 ch->ch_u.mem.ptr = ptr;
257 if (fd == ch->ch_u.file.fd &&
259 ofs == (off_t)(ch->ch_u.file.ofs + ch->ch_size)) {
264 ofs = ch->ch_u.file.ofs + ch->ch_size;
274 ch->ch_u.file.ofs = ofs;
275 ch->ch_u.file.fd = fd;
612 error = image_copyout_file(fd, sz, ch->ch_u.file.fd,
613 ch->ch_u.file.ofs + ofs);
616 error = image_copyout_memory(fd, sz, ch->ch_u
[all...]

Completed in 91 milliseconds