Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dthmap.h45 } thmap_ops_t; typedef
47 thmap_t * thmap_create(uintptr_t, const thmap_ops_t *, unsigned);
/netbsd-src/sys/kern/
H A Dsubr_thmap.c233 const thmap_ops_t * ops;
256 static const thmap_ops_t thmap_default_ops = {
1006 thmap_create(uintptr_t baseptr, const thmap_ops_t *ops, unsigned flags) in thmap_create()
/netbsd-src/sys/net/npf/
H A Dnpf_params.c84 static const thmap_ops_t npf_param_thmap_ops = {