HomeSort by: relevance | last modified time | path
    Searched refs:thmap_ops_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
thmap.h 45 } thmap_ops_t; typedef in typeref:struct:__anone27d64790108
47 thmap_t * thmap_create(uintptr_t, const thmap_ops_t *, unsigned);
  /src/sys/net/npf/
npf_params.c 84 static const thmap_ops_t npf_param_thmap_ops = {
  /src/sys/kern/
subr_thmap.c 233 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)

Completed in 54 milliseconds