Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/kldstat/
H A Dkldstat.c55 struct module_stat stat; in printmod()
58 stat.version = sizeof(struct module_stat); in printmod()
115 struct module_stat stat; in main()
168 stat.version = sizeof(struct module_stat); in main()
/freebsd-13.1/sbin/pfctl/tests/
H A Dpfctl_test.c74 struct module_stat stat; in check_pf_module_available()
80 stat.version = sizeof(struct module_stat); in check_pf_module_available()
/freebsd-13.1/sys/sys/
H A Dmodule.h260 struct module_stat { struct
275 int modstat(int _modid, struct module_stat *_stat); argument
H A Dsysproto.h746 …char stat_l_[PADL_(struct module_stat *)]; struct module_stat * stat; char stat_r_[PADR_(struct mo…
/freebsd-13.1/share/examples/kld/syscall/test/
H A Dcall.c44 struct module_stat stat; in main()
/freebsd-13.1/lib/libutil/
H A Dkld.c44 struct module_stat mstat; in kld_isloaded()
/freebsd-13.1/sys/kern/
H A Dkern_module.c384 struct module_stat *stat; in sys_modstat()
409 if (!is_v1v2 && version != sizeof(struct module_stat)) in sys_modstat()
440 } else if (version == sizeof(struct module_stat)) { in sys_modstat()
/freebsd-13.1/tools/regression/kgssapi/
H A Dgsstest.c84 struct module_stat stat; in main()
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c86 struct module_stat mstat; in bridge_kmod_load()
89 mstat.version = sizeof(struct module_stat); in bridge_kmod_load()
/freebsd-13.1/lib/libpmc/
H A Dlibpmc.c1335 struct module_stat pmc_modstat; in pmc_init()
1345 pmc_modstat.version = sizeof(struct module_stat); in pmc_init()
/freebsd-13.1/sbin/ifconfig/
H A Difconfig.c1556 struct module_stat mstat; in ifmaybeload()
1595 mstat.version = sizeof(struct module_stat); in ifmaybeload()
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c126 struct module_stat mstat; in wlan_kmod_load()
128 mstat.version = sizeof(struct module_stat); in wlan_kmod_load()
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1142 struct module_stat ms; in dt_module_update()