Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c1132 dmp->dm_flags |= DT_DM_KERNEL; in dt_module_update()
1271 mask = bits = DT_DM_KERNEL; in dtrace_lookup_by_name()
1273 mask = DT_DM_KERNEL; in dtrace_lookup_by_name()
1403 mask = bits = DT_DM_KERNEL; in dtrace_lookup_by_type()
1405 mask = DT_DM_KERNEL; in dtrace_lookup_by_type()
1533 if (dmp->dm_flags & DT_DM_KERNEL) in dt_module_info()
H A Ddt_impl.h144 #define DT_DM_KERNEL 0x2 /* module is associated with a kernel object */ macro
H A Ddt_parser.c2747 int umod = (mp->dm_flags & DT_DM_KERNEL) == 0; in dt_xcook_ident()