Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_impl.h157 #define DT_DM_PRIMARY 0x4 /* module is a krtld primary kernel object */ macro
H A Ddt_module.c1373 dmp->dm_flags |= DT_DM_PRIMARY; in dt_module_update()
1847 if (dmp->dm_flags & DT_DM_PRIMARY) in dt_module_info()
H A Ddt_parser.c2778 if (mp->dm_flags & DT_DM_PRIMARY) in dt_xcook_ident()