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

/freebsd-13-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;
626 error = image_copyout_file(fd, sz, ch->ch_u.file.fd,
627 ch->ch_u.file.ofs + ofs);
630 error = image_copyout_memory(fd, sz, ch->ch_u
[all...]

Completed in 104 milliseconds