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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dmultiple_forms.cgi26 print "Some radio buttons: ",$query->radio_group('radio buttons',
43 <P>The value of the radio buttons is <EM>$Q::radio_buttons</EM>
/opensolaris-onvv-gate/usr/src/uts/common/io/atu/
H A Datu.c273 struct atu_cmd radio; local
277 /* Intersil doesn't seem to support radio switch */
283 bzero(&radio, sizeof (radio));
284 radio.Cmd = on ? CMD_RADIO_ON : CMD_RADIO_OFF;
286 err = atu_send_command(sc, (uint8_t *)&radio,
287 sizeof (radio));
291 err = atu_wait_completion(sc, radio.Cmd, NULL);
/opensolaris-onvv-gate/usr/src/uts/common/io/iwk/
H A Diwk_calibration.h233 * i.e. for both Tx chains (radio transmitters), unless the driver knows
337 * 11) Read gain table entries for DSP and radio gain, place into appropriate
422 * before being sent to the analog radio.
423 * 2) Radio gain. This sets the analog gain of the radio Tx path.
442 uint8_t radio; member in struct:gain_entry
827 * This command sets the relative gains of 4965's 3 radio receiver chains.
H A Diwk2.c1700 * the gains of DSP and radio
2406 * the radio button has to be pushed(OFF). It
2527 cmn_err(CE_NOTE, "RF switch: radio on\n");
3582 /* make Tx power calibration to determine the gains of DSP and radio */
3894 /* make Tx power calibration to determine the gains of DSP and radio */
4214 /* clear "radio off" and "disable command" bits */
4806 * Determine DSP and radio gain according to temperature and other factors.
5040 /* search DSP and radio gains in gain table */
5042 gains_table[is_24G][txpower_gains_idx].radio;
6286 * the gains of DSP and radio
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c432 {RADIOON, "radio", do_get_radioon, do_set_radioon, RW},
3632 wl_radio_t radio; local
3637 (void) memset(&radio, 0xff, sizeof (radio));
3640 radio = B_TRUE;
3642 radio = B_FALSE;
3645 gettext("%s: radio : on or off\n"), gExecName);
3649 (void) memmove(gbuf->wldp_buf, &radio, sizeof (wl_radio_t));
/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c458 { "radio", { "on", DLADM_WLAN_RADIO_ON },
3205 wl_radio_t radio; local
3214 (void) memcpy(&radio, buf, sizeof (radio));
3215 switch (radio) {
3236 dladm_wlan_radio_t radio = vdp->vd_val; local
3242 switch (radio) {
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dusb.ids1064 412b MuVo N200 with FM radio
4756 4d10 Hauppauge WinTV-USB with FM USA radio
4757 4d11 Hauppauge WinTV-USB (PAL) with FM radio
4760 4d20 Hauppauge WinTV-USB II (PAL) with FM radio
4774 4d31 Hauppauge WinTV-USB III (PAL) with FM radio Model 568
12376 0112 Studio PCTV USB (NTSC) with FM radio
12385 0210 Studio PCTV USB (PAL) with FM radio
12388 0214 Studio PCTV USB (PAL) with FM radio
12408 0419 PCTV Bungee USB (PAL) with FM radio
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2279 # Create a list of logically-linked radio buttons.
2293 # An ARRAY containing a series of <input type="radio"> fields
2298 $self->_box_group('radio',@p);
2351 $checked{$values[0]}++ if $box_type eq 'radio' && !%checked;
2369 # for disabling groups of radio/checkbox buttons
2381 my $checkit = $self->_checked($box_type eq 'radio' ? ($checked{$_} && !$radio_checked++)
4255 radio button clusters and the like. To get around this warning, you
5803 textfields, popup menus, radio groups and other form elements. Each
6401 radio buttons receive focus when the user presses the tab button. If
6404 one. If given a reference to an array of radio butto
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c3075 wl_radio_t *radio = (wl_radio_t *)wldp_buf; local
3077 *radio = B_TRUE;
/opensolaris-onvv-gate/usr/src/uts/common/io/pcan/
H A Dpcan.c1174 PCANDBG((CE_NOTE, "pcan: bad radio status %x\n", pkt_len));
1176 PCANDBG((CE_NOTE, "pcan: radio status:\n"));
3379 wl_radio_t *radio = (wl_radio_t *)wldp_buf; local
3381 *radio = B_TRUE;
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dtermcap347 M6|trs80|trs-80|radio shack trs-80 Model I:\

Completed in 387 milliseconds