Searched refs:media (Results 1 - 25 of 145) sorted by relevance

123456

/freebsd-10.0-release/usr.sbin/bsdconfig/include/
H A DMakefile6 FILES= bsdconfig.hlp media.hlp messages.subr network_device.hlp \
/freebsd-10.0-release/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_ftp.sh7 # since the INDEX can be loaded from local media).
21 f_device_get media packages/INDEX > $TMPDIR/packages/INDEX
H A Dbrowse_packages_http.sh7 # since the INDEX can be loaded from local media).
21 f_device_get media packages/INDEX > $TMPDIR/packages/INDEX
/freebsd-10.0-release/usr.sbin/bsdconfig/networking/share/
H A DMakefile6 FILES= common.subr device.subr hostname.subr ipaddr.subr media.subr \
/freebsd-10.0-release/usr.sbin/bsdconfig/share/
H A DMakefile5 SUBDIR= media packages
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Datmconfig_device.h51 int32_t media; member in struct:atmif
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dcavium-ethernet.h83 struct ifmedia media; member in struct:__anon9921
/freebsd-10.0-release/tools/tools/net80211/scripts/
H A Dconfig11 *media:?Ethernet*)
14 *media:?IEEE?802.11*)
/freebsd-10.0-release/usr.sbin/bsdconfig/share/media/
H A DMakefile5 FILESDIR= ${SHAREDIR}/bsdconfig/media
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_diskstorage_tbl.c80 * NOTE: according to MIB removable means removable media, not the
86 int32_t media; /* enum hrDiskStrorageMedia*/ member in struct:disk_entry
261 .media = DSM_HARDDISK,
266 .media = DSM_OTHER,
271 .media = DSM_OPTICALDISKROM,
276 .media = DSM_FLOPPYDISK,
281 .media = DSM_OTHER,
285 { .media = DSM_UNKNOWN }
293 for (found = lookup; found->media != DSM_UNKNOWN; found++) {
321 disk_entry->media
[all...]
/freebsd-10.0-release/etc/
H A Ddevd.conf55 media-type "ethernet";
61 # they have a different media type. We may want
65 media-type "802.11";
69 media-type "802.11";
75 media-type "802.11";
/freebsd-10.0-release/sbin/devd/
H A Ddevd.hh97 * media is the subclass used to match an individual variable. Its
100 class media : public eps class in inherits:eps
103 media(config &, const char *var, const char *type);
104 virtual ~media();
/freebsd-10.0-release/sys/dev/cs/
H A Dif_cs.c397 device_printf(dev, "CS89%c0%s rev %c media%s%s%s\n",
475 int error, media=0; local
531 * Initialize the media structures.
533 ifmedia_init(&sc->media, 0, cs_mediachange, cs_mediastatus);
536 ifmedia_add(&sc->media, IFM_ETHER|IFM_10_T, 0, NULL);
538 ifmedia_add(&sc->media,
540 ifmedia_add(&sc->media,
546 ifmedia_add(&sc->media, IFM_ETHER|IFM_10_2, 0, NULL);
549 ifmedia_add(&sc->media, IFM_ETHER|IFM_10_5, 0, NULL);
552 ifmedia_add(&sc->media, IFM_ETHE
1197 cs_mediaset(struct cs_softc *sc, int media) argument
[all...]
H A Dif_csvar.h50 struct ifmedia media; /* Media information */ member in struct:cs_softc
/freebsd-10.0-release/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.h68 u_int media; /* physical media (see MIB) */ member in struct:atmif_mib
/freebsd-10.0-release/usr.sbin/bsdconfig/networking/
H A Ddevices37 f_include $BSDCFG_SHARE/media/tcpip.subr
40 f_include $BSDCFG_SHARE/networking/media.subr
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient.conf18 media "-link0 -link1 -link2", "link0 link1";
/freebsd-10.0-release/sys/mips/conf/
H A DROUTERSTATION.hints17 hint.arge.1.media=100
/freebsd-10.0-release/usr.sbin/bsdconfig/packages/
H A Dpackages31 # Prevent device.subr (included indirectly via media/*.subr below) from auto
41 f_include $BSDCFG_SHARE/media/common.subr
/freebsd-10.0-release/sys/netgraph/
H A Dng_eiface.c80 struct ifmedia media; /* (fake) media information */ member in struct:ng_eiface_private
176 /* (Fake) media type manipulation */
179 error = ifmedia_ioctl(ifp, ifr, &priv->media, command);
340 struct ifmedia *ifm = &priv->media;
356 struct ifmedia *ifm = &priv->media;
411 ifmedia_init(&priv->media, 0, ng_eiface_mediachange,
413 ifmedia_add(&priv->media, IFM_ETHER | IFM_10_T, 0, NULL);
414 ifmedia_add(&priv->media, IFM_ETHER | IFM_10_T | IFM_FDX, 0, NULL);
415 ifmedia_add(&priv->media, IFM_ETHE
[all...]
/freebsd-10.0-release/sys/dev/utopia/
H A Dutopia.c232 if (utp->media->ifm_media & IFM_ATM_SDH) {
239 if (utp->media->ifm_media & IFM_ATM_UNASSIGNED) {
246 if (utp->media->ifm_media & IFM_ATM_NOSCRAMB) {
269 ifmr->ifm_active = IFM_ATM | utp->ifatm->mib.media;
305 * Initialize media from the mib
311 ifmedia_removeall(utp->media);
312 ifmedia_add(utp->media, IFM_ATM | utp->ifatm->mib.media, 0, NULL);
313 ifmedia_set(utp->media, IFM_ATM | utp->ifatm->mib.media);
508 utopia_attach(struct utopia *utp, struct ifatm *ifatm, struct ifmedia *media, struct mtx *lock, struct sysctl_ctx_list *ctx, struct sysctl_oid_list *children, const struct utopia_methods *m) argument
[all...]
/freebsd-10.0-release/sys/dev/my/
H A Dif_my.c401 u_int16_t phy_sts = 0, media, advert, ability; local
474 media = my_phy_readreg(sc, PHY_BMCR);
495 media &= ~PHY_BMCR_SPEEDSEL;
496 media |= PHY_BMCR_1000;
497 media |= PHY_BMCR_DUPLEX;
507 media &= ~PHY_BMCR_SPEEDSEL;
508 media &= ~PHY_BMCR_DUPLEX;
509 media |= PHY_BMCR_1000;
515 media |= PHY_BMCR_SPEEDSEL;
516 media
662 my_setmode_mii(struct my_softc * sc, int media) argument
811 int media = IFM_ETHER | IFM_100_TX | IFM_FDX; local
[all...]
/freebsd-10.0-release/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h49 int media; /* cpu port media */ member in struct:ip17x_softc
/freebsd-10.0-release/sys/dev/mii/
H A Datphy.c212 /* Update the media status. */
348 atphy_setmedia(struct mii_softc *sc, int media) argument
353 if ((IFM_SUBTYPE(media) == IFM_AUTO || (media & IFM_FDX) != 0) &&
354 ((media & IFM_FLOW) != 0 ||
/freebsd-10.0-release/sys/dev/xe/
H A Dif_xevar.h62 int media; /* Private media word */ member in struct:xe_softc

Completed in 152 milliseconds

123456