Home
last modified time | relevance | path

Searched refs:vectx (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libsecureboot/h/
H A Dverify_file.h61 struct vectx;
62 struct vectx* vectx_open(int, const char *, off_t, struct stat *, int *, const char *);
63 ssize_t vectx_read(struct vectx *, void *, size_t);
64 off_t vectx_lseek(struct vectx *, off_t, int);
65 int vectx_close(struct vectx *, int, const char *);
/freebsd/lib/libsecureboot/
H A Dvectx.c51 struct vectx { struct
95 struct vectx *
99 struct vectx *ctx; in vectx_open()
121 ctx = malloc(sizeof(struct vectx)); in vectx_open()
216 vectx_read(struct vectx *ctx, void *buf, size_t nbytes) in vectx_read()
294 vectx_lseek(struct vectx *ctx, off_t off, int whence) in vectx_lseek()
382 vectx_close(struct vectx *ctx, int severity, const char *caller) in vectx_close()
H A DMakefile.libsa.inc12 vectx.c \
/freebsd/stand/common/
H A Dreadin.h32 typedef struct vectx * readin_handle_t;
H A Dload_elf_obj.c61 struct vectx *vctx;
H A Dload_elf.c72 struct vectx *vctx;
H A Dmodule.c662 struct vectx *vctx; in file_loadraw()
/freebsd/stand/i386/loader/
H A Dchain.c66 struct vectx *vctx; in command_chain()