Home
last modified time | relevance | path

Searched refs:cpr_fs_seek (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c292 (void) cpr_fs_seek(sfile.fd, CPR_SPEC_OFFSET); in cb_open_sf()
404 (void) cpr_fs_seek(sfile.fd, CPR_SPEC_OFFSET); in cb_read_statefile()
408 (void) cpr_fs_seek(sfile.fd, 0); in cb_read_statefile()
H A Dcprboot.h240 extern int cpr_fs_seek(int, offset_t);
H A Dutil.c188 cpr_fs_seek(int fd, offset_t off) in cpr_fs_seek() function