Searched refs:xfsread (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/ |
H A D | boot2.c | 78 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) function 182 if (xfsread(ino, &eh, sizeof(eh))) 190 if (xfsread(ino, ep + j, sizeof(ep[0]))) 203 if (xfsread(ino, p, ep[i].p_filesz))
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | boot2.c | 78 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) function 187 if (xfsread(ino, &eh, sizeof(eh))) 195 if (xfsread(ino, ep + j, sizeof(ep[0]))) 208 if (xfsread(ino, p, ep[i].p_filesz))
|
Completed in 55 milliseconds