Searched refs:vectx (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 61 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 D | vectx.c | 51 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 D | Makefile.libsa.inc | 12 vectx.c \
|
/freebsd/stand/common/ |
H A D | readin.h | 32 typedef struct vectx * readin_handle_t;
|
H A D | load_elf_obj.c | 61 struct vectx *vctx;
|
H A D | load_elf.c | 72 struct vectx *vctx;
|
H A D | module.c | 662 struct vectx *vctx; in file_loadraw()
|
/freebsd/stand/i386/loader/ |
H A D | chain.c | 66 struct vectx *vctx; in command_chain()
|