Home
last modified time | relevance | path

Searched refs:module_stat (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp216 ModuleStats module_stat; in ReportStatistics() local
217 module_stat.identifier = (intptr_t)module; in ReportStatistics()
220 module_stat.path.append(1, '('); in ReportStatistics()
222 module_stat.path.append(1, ')'); in ReportStatistics()
231 if (module_stat.symtab_loaded_from_cache) in ReportStatistics()
234 if (module_stat.symtab_saved_to_cache) in ReportStatistics()
241 module_stat.symfile_path = in ReportStatistics()
258 if (module_stat.symtab_stripped) in ReportStatistics()
262 module_stat.debug_info_had_variable_errors = in ReportStatistics()
264 if (module_stat.debug_info_enabled) in ReportStatistics()
[all …]
/freebsd-14.2/tests/sys/kern/
H A Dmodule_test.c98 struct module_stat ms; in ATF_TC_BODY()
134 ATF_REQUIRE(modstat(0, (struct module_stat *)&ms) == -1); in ATF_TC_BODY()
144 ATF_REQUIRE(modstat(modid, (struct module_stat *)&ms) == -1); in ATF_TC_BODY()
148 ATF_REQUIRE(modstat(modid, (struct module_stat *)&ms) == 0); in ATF_TC_BODY()
167 ATF_REQUIRE(modstat(0, (struct module_stat *)&ms) == -1); in ATF_TC_BODY()
177 ATF_REQUIRE(modstat(modid, (struct module_stat *)&ms) == -1); in ATF_TC_BODY()
181 ATF_REQUIRE(modstat(modid, (struct module_stat *)&ms) == 0); in ATF_TC_BODY()
/freebsd-14.2/sbin/kldstat/
H A Dkldstat.c53 struct module_stat stat; in printmod()
56 stat.version = sizeof(struct module_stat); in printmod()
113 struct module_stat stat; in main()
166 stat.version = sizeof(struct module_stat); in main()
/freebsd-14.2/sbin/pfctl/tests/
H A Dpfctl_test.c72 struct module_stat stat; in check_pf_module_available()
78 stat.version = sizeof(struct module_stat); in check_pf_module_available()
/freebsd-14.2/sys/sys/
H A Dmodule.h258 struct module_stat { struct
273 int modstat(int _modid, struct module_stat *_stat); argument
H A Dsysproto.h742 …char stat_l_[PADL_(struct module_stat *)]; struct module_stat * stat; char stat_r_[PADR_(struct mo…
/freebsd-14.2/share/examples/kld/syscall/test/
H A Dcall.c42 struct module_stat stat; in main()
/freebsd-14.2/lib/libutil/
H A Dkld.c42 struct module_stat mstat; in kld_isloaded()
/freebsd-14.2/sys/kern/
H A Dkern_module.c382 struct module_stat *stat; in sys_modstat()
407 if (!is_v1v2 && version != sizeof(struct module_stat)) in sys_modstat()
438 } else if (version == sizeof(struct module_stat)) { in sys_modstat()
/freebsd-14.2/tools/regression/kgssapi/
H A Dgsstest.c82 struct module_stat stat; in main()
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c84 struct module_stat mstat; in bridge_kmod_load()
87 mstat.version = sizeof(struct module_stat); in bridge_kmod_load()
/freebsd-14.2/lib/libpmc/
H A Dlibpmc.c1397 struct module_stat pmc_modstat; in pmc_init()
1407 pmc_modstat.version = sizeof(struct module_stat); in pmc_init()
/freebsd-14.2/sbin/ifconfig/
H A Difconfig.c1939 struct module_stat mstat; in ifmaybeload()
1980 mstat.version = sizeof(struct module_stat); in ifmaybeload()
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c124 struct module_stat mstat; in wlan_kmod_load()
126 mstat.version = sizeof(struct module_stat); in wlan_kmod_load()
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1137 struct module_stat ms; in dt_module_update()