Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_veriexec.c77 struct veriexec_fpops { struct
84 LIST_ENTRY(veriexec_fpops) entries; argument
94 struct veriexec_fpops *ops; /* Fingerprint ops vector*/
116 static LIST_HEAD(, veriexec_fpops) veriexec_fpops_list =
121 static struct veriexec_fpops *veriexec_fpops_lookup(const char *);
231 struct veriexec_fpops *ops; in veriexec_fpops_add()
380 static struct veriexec_fpops *
383 struct veriexec_fpops *ops; in veriexec_fpops_lookup()
462 veriexec_fp_cmp(struct veriexec_fpops *ops, u_char *fp1, u_char *fp2) in veriexec_fp_cmp()