Searched refs:mod (Results 151 - 175 of 551) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/ath/
H A Dah_osdep_ar5416.c52 ath_hal_ar5416_modevent(module_t mod __unused, int type, void *data __unused)
H A Dah_osdep_ar5212.c50 ath_hal_ar5212_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/dev/tdfx/
H A Dtdfx_linux.c69 tdfx_linux_modevent(struct module *mod __unused, int what, void *arg __unused)
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/oformat/
H A DMakefile23 tst.mod.ksh \
/freebsd-current/sys/dev/sound/
H A Ddriver.c36 snd_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/netpfil/ipfw/test/
H A Dmain.c441 moduledata_t *mod = NULL; local
458 mod = _g_dn_rr;
460 mod = _g_dn_wf2qp;
462 mod = _g_dn_fifo;
464 mod = _g_dn_qfq;
468 mod = _g_dn_qfqp;
472 mod = _g_dn_kps;
475 mod = NULL;
476 c->name = mod ? mod
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_osfp.c149 #define GET_INT(v, mod, n, ty, mx) \
150 get_int(&line, &len, &v, mod, n, ty, mx, fp_filename, lineno)
779 get_int(char **line, size_t *len, int *var, int *mod, argument
786 if (mod)
787 *mod = 0;
803 if (mod && (flags & T_MSS))
804 *mod = T_MSS;
809 if (mod && (flags & T_MTU))
810 *mod = T_MTU;
820 if (mod
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk8 all: mod-assign-empty
9 all: mod-assign-parse
10 all: mod-assign-shell-error
74 mod-assign-empty:
90 mod-assign-parse:
93 # expect: make: in target "mod-assign-parse": while evaluating variable "ASSIGN": Unknown modifier ":x"
102 mod-assign-shell-error:
H A Dvarmod-subst.mk5 all: mod-subst
6 all: mod-subst-delimiter
7 all: mod-subst-chain
8 all: mod-subst-dollar
186 mod-subst:
198 mod-subst-delimiter:
248 mod-subst-chain:
269 mod-subst-dollar:
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c205 unsigned mod; local
230 mod = i | (portnum << 16);
231 if (!smp_query_via(data, dest, IB_ATTR_PKEY_TBL, mod, 0,
386 unsigned mod; local
395 mod = i;
396 if (!smp_query_via(data, dest, IB_ATTR_GUID_INFO, mod, 0,
/freebsd-current/sys/dev/adb/
H A Dadb_bus.c274 uint16_t mod = 0; local
279 mod = enable << dinfo->address;
281 sc->autopoll_mask |= mod;
283 mod = ~mod;
284 sc->autopoll_mask &= mod;
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c411 uint64_t mod; local
414 mod = __umoddi3(u, v);
418 register uint32_t r2 asm("r2") = (mod & 0xFFFFFFFF);
419 register uint32_t r3 asm("r3") = (mod >> 32);
434 uint64_t mod; local
437 mod = __umoddi3(u, v);
441 register uint32_t r2 asm("r2") = (mod & 0xFFFFFFFF);
442 register uint32_t r3 asm("r3") = (mod >> 32);
/freebsd-current/sys/geom/part/
H A Dg_part.h244 static int name##_modevent(module_t mod, int tp, void *d) \
246 return (g_part_modevent(mod, tp, d)); \
/freebsd-current/sys/tests/
H A Dktest.h67 int ktest_default_modevent(module_t mod, int type, void *arg);
/freebsd-current/sys/netinet/libalias/
H A Dalias_dummy.c113 mod_handler(module_t mod, int type, void *data) argument
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_aqm.h152 dn_aqm_modevent(module_t mod, int cmd, void *arg);
/freebsd-current/sys/sys/
H A Dexec.h127 static int __CONCAT(name,_modevent)(module_t mod, int type, \
/freebsd-current/sys/crypto/rc4/
H A Drc4.c108 rc4_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c94 vcio_load(module_t mod, int cmd, void *arg) argument
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_linux.c89 mrsas_linux_modevent(module_t mod __unused, int cmd __unused, void *data __unused)
/freebsd-current/sys/dev/mfi/
H A Dmfi_linux.c75 mfi_linux_modevent(module_t mod, int cmd, void *data) argument
/freebsd-current/sys/dev/random/
H A Dnehemiah.c94 nehemiah_modevent(module_t mod, int type, void *unused) argument
H A Darmv8rng.c93 rndr_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/netipsec/
H A Dipsec_mod.c105 ipsec_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/amd64/sgx/
H A Dsgx_linux.c107 sgx_linux_modevent(module_t mod, int type, void *data) argument

Completed in 265 milliseconds

1234567891011>>