Searched refs:OF_seek (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/arch/macppc/stand/ |
H A D | openfirm.h | 50 int OF_seek(int handle, u_quad_t pos);
|
H A D | hfs.c | 94 return OF_seek(OF_fd, offset); in hfs_seek()
|
H A D | Locore.c | 313 OF_seek(int handle, u_quad_t pos) in OF_seek() function
|
H A D | ofdev.c | 104 if (OF_seek(dev->handle, pos) < 0) in strategy()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | openfirm.h | 52 int OF_seek(u_int handle, u_int64_t pos);
|
H A D | Locore.c | 246 OF_seek(int handle, u_quad_t pos) in OF_seek() function
|
H A D | ofdev.c | 148 if (OF_seek(dev->handle, pos) < 0) in strategy()
|
/openbsd/sys/dev/ofw/ |
H A D | openfirm.h | 68 int OF_seek(int handle, u_quad_t pos);
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | opendev.c | 295 OF_seek(int handle, u_quad_t pos) in OF_seek() function
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | openfirm.c | 531 OF_seek(int handle, u_quad_t pos) in OF_seek() function
|