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

<<11121314151617

/freebsd-10.0-release/sys/net/
H A Dif_arcsubr.c860 arc_modevent(module_t mod, int type, void *data) argument
H A Dif_fwsubr.c827 firewire_modevent(module_t mod, int type, void *data) argument
H A Dif_iso88025subr.c800 iso88025_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_freebsd.h345 wlan_##name##_modevent(module_t mod, int type, void *unused) \
/freebsd-10.0-release/sys/netgraph/atm/sscop/
H A Dng_sscop.c862 ng_sscop_mod_event(module_t mod, int event, void *data) argument
/freebsd-10.0-release/sys/netgraph/atm/uni/
H A Dng_uni.c908 ng_uni_mod_event(module_t mod, int event, void *data) argument
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c987 ng_h4_mod_event(module_t mod, int event, void *data) argument
/freebsd-10.0-release/sys/netgraph/
H A Dng_eiface.c648 ng_eiface_mod_event(module_t mod, int event, void *data) argument
H A Dng_iface.c829 ng_iface_mod_event(module_t mod, int event, void *data) argument
/freebsd-10.0-release/sys/netinet/
H A Dip_divert.c762 div_modevent(module_t mod, int type, void *unused) argument
H A Dtoecore.c627 toecore_mod_handler(module_t mod, int cmd, void *arg) argument
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_nbt.c156 mod_handler(module_t mod, int type, void *data) argument
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c652 ipfw_nat_modevent(module_t mod, int type, void *unused) argument
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Ddevice.c761 ibcore_evhand(module_t mod, int event, void *arg) argument
/freebsd-10.0-release/sys/rpc/
H A Drpc_generic.c870 krpc_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c183 ntp_init(struct lmodule *mod, int argc, char *argv[] __unused) argument
186 module = mod;
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c59 static int ahd_modevent(module_t mod, int type, void *data);
1374 ahd_modevent(module_t mod, int type, void *data) argument
H A Daic7xxx_osm.c55 static int ahc_modevent(module_t mod, int type, void *data);
1436 ahc_modevent(module_t mod, int type, void *data) argument
/freebsd-10.0-release/sys/dev/ata/
H A Data-all.c69 static int ata_module_event_handler(module_t mod, int what, void *arg);
1136 ata_module_event_handler(module_t mod, int what, void *arg) argument
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dsound.c1398 sound_modevent(module_t mod, int type, void *data) argument
1402 return (midi_modevent(mod, type, data));
/freebsd-10.0-release/sys/dev/usb/serial/
H A Du3g.c145 static int u3g_driver_loaded(struct module *mod, int what, void *arg);
784 u3g_driver_loaded(struct module *mod, int what, void *arg) argument
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2713 syscall32_module_handler(struct module *mod, int what, void *arg) argument
2730 module_setspecific(mod, &ms);
2733 error = data->chainevh(mod, what, data->chainarg);
2744 error = data->chainevh(mod, what, data->chainarg);
2753 error = data->chainevh(mod, what, data->chainarg);
/freebsd-10.0-release/sys/kern/
H A Dsubr_bus.c4502 root_bus_module_handler(module_t mod, int what, void* arg) argument
4559 driver_module_handler(module_t mod, int what, void *arg) argument
4573 error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg);
4591 error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg);
4601 error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg);
/freebsd-10.0-release/contrib/gcc/
H A Dloop-iv.c1248 inverse (unsigned HOST_WIDEST_INT x, int mod) argument
1251 ((unsigned HOST_WIDEST_INT) 1 << (mod - 1) << 1) - 1;
1255 for (i = 0; i < mod - 1; i++)
2332 (inverse(s/d) * (c/d)) mod (size of mode/d). */
2359 overflow condition using some information about b - a mod s,
H A Dgimplify.c586 tree t, mod; local
613 mod = build2 (INIT_EXPR, TREE_TYPE (t), t, val);
616 SET_EXPR_LOCUS (mod, EXPR_LOCUS (val));
618 SET_EXPR_LOCATION (mod, input_location);
621 gimplify_and_add (mod, pre_p);
626 t = TREE_OPERAND (mod, 0);

Completed in 250 milliseconds

<<11121314151617