Home
last modified time | relevance | path

Searched refs:dm_flags (Results 1 – 7 of 7) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c752 dmp->dm_flags |= DT_DM_LOADED; in dt_module_load_proc()
760 if (dmp->dm_flags & DT_DM_LOADED) in dt_module_load()
844 dmp->dm_flags |= DT_DM_LOADED; in dt_module_load()
1004 dmp->dm_flags &= ~DT_DM_LOADED; in dt_module_unload()
1242 dmp->dm_flags |= DT_DM_KERNEL; in dt_module_update()
1267 dmp->dm_flags |= DT_DM_PRIMARY; in dt_module_update()
1459 if ((dmp->dm_flags & mask) != bits) in dtrace_lookup_by_name()
1592 if ((dmp->dm_flags & mask) != bits) in dtrace_lookup_by_type()
1709 if (dmp->dm_flags & DT_DM_KERNEL) in dt_module_info()
1711 if (dmp->dm_flags & DT_DM_PRIMARY) in dt_module_info()
H A Ddt_impl.h136 uint_t dm_flags; /* module flags (see below) */ member
H A Ddt_open.c1394 dmp->dm_flags = DT_DM_LOADED; /* fake up loaded bit */ in dt_vopen()
1460 dmp->dm_flags = DT_DM_LOADED; /* fake up loaded bit */ in dt_vopen()
H A Ddt_parser.c2772 int umod = (mp->dm_flags & DT_DM_KERNEL) == 0; in dt_xcook_ident()
2820 if (mp->dm_flags & DT_DM_PRIMARY) in dt_xcook_ident()
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c1097 dm_info->dm_flags &= ~BIT(bit); in rtw_debugfs_set_dm_cap()
1099 dm_info->dm_flags |= BIT(bit); in rtw_debugfs_set_dm_cap()
1114 dm_info->dm_flags & BIT(RTW_DM_CAP_TXGAPK) ? '-' : '+', in dump_gapk_status()
1145 dm_info->dm_flags & BIT(i) ? '-' : '+', in rtw_debugfs_get_dm_cap()
H A Dmain.h1785 u32 dm_flags; /* enum rtw_dm_cap */ member
H A Drtw8822c.c1734 if (rtwdev->dm_info.dm_flags & BIT(RTW_DM_CAP_TXGAPK)) in rtw8822c_txgapk_save_all_tx_gain_table()
1829 if (dm->dm_flags & BIT(RTW_DM_CAP_TXGAPK)) { in rtw8822c_do_gapk()