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.c756 dmp->dm_flags |= DT_DM_LOADED; in dt_module_load_proc()
764 if (dmp->dm_flags & DT_DM_LOADED) in dt_module_load()
848 dmp->dm_flags |= DT_DM_LOADED; in dt_module_load()
1008 dmp->dm_flags &= ~DT_DM_LOADED; in dt_module_unload()
1246 dmp->dm_flags |= DT_DM_KERNEL; in dt_module_update()
1271 dmp->dm_flags |= DT_DM_PRIMARY; in dt_module_update()
1463 if ((dmp->dm_flags & mask) != bits) in dtrace_lookup_by_name()
1596 if ((dmp->dm_flags & mask) != bits) in dtrace_lookup_by_type()
1713 if (dmp->dm_flags & DT_DM_KERNEL) in dt_module_info()
1715 if (dmp->dm_flags in dt_module_info()
[all...]
H A Ddt_impl.h136 uint_t dm_flags; /* module flags (see below) */ member
H A Ddt_open.c1407 dmp->dm_flags = DT_DM_LOADED; /* fake up loaded bit */ in dt_vopen()
1473 dmp->dm_flags = DT_DM_LOADED; /* fake up loaded bit */ in dt_vopen()
H A Ddt_parser.c2764 int umod = (mp->dm_flags & DT_DM_KERNEL) == 0; in dt_xcook_ident()
2801 if (mp->dm_flags & DT_DM_PRIMARY) in dt_xcook_ident()
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c1020 dm_info->dm_flags &= ~BIT(bit); in rtw_debugfs_set_dm_cap()
1022 dm_info->dm_flags |= BIT(bit); in rtw_debugfs_set_dm_cap()
1037 dm_info->dm_flags & BIT(RTW_DM_CAP_TXGAPK) ? '-' : '+', in dump_gapk_status()
1068 dm_info->dm_flags & BIT(i) ? '-' : '+', in rtw_debugfs_get_dm_cap()
H A Dmain.h1746 u32 dm_flags; /* enum rtw_dm_cap */
1733 u32 dm_flags; /* enum rtw_dm_cap */ global() member
H A Drtw8822c.c1733 if (rtwdev->dm_info.dm_flags & BIT(RTW_DM_CAP_TXGAPK)) in rtw8822c_txgapk_save_all_tx_gain_table()
1828 if (dm->dm_flags & BIT(RTW_DM_CAP_TXGAPK)) { in rtw8822c_do_gapk()