Home
last modified time | relevance | path

Searched refs:alpha2 (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/regress/usr.bin/pkg-config/pcdir/
H A Dalpha.pc3 Version: 0.1.0alpha2
H A Drequires-test2.pc4 Requires: alpha >= 0.1.0alpha2
/openbsd-src/gnu/usr.bin/perl/cpan/version/t/
H A Dcoretests.pm490 (my $alpha2 = Dumper($v2)) =~ s/.+'alpha' => ([^,]+),.+/$1/ms;
491 is $alpha2, $alpha1, "Don't fall for Data::Dumper's tricks";
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhist.pod121 5.000alpha2 1993-Aug-16
812 5.000alpha2 785 50 114 32 - - 112 86 209 5
/openbsd-src/sys/dev/pci/
H A Dif_mwxreg.h960 uint8_t alpha2[4]; /* regulatory_request.alpha2 */ member
H A Dif_mwx.c3557 uint8_t alpha2[4]; /* regulatory_request.alpha2 */ in mt7921_mcu_set_channel_domain() member
3589 hdr->alpha2[0] = '0'; in mt7921_mcu_set_channel_domain()
3590 hdr->alpha2[1] = '0'; in mt7921_mcu_set_channel_domain()
3634 memcpy(hdr->alpha2, sc->sc_alpha2, sizeof(sc->sc_alpha2)); in mt7921_mcu_set_channel_domain()
3790 memcpy(tx_power_tlv->alpha2, sc->sc_alpha2, in mt7921_mcu_rate_txpower_band()
H A Dif_iwx.c7473 char alpha2[3]; in iwx_clear_statistics()
7475 snprintf(alpha2, sizeof(alpha2), "%c%c", in iwx_clear_statistics()
7480 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc)); in iwx_add_task()
9297 iwx_send_update_mcc_cmd(struct iwx_softc *sc, const char *alpha2) in iwx_stop()
9311 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwx_stop()
7169 char alpha2[3]; iwx_mcc_update() local
8890 iwx_send_update_mcc_cmd(struct iwx_softc * sc,const char * alpha2) iwx_send_update_mcc_cmd() argument
H A Dif_iwm.c8127 char alpha2[3]; in iwm_mcc_update() local
8129 snprintf(alpha2, sizeof(alpha2), "%c%c", in iwm_mcc_update()
8134 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc)); in iwm_mcc_update()
9824 iwm_send_update_mcc_cmd(struct iwm_softc *sc, const char *alpha2) in iwm_send_update_mcc_cmd() argument
9845 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwm_send_update_mcc_cmd()
/openbsd-src/sys/dev/ic/
H A Dqwxreg.h3949 uint8_t alpha2[3]; member
3975 uint8_t alpha2[3]; member
3987 uint32_t alpha2; member
4468 uint8_t alpha2[REG_ALPHA2_LEN + 1]; member
4500 uint32_t alpha2; member
4526 uint32_t alpha2; member
H A Dqwx.c12253 memcpy(reg_info->alpha2, &chan_list_event_hdr->alpha2, REG_ALPHA2_LEN); in qwx_pull_reg_chan_list_update_ev()
12279 "max_5ghz %d\n", __func__, reg_info->alpha2, reg_info->dfs_region, in qwx_pull_reg_chan_list_update_ev()
12493 !memcmp((char *)ab->default_regd[pdev_idx]->alpha2, in qwx_reg_chan_list_event()
12494 (char *)reg_info->alpha2, 2)) in qwx_reg_chan_list_event()
12503 ab->default_regd[pdev_idx]->alpha2) && in qwx_reg_chan_list_event()
12504 !ath11k_reg_is_world_alpha((char *)reg_info->alpha2)) in qwx_reg_chan_list_event()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog4300 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4370 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
13418 * g77.f-torture/execute/alpha2.f: Add runtime test.