Searched refs:iftype (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.1-release/sys/dev/mlx/
H A Dmlx_pci.c84 int iftype; member in struct:mlx_ident
145 sc->mlx_iftype = m->iftype;
/freebsd-10.1-release/tools/tools/ifinfo/
H A Difinfo.c51 static const char *iftype(int);
167 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type));
266 iftype(int type) function
/freebsd-10.1-release/sys/dev/pccard/
H A Dpccardvarp.h64 int iftype; member in struct:pccard_config_entry
H A Dpccard_cis.c561 switch (cfe->iftype) {
998 cfe->iftype = reg & PCCARD_TPCE_IF_IFTYPE;
H A Dpccard.c500 if (cfe->iftype != PCCARD_IFTYPE_IO)
/freebsd-10.1-release/sys/dev/cx/
H A Dcxddk.c827 void cx_set_port (cx_chan_t *c, int iftype) argument
832 if ((c->board->if0type != 0) == (iftype != 0))
834 c->board->if0type = iftype;
842 if ((c->board->if8type != 0) == (iftype != 0))
844 c->board->if8type = iftype;
864 int iftype; local
869 iftype = c->board->if0type; break;
871 iftype = c->board->if8type; break;
876 if (iftype)
H A Dcxddk.h441 void cx_set_port (cx_chan_t *c, int iftype);
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-sita.c61 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
422 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
437 iface->iftype = iftype; /* remember the interface type of this interface */
450 switch (iftype) {
456 switch (iftype) {
462 switch (iftype) {
818 *linktype = p->iftype;
/freebsd-10.1-release/sys/dev/syscons/
H A Dsysmouse.c70 hw->iftype = MOUSE_IF_SYSMOUSE;
/freebsd-10.1-release/sys/sys/
H A Dmouse.h85 int iftype; /* MOUSE_IF_XXX */ member in struct:mousehw
115 /* iftype */
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-sflow.c244 u_int8_t iftype[4]; member in struct:sflow_generic_counter_t
316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
318 EXTRACT_32BITS(sflow_gen_counter->iftype),
/freebsd-10.1-release/usr.sbin/moused/
H A Dmoused.c905 rodent.portname, r_if(rodent.hw.iftype),
910 printf("%s\n", r_if(rodent.hw.iftype));
918 rodent.portname, r_if(rodent.hw.iftype),
1502 rodent.hw.iftype = MOUSE_IF_UNKNOWN;
1551 rodent.hw.iftype = MOUSE_IF_SERIAL;
1584 r_if(int iftype) argument
1587 return (gettokenname(rifs, iftype));
1767 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE)
/freebsd-10.1-release/sys/dev/vt/
H A Dvt_sysmouse.c295 hw->iftype = MOUSE_IF_SYSMOUSE;
/freebsd-10.1-release/sys/dev/adb/
H A Dadb_mouse.c163 sc->hw.iftype = MOUSE_IF_UNKNOWN;
/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c394 int iftype; member in struct:old_mousehw
1335 sc->hw.iftype = MOUSE_IF_PS2;
1985 ((old_mousehw_t *)addr)->iftype = sc->hw.iftype;
/freebsd-10.1-release/sys/dev/usb/input/
H A Dums.c805 sc->sc_hw.iftype = MOUSE_IF_USB;
H A Dwsp.c620 sc->sc_hw.iftype = MOUSE_IF_USB;
H A Datp.c2270 sc->sc_hw.iftype = MOUSE_IF_USB;
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_ndis.c489 flags, iftype)
494 ndis_interface_type iftype;
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3565 enum wpa_driver_if_type iftype; local
3694 iftype = WPA_IF_P2P_GROUP;
3696 iftype = WPA_IF_P2P_GO;
3697 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) {

Completed in 189 milliseconds