Searched refs:vectx_lseek (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libsecureboot/tests/ |
H A D | tvo.c | 180 off = vectx_lseek(vp, in main() 183 off = vectx_lseek(vp, off/2, SEEK_SET); in main() 190 off = vectx_lseek(vp, 0, SEEK_END); in main() 192 off = vectx_lseek(vp, 0, SEEK_END); in main()
|
/freebsd/lib/libsecureboot/ |
H A D | vectx.c | 182 vectx_lseek(ctx, off, SEEK_SET); in vectx_open() 294 vectx_lseek(struct vectx *ctx, off_t off, int whence) in vectx_lseek() function 399 vectx_lseek(ctx, 0, SEEK_END); in vectx_close()
|
/freebsd/stand/common/ |
H A D | readin.h | 34 #define VECTX_LSEEK vectx_lseek
|
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 64 off_t vectx_lseek(struct vectx *, off_t, int);
|