Searched refs:vectx_open (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 62 struct vectx* vectx_open(int, const char *, off_t, struct stat *, int *, const char *);
|
/freebsd/stand/i386/loader/ |
H A D | chain.c | 86 vctx = vectx_open(fd, argv[1], 0L, NULL, &verror, __func__); in command_chain()
|
/freebsd/lib/libsecureboot/tests/ |
H A D | tvo.c | 173 vp = vectx_open(fd, argv[optind], off, in main()
|
/freebsd/lib/libsecureboot/ |
H A D | vectx.c | 96 vectx_open(int fd, const char *path, off_t off, struct stat *stp, in vectx_open() function
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 110 ef.vctx = vectx_open(ef.fd, filename, 0L, NULL, &verror, __func__); in __elfN()
|
H A D | load_elf.c | 289 ef->vctx = vectx_open(ef->fd, filename, 0L, NULL, &verror, __func__); in __elfN()
|
H A D | module.c | 692 vctx = vectx_open(fd, name, 0L, NULL, &verror, __func__); in file_loadraw()
|