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

/freebsd-12-stable/stand/i386/isoboot/
H A Disoboot.c112 xfsread(uint64_t inode, void *buf, size_t nbyte) function
346 if (xfsread(ino, &hdr, sizeof(hdr)))
360 if (xfsread(ino, p, hdr.ex.a_text))
363 if (xfsread(ino, p, hdr.ex.a_data))
370 if (xfsread(ino, p, hdr.ex.a_syms))
373 if (xfsread(ino, p, sizeof(int)))
378 if (xfsread(ino, p, x))
385 if (xfsread(ino, ep + j, sizeof(ep[0])))
393 if (xfsread(ino, p, ep[i].p_filesz))
401 if (xfsread(in
[all...]
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptboot.c129 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) function
407 if (xfsread(ino, &hdr, sizeof(hdr)))
421 if (xfsread(ino, p, hdr.ex.a_text))
424 if (xfsread(ino, p, hdr.ex.a_data))
431 if (xfsread(ino, p, hdr.ex.a_syms))
434 if (xfsread(ino, p, sizeof(int)))
439 if (xfsread(ino, p, x))
446 if (xfsread(ino, ep + j, sizeof(ep[0])))
454 if (xfsread(ino, p, ep[i].p_filesz))
462 if (xfsread(in
[all...]
/freebsd-12-stable/stand/mips/beri/boot2/
H A Dboot2.c155 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) function
341 if (xfsread(ino, &hdr, sizeof(hdr)))
347 if (xfsread(ino, ep + j, sizeof(ep[0])))
355 if (xfsread(ino, p, ep[i].p_filesz))
364 if (xfsread(ino, &es, sizeof(es)))
370 if (xfsread(ino, p, es[i].sh_size))
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c151 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) function
301 if (xfsread(ino, &hdr, sizeof(hdr)))
308 if (xfsread(ino, p, hdr.ex.a_text))
311 if (xfsread(ino, p, hdr.ex.a_data))
316 if (xfsread(ino, ep + j, sizeof(ep[0])))
324 if (xfsread(ino, p, ep[i].p_filesz))
332 if (xfsread(ino, &es, sizeof(es)))
338 if (xfsread(ino, p, es[i].sh_size))
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsboot.c303 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) function
970 if (xfsread(&dn, &off, &hdr, sizeof(hdr)))
984 if (xfsread(&dn, &off, p, hdr.ex.a_text))
987 if (xfsread(&dn, &off, p, hdr.ex.a_data))
994 if (xfsread(&dn, &off, p, hdr.ex.a_syms))
997 if (xfsread(&dn, &off, p, sizeof(int)))
1002 if (xfsread(&dn, &off, p, x))
1009 if (xfsread(&dn, &off, ep + j, sizeof(ep[0])))
1017 if (xfsread(&dn, &off, p, ep[i].p_filesz))
1025 if (xfsread(
[all...]

Completed in 111 milliseconds