Home
last modified time | relevance | path

Searched refs:vectx_open (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libsecureboot/h/
H A Dverify_file.h62 struct vectx* vectx_open(int, const char *, off_t, struct stat *, int *, const char *);
/freebsd/stand/i386/loader/
H A Dchain.c86 vctx = vectx_open(fd, argv[1], 0L, NULL, &verror, __func__); in command_chain()
/freebsd/lib/libsecureboot/tests/
H A Dtvo.c173 vp = vectx_open(fd, argv[optind], off, in main()
/freebsd/lib/libsecureboot/
H A Dvectx.c96 vectx_open(int fd, const char *path, off_t off, struct stat *stp, in vectx_open() function
/freebsd/stand/common/
H A Dload_elf_obj.c110 ef.vctx = vectx_open(ef.fd, filename, 0L, NULL, &verror, __func__); in __elfN()
H A Dload_elf.c289 ef->vctx = vectx_open(ef->fd, filename, 0L, NULL, &verror, __func__); in __elfN()
H A Dmodule.c692 vctx = vectx_open(fd, name, 0L, NULL, &verror, __func__); in file_loadraw()