Searched refs:vec_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libsecureboot/ |
| H A D | vectx.c | 54 const char *vec_path; /* path we are verifying */ member 132 ctx->vec_path = path; in vectx_open() 323 ("%s(%s, %ld, %d)\n", __func__, ctx->vec_path, (long)off, whence)); in vectx_lseek() 417 ctx->vec_path, ctx->vec_want, ctx->vec_hashsz); in vectx_close() 421 caller,ctx->vec_path, ctx->vec_severity, rc)); in vectx_close() 422 verify_report(ctx->vec_path, ctx->vec_severity, rc, NULL); in vectx_close()
|