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

/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c92 static int ofw_seek(ofwh_t, uint64_t);
254 ofw_seek(ofwh_t devh, uint64_t off) function
267 printf("ofw_seek: devh=0x%x off=0x%lx\n", devh, off);
526 ofw_seek(bootdev, lba * DEV_BSIZE);
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c97 static int ofw_seek(ofwh_t, uint64_t);
325 ofw_seek(ofwh_t devh, uint64_t off) function
338 printf("ofw_seek: devh=0x%x off=0x%lx\n", devh, off);
551 ofw_seek(bootdev, lba * DEV_BSIZE);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_standard.c132 OFWMETHOD(ofw_seek, ofw_std_seek),
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c137 OFWMETHOD(ofw_seek, ofw_real_seek),

Completed in 197 milliseconds