Searched refs:mod (Results 276 - 300 of 551) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_firmware.c175 linuxkpi_request_firmware_nowait(struct module *mod __unused, bool _t __unused,
/freebsd-current/sys/dev/amd_ecc_inject/
H A Decc_inject.c225 tsc_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/x86/bios/
H A Dvpd.c251 vpd_modevent (module_t mod, int what, void *arg) argument
/freebsd-current/tools/tools/kttcp/sys/
H A Dkttcp.c251 kttcpdev_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c240 adf_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c301 zfs_modevent(module_t mod, int type, void *unused __unused) argument
/freebsd-current/sys/dev/snp/
H A Dsnp.c348 snp_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/dev/watchdog/
H A Dwatchdog.c402 watchdog_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/security/audit/
H A Daudit_dtrace.c507 dtaudit_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/tests/framework/
H A Dkern_testfrwk.c308 kerntest_mod_init(module_t mod, int type, void *data) argument
/freebsd-current/sys/dev/iscsi/
H A Dicl.c310 icl_modevent(module_t mod, int what, void *arg) argument
/freebsd-current/sys/dev/ofw/
H A Dopenfirmio.c273 openfirm_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/i386/bios/
H A Dsmapi.c292 smapi_modevent (module_t mod, int what, void *arg) argument
/freebsd-current/sys/netinet6/
H A Dsend.c329 send_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/dev/virtio/random/
H A Dvirtio_random.c114 vtrnd_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/dev/smbios/
H A Dsmbios.c245 smbios_modevent (module_t mod, int what, void *arg) argument
/freebsd-current/sys/dev/nvme/
H A Dnvme.c317 nvme_modevent(module_t mod __unused, int type __unused, void *argp __unused)
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c227 ng_btsocket_modevent(module_t mod, int event, void *data) argument
/freebsd-current/sys/cam/
H A Dcam_periph.h58 static int name ## _modevent(module_t mod, int type, void *data) \
/freebsd-current/sys/netlink/
H A Dnetlink_module.c214 netlink_modevent(module_t mod __unused, int what, void *priv __unused)
/freebsd-current/stand/lua/
H A Dconfig.lua371 for mod in blacklist_str:gmatch("[;, ]?([-%w_]+)[;, ]?") do
372 blacklist[mod] = true
377 local function loadModule(mod, silent)
381 for k, v in pairs(mod) do
887 local mod = modules[modname]
888 if not mod or mod.load ~= "YES" then
892 if mod.force then
/freebsd-current/sys/dev/virtio/
H A Dvirtio.c358 virtio_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/kern/
H A Duipc_accf.c126 accept_filt_generic_mod_event(module_t mod, int event, void *data) argument
/freebsd-current/sys/amd64/amd64/
H A Ddb_disasm.c1049 int mod, rm, sib, index, disp, size, have_sib; local
1051 mod = f_mod(rex, regmodrm);
1054 if (mod == 3) {
1078 switch (mod) {
1143 int mod; local
1149 mod = f_mod(rex, regmodrm);
1150 if (mod != 3) {
/freebsd-current/sys/amd64/vmm/
H A Dvmm_instruction_emul.c250 /* struct vie.mod */
1737 if (vie->mod == 0x3) {
2553 vie->mod = (x >> 6) & 0x3;
2562 if (vie->mod == VIE_MOD_DIRECT)
2565 if ((vie->mod == VIE_MOD_INDIRECT && vie->rm == VIE_RM_DISP32) ||
2566 (vie->mod != VIE_MOD_DIRECT && vie->rm == VIE_RM_SIB)) {
2570 * mod=0, r/m=5 is used in the compatibility mode to
2573 * mod!=3, r/m=4 is used in the compatibility mode to
2586 if (vie->mod != VIE_MOD_DIRECT && vie->rm == VIE_RM_SIB)
2591 switch (vie->mod) {
[all...]

Completed in 421 milliseconds

<<11121314151617181920>>