Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_module.c500 dtp->dt_nmods++; in dt_module_create()
1028 assert(dtp->dt_nmods != 0); in dt_module_destroy()
1029 dtp->dt_nmods--; in dt_module_destroy()
1587 n = dtp->dt_nmods; in dtrace_lookup_by_name()
1720 n = dtp->dt_nmods; in dtrace_lookup_by_type()
Ddt_impl.h257 uint_t dt_nmods; /* number of modules in hash and list */ member