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

/freebsd-current/usr.bin/mkimg/
H A Dimage.c70 } ch_u; member in struct:chunk
207 ch->ch_u.mem.ptr = ptr;
255 if (fd == ch->ch_u.file.fd &&
257 ofs == (off_t)(ch->ch_u.file.ofs + ch->ch_size)) {
262 ofs = ch->ch_u.file.ofs + ch->ch_size;
272 ch->ch_u.file.ofs = ofs;
273 ch->ch_u.file.fd = fd;
624 error = image_copyout_file(fd, sz, ch->ch_u.file.fd,
625 ch->ch_u.file.ofs + ofs);
628 error = image_copyout_memory(fd, sz, ch->ch_u
[all...]

Completed in 57 milliseconds