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

/freebsd-11-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-11-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-11-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-11-stable/stand/pc98/boot2/
H A Dboot2.c150 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) function
436 if (xfsread(ino, &hdr, sizeof(hdr)))
443 if (xfsread(ino, p, hdr.ex.a_text))
446 if (xfsread(ino, p, hdr.ex.a_data))
451 if (xfsread(ino, ep + j, sizeof(ep[0])))
459 if (xfsread(ino, p, ep[i].p_filesz))
467 if (xfsread(ino, &es, sizeof(es)))
473 if (xfsread(ino, p, es[i].sh_size))
/freebsd-11-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-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c303 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) function
938 if (xfsread(&dn, &off, &hdr, sizeof(hdr)))
952 if (xfsread(&dn, &off, p, hdr.ex.a_text))
955 if (xfsread(&dn, &off, p, hdr.ex.a_data))
962 if (xfsread(&dn, &off, p, hdr.ex.a_syms))
965 if (xfsread(&dn, &off, p, sizeof(int)))
970 if (xfsread(&dn, &off, p, x))
977 if (xfsread(&dn, &off, ep + j, sizeof(ep[0])))
985 if (xfsread(&dn, &off, p, ep[i].p_filesz))
993 if (xfsread(
[all...]

Completed in 104 milliseconds