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

/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c93 static int xfsread(ino_t, void *, size_t);
100 xfsread(ino_t inode, void *buf, size_t nbyte) function
262 if (xfsread(ino, &hdr, sizeof(hdr)))
276 if (xfsread(ino, p, hdr.ex.a_text))
279 if (xfsread(ino, p, hdr.ex.a_data))
286 if (xfsread(ino, p, hdr.ex.a_syms))
289 if (xfsread(ino, p, sizeof(int)))
294 if (xfsread(ino, p, x))
301 if (xfsread(ino, ep + j, sizeof(ep[0])))
309 if (xfsread(in
[all...]
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c97 static int xfsread(ino_t, void *, size_t);
113 xfsread(ino_t inode, void *buf, size_t nbyte) function
216 if (xfsread(ino, &eh, sizeof(eh)))
224 if (xfsread(ino, ep + j, sizeof(ep[0])))
237 if (xfsread(ino, p, ep[i].p_filesz))
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c216 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) function
623 if (xfsread(&dn, &off, &hdr, sizeof(hdr)))
637 if (xfsread(&dn, &off, p, hdr.ex.a_text))
640 if (xfsread(&dn, &off, p, hdr.ex.a_data))
647 if (xfsread(&dn, &off, p, hdr.ex.a_syms))
650 if (xfsread(&dn, &off, p, sizeof(int)))
655 if (xfsread(&dn, &off, p, x))
662 if (xfsread(&dn, &off, ep + j, sizeof(ep[0])))
670 if (xfsread(&dn, &off, p, ep[i].p_filesz))
678 if (xfsread(
[all...]
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c101 static int xfsread(ino_t, void *, size_t);
117 xfsread(ino_t inode, void *buf, size_t nbyte) function
226 if (xfsread(ino, &eh, sizeof(eh)))
234 if (xfsread(ino, ep + j, sizeof(ep[0])))
247 if (xfsread(ino, p, ep[i].p_filesz))
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c141 static int xfsread(ino_t, void *, size_t);
173 xfsread(ino_t inode, void *buf, size_t nbyte) function
319 if (xfsread(ino, &hdr, sizeof(hdr)))
326 if (xfsread(ino, p, hdr.ex.a_text))
329 if (xfsread(ino, p, hdr.ex.a_data))
334 if (xfsread(ino, ep + j, sizeof(ep[0])))
342 if (xfsread(ino, p, ep[i].p_filesz))
350 if (xfsread(ino, &es, sizeof(es)))
356 if (xfsread(ino, p, es[i].sh_size))
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c143 static int xfsread(ino_t, void *, size_t);
175 xfsread(ino_t inode, void *buf, size_t nbyte) function
458 if (xfsread(ino, &hdr, sizeof(hdr)))
465 if (xfsread(ino, p, hdr.ex.a_text))
468 if (xfsread(ino, p, hdr.ex.a_data))
473 if (xfsread(ino, ep + j, sizeof(ep[0])))
481 if (xfsread(ino, p, ep[i].p_filesz))
489 if (xfsread(ino, &es, sizeof(es)))
495 if (xfsread(ino, p, es[i].sh_size))

Completed in 141 milliseconds