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

/netbsd-6-1-5-RELEASE/sys/arch/mips/atheros/
H A Dar5315_board.c45 * This file provides code to locate board-specific configuration and radio
107 * Locate the radio configuration data; it is located relative to the
113 static const void *radio = NULL; local
117 if (radio)
128 radio = ptr;
132 /* AR2316 moves radio data */
135 radio = ptr;
140 return radio;
H A Dar5312_board.c105 * Locate the radio configuration data; it is located relative
111 static const void *radio = NULL; local
115 if (radio == NULL) {
126 radio = ptr;
131 /* NB: AR2316 has radio data in a different location */
139 return radio;
H A Dar_conf.c217 * Locate board and radio configuration data in flash.
230 config->radio = (*boardsw->absw_get_radio_info)();
231 if (config->radio == NULL)
/netbsd-6-1-5-RELEASE/usr.sbin/iwictl/
H A Diwictl.c134 int radio; local
136 if (do_req(iface, SIOCGRADIO, &radio) == -1)
137 err(EX_OSERR, "Can't read radio");
139 (void)printf("Radio is %s\n", radio ? "ON" : "OFF");
/netbsd-6-1-5-RELEASE/etc/etc.evbppc/
H A DMAKEDEV.conf18 makedev radio
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/
H A Dah_soc.h87 const char *radio; /* radio config data */ member in struct:ar531x_config
/netbsd-6-1-5-RELEASE/etc/etc.alpha/
H A DMAKEDEV.conf20 makedev radio
/netbsd-6-1-5-RELEASE/etc/etc.macppc/
H A DMAKEDEV.conf18 makedev radio
/netbsd-6-1-5-RELEASE/usr.sbin/ipwctl/
H A Dipwctl.c130 int radio; local
132 if (do_req(iface, SIOCGRADIO, &radio) == -1) {
134 errx(EX_OSERR, "Can't retrieve radio transmitter "
137 err(EX_OSERR, "Can't retrieve radio transmitter state");
140 (void)printf("Radio is %s\n", radio ? "ON" : "OFF");
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312.h30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
/netbsd-6-1-5-RELEASE/etc/etc.amd64/
H A DMAKEDEV.conf28 makedev radio
/netbsd-6-1-5-RELEASE/etc/etc.i386/
H A DMAKEDEV.conf29 makedev radio
/netbsd-6-1-5-RELEASE/etc/etc.ofppc/
H A DMAKEDEV.conf15 makedev altq sysmon bktr radio kttcp
/netbsd-6-1-5-RELEASE/etc/etc.sparc64/
H A DMAKEDEV.conf17 makedev radio
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dradio.c1 /* $NetBSD: radio.c,v 1.24 2010/01/21 02:19:55 dyoung Exp $ */
2 /* $OpenBSD: radio.c,v 1.2 2001/12/05 10:27:06 mickey Exp $ */
3 /* $RuOBSD: radio.c,v 1.7 2001/12/04 06:03:05 tm Exp $ */
30 /* This is the /dev/radio driver from OpenBSD */
33 __KERNEL_RCSID(0, "$NetBSD: radio.c,v 1.24 2010/01/21 02:19:55 dyoung Exp $");
58 CFATTACH_DECL_NEW(radio, sizeof(struct radio_softc),
160 * Called from hardware driver. This is where the MI radio driver gets
177 aprint_normal("radio at %s", pnp);
/netbsd-6-1-5-RELEASE/etc/
H A DMAKEDEV.tmpl270 # radio* radio devices
864 radio)
866 lndev radio0 radio
1467 radio|radio[0-9]*)
1468 unit=${i#radio}
1470 mkdev radio$unit c %radio_chr% $unit 666
/netbsd-6-1-5-RELEASE/share/man/man4/
H A DMakefile92 MAN+= radio.4 az.4 gtp.4 rt.4 rtii.4 sf2r.4
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dscanner.l207 radio return RADIO;
/netbsd-6-1-5-RELEASE/share/man/man9/
H A DMakefile44 radio.9 ras.9 rasops.9 ratecheck.9 resettodr.9 rnd.9 roundup.9 \
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/
H A Dconfigure1558 --enable-PCF + Conrad parallel port radio clock
22223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Conrad parallel port radio clock" >&5
22224 $as_echo_n "checking Conrad parallel port radio clock... " >&6; }

Completed in 246 milliseconds