Searched refs:mac (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-m68k/
H A Disaa-mac.s1 .arch isaa,mac
H A Disaa-mac.d6 private flags = 12: \[isa A\] \[mac\]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dmcf-mac.s29 mac.w %a1l,%a2u
30 mac.w %a1l,%a2u,<<
31 mac.w %a1l,%a2u,>>
32 mac.w %a1l,%a2u,#1
33 mac.w %a1l,%a2u,#-1
34 mac.w %a1l,%d3l
35 mac.w %a1l,%d3l,<<
36 mac.w %a1l,%d3l,>>
37 mac.w %a1l,%d3l,#1
38 mac
[all...]
H A Dmcf-emac.s2 mac.w %d1l,%a1u,<<,%acc0 |
3 mac.w %d1l,%a5u,<<,(%a0),%a1,%acc0
4 mac.w %d5l,%a3u,<<,(%a0)&,%d2,%acc0
13 mac.w %d3u,%a4l,>>,%acc1
14 mac.w %d5u,%a6l,%acc1
16 mac.l %d2,%d3,%acc0
17 mac.l %d2,%d3,%acc1
18 mac.l %d2,%d3,%acc2
19 mac.l %d2,%d3,%acc3
56 | Automated mac insn
[all...]
H A Darch-cpu-1.s4 mac.w %d1l,%a1u,<<,%acc0
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmac.c1 /* $NetBSD: mac.c,v 1.3 2011/07/25 03:03:10 christos Exp $ */
2 /* $OpenBSD: mac.c,v 1.16 2011/08/02 01:22:11 djm Exp $ */
28 __RCSID("$NetBSD: mac.c,v 1.3 2011/07/25 03:03:10 christos Exp $");
42 #include "mac.h"
77 mac_setup_by_id(Mac *mac, int which) argument
80 mac->type = macs[which].type;
81 if (mac->type == SSH_EVP) {
82 mac->evp_md = (*macs[which].mdfunc)();
83 if ((evp_len = EVP_MD_size(mac->evp_md)) <= 0)
84 fatal("mac
96 mac_setup(Mac *mac, char *name) argument
113 mac_init(Mac *mac) argument
134 mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen) argument
169 mac_clear(Mac *mac) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_xgmac.c49 static inline int macidx(const struct cmac *mac) argument
51 return mac->offset / (XGMAC0_1_BASE_ADDR - XGMAC0_0_BASE_ADDR);
54 static void xaui_serdes_reset(struct cmac *mac) argument
62 adapter_t *adap = mac->adapter;
63 u32 ctrl = A_XGM_SERDES_CTRL0 + mac->offset;
65 t3_write_reg(adap, ctrl, adap->params.vpd.xauicfg[macidx(mac)] |
78 void t3b_pcs_reset(struct cmac *mac) argument
80 t3_set_reg_field(mac->adapter, A_XGM_RESET_CTRL + mac->offset,
83 t3_set_reg_field(mac
87 t3_mac_reset(struct cmac *mac) argument
168 t3b2_mac_reset(struct cmac *mac) argument
227 set_addr_filter(struct cmac *mac, int idx, const u8 *addr) argument
240 t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]) argument
257 t3_mac_set_num_ucast(struct cmac *mac, unsigned char n) argument
265 disable_exact_filters(struct cmac *mac) argument
276 enable_exact_filters(struct cmac *mac) argument
301 t3_mac_set_rx_mode(struct cmac *mac, struct t3_rx_mode *rm) argument
347 t3_mac_set_mtu(struct cmac *mac, unsigned int mtu) argument
422 t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc) argument
469 t3_mac_enable(struct cmac *mac, int which) argument
508 t3_mac_disable(struct cmac *mac, int which) argument
537 t3b2_mac_watchdog_task(struct cmac *mac) argument
631 t3_mac_update_stats(struct cmac *mac) argument
[all...]
H A Dcxgb_vsc7323.c290 const struct mac_stats *t3_vsc7323_update_stats(struct cmac *mac) argument
296 ret = t3_elmr_blk_read(mac->adapter,
297 ELMR_STAT(mac->ext_port, STATS0_START),
300 ret = t3_elmr_blk_read(mac->adapter,
301 ELMR_STAT(mac->ext_port, STATS1_START),
309 rx_ucast = mac->stats.rx_frames - mac->stats.rx_mcast_frames -
310 mac->stats.rx_bcast_frames;
312 tx_ucast = mac->stats.tx_frames - mac
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/hostapd/logwatch/
H A Dhostapd29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++;
43 foreach my $mac (sort keys %{$hostapd{$iface}}) {
44 print " Client MAC Address $mac:\n";
45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) {
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_mutl.c68 unsigned char *mac, unsigned int *maclen)
82 salt = p12->mac->salt->data;
83 saltlen = p12->mac->salt->length;
84 if (!p12->mac->iter) iter = 1;
85 else iter = ASN1_INTEGER_get (p12->mac->iter);
87 EVP_get_digestbyobj (p12->mac->dinfo->algor->algorithm))) {
103 || !HMAC_Final(&hmac, mac, maclen))
112 /* Verify the mac */
115 unsigned char mac[EVP_MAX_MD_SIZE]; local
117 if(p12->mac
67 PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen) argument
135 unsigned char mac[EVP_MAX_MD_SIZE]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dmd5.h21 const u8 *addr[], const size_t *len, u8 *mac);
23 u8 *mac);
27 const size_t *len, u8 *mac);
29 size_t data_len, u8 *mac);
H A Dcrypto_none.c21 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
H A Dsha256.h21 const u8 *addr[], const size_t *len, u8 *mac);
23 size_t data_len, u8 *mac);
H A Dmd5-non-fips.c29 * @mac: Buffer for the hash (16 bytes)
34 const size_t *len, u8 *mac)
81 if (md5_vector_non_fips_allow(1 + num_elem, _addr, _len, mac))
93 _addr[1] = mac;
95 return md5_vector_non_fips_allow(2, _addr, _len, mac);
105 * @mac: Buffer for the hash (16 bytes)
109 size_t data_len, u8 *mac)
112 &data_len, mac);
32 hmac_md5_vector_non_fips_allow(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
108 hmac_md5_non_fips_allow(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
H A Dmd5.c29 * @mac: Buffer for the hash (16 bytes)
33 const u8 *addr[], const size_t *len, u8 *mac)
80 if (md5_vector(1 + num_elem, _addr, _len, mac))
92 _addr[1] = mac;
94 return md5_vector(2, _addr, _len, mac);
104 * @mac: Buffer for the hash (16 bytes)
108 u8 *mac)
110 return hmac_md5_vector(key, key_len, 1, &data, &data_len, mac);
32 hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
107 hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dredef2.c6 #define mac(a, b) (a) + (b) macro
7 #define mac(a, b) (a) * (b) macro
8 #define mac(a, b) (a) * (x) macro
9 #define mac(a, g) (a) * (x) macro
20 /* { dg-warning "redefined" "redef mac" { target *-*-* } 7 }
21 { dg-warning "redefined" "redef mac" { target *-*-* } 8 }
22 { dg-warning "redefined" "redef mac" { target *-*-* } 9 }
26 { dg-message "previous" "prev def mac" { target *-*-* } 6 }
27 { dg-message "previous" "prev def mac" { target *-*-* } 7 }
28 { dg-message "previous" "prev def mac" { targe
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dredef2.c6 #define mac(a, b) (a) + (b) macro
7 #define mac(a, b) (a) * (b) macro
8 #define mac(a, b) (a) * (x) macro
9 #define mac(a, g) (a) * (x) macro
20 /* { dg-warning "redefined" "redef mac" { target *-*-* } 7 }
21 { dg-warning "redefined" "redef mac" { target *-*-* } 8 }
22 { dg-warning "redefined" "redef mac" { target *-*-* } 9 }
26 { dg-warning "previous" "prev def mac" { target *-*-* } 6 }
27 { dg-warning "previous" "prev def mac" { target *-*-* } 7 }
28 { dg-warning "previous" "prev def mac" { targe
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/checknr/
H A Dchecknr.c315 char mac[5]; /* The current macro or nroff command */ local
324 strncpy(mac, line+1, 4);
325 if (isspace((unsigned char)mac[0])) {
328 } else if (isspace((unsigned char)mac[1])) {
329 mac[1] = 0;
330 } else if (isspace((unsigned char)mac[2])) {
331 mac[2] = 0;
332 } else if (mac[0] != '\\' || mac[1] != '\"') {
340 checkknown(mac);
438 chkcmd(char *line, char *mac) argument
474 nomatch(char *mac) argument
534 checkknown(char *mac) argument
554 char *mac; local
583 addmac(char *mac) argument
617 binsrch(char *mac) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dconf.c47 cons_decl(mac); variable
56 cons_init(mac),
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dbwi.c207 static void bwi_tbl_write_2(struct bwi_mac *mac, uint16_t, uint16_t);
208 static void bwi_tbl_write_4(struct bwi_mac *mac, uint16_t, uint32_t);
450 #define RF_LO_WRITE(mac, lo) bwi_rf_lo_write((mac), (lo))
478 #define SAVE_RF_REG(mac, regs, n) (regs)->rf_##n = RF_READ((mac), 0x##n)
479 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n)
481 #define SAVE_PHY_REG(mac, regs, n) (regs)->phy_##n = PHY_READ((mac),
706 struct bwi_mac *mac; local
838 struct bwi_mac *mac; local
1071 bwi_tmplt_write_4(struct bwi_mac *mac, uint32_t ofs, uint32_t val) argument
1083 bwi_hostflags_write(struct bwi_mac *mac, uint64_t flags) argument
1097 bwi_hostflags_read(struct bwi_mac *mac) argument
1114 bwi_memobj_read_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
1131 bwi_memobj_read_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
1156 bwi_memobj_write_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, uint16_t v) argument
1174 bwi_memobj_write_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, uint32_t v) argument
1194 bwi_mac_lateattach(struct bwi_mac *mac) argument
1237 bwi_mac_init(struct bwi_mac *mac) argument
1408 bwi_mac_reset(struct bwi_mac *mac, int link_phy) argument
1456 bwi_mac_set_tpctl_11bg(struct bwi_mac *mac, const struct bwi_tpctl *new_tpctl) argument
1493 bwi_mac_test(struct bwi_mac *mac) argument
1542 bwi_mac_setup_tpctl(struct bwi_mac *mac) argument
1643 bwi_mac_dummy_xmit(struct bwi_mac *mac) argument
1708 bwi_mac_init_tpctl_11bg(struct bwi_mac *mac) argument
1776 bwi_mac_detach(struct bwi_mac *mac) argument
1782 bwi_mac_fw_alloc(struct bwi_mac *mac) argument
1851 bwi_mac_fw_free(struct bwi_mac *mac) argument
1860 bwi_mac_fw_image_alloc(struct bwi_mac *mac, const char *prefix, int idx, struct bwi_fw_image *fwi, uint8_t fw_type) argument
1961 bwi_mac_fw_image_free(struct bwi_mac *mac, struct bwi_fw_image *fwi) argument
1973 bwi_mac_fw_load(struct bwi_mac *mac) argument
2056 bwi_mac_gpio_init(struct bwi_mac *mac) argument
2091 bwi_mac_gpio_fini(struct bwi_mac *mac) argument
2108 bwi_mac_fw_load_iv(struct bwi_mac *mac, const struct bwi_fw_image *fwi) argument
2193 bwi_mac_fw_init(struct bwi_mac *mac) argument
2214 bwi_mac_opmode_init(struct bwi_mac *mac) argument
2283 bwi_mac_hostflags_init(struct bwi_mac *mac) argument
2312 bwi_mac_bss_param_init(struct bwi_mac *mac) argument
2362 bwi_mac_set_retry_lim(struct bwi_mac *mac, const struct bwi_retry_lim *lim) argument
2378 bwi_mac_set_ackrates(struct bwi_mac *mac, const struct ieee80211_rateset *rs) argument
2409 bwi_mac_start(struct bwi_mac *mac) argument
2424 bwi_mac_stop(struct bwi_mac *mac) argument
2454 bwi_mac_config_ps(struct bwi_mac *mac) argument
2488 bwi_mac_reset_hwkeys(struct bwi_mac *mac) argument
2495 bwi_mac_shutdown(struct bwi_mac *mac) argument
2522 bwi_mac_get_property(struct bwi_mac *mac) argument
2574 bwi_mac_updateslot(struct bwi_mac *mac, int shslot) argument
2594 struct bwi_mac *mac; local
2709 bwi_mac_adjust_tpctl(struct bwi_mac *mac, int rf_atten_adj, int bbp_atten_adj) argument
2765 bwi_mac_calibrate_txpower(struct bwi_mac *mac, enum bwi_txpwrcb_type type) argument
2880 bwi_mac_lock(struct bwi_mac *mac) argument
2902 bwi_mac_unlock(struct bwi_mac *mac) argument
2922 bwi_mac_set_promisc(struct bwi_mac *mac, int promisc) argument
2938 bwi_phy_write(struct bwi_mac *mac, uint16_t ctrl, uint16_t data) argument
2948 bwi_phy_read(struct bwi_mac *mac, uint16_t ctrl) argument
2958 bwi_phy_attach(struct bwi_mac *mac) argument
3032 bwi_phy_set_bbp_atten(struct bwi_mac *mac, uint16_t bbp_atten) argument
3051 bwi_phy_calibrate(struct bwi_mac *mac) argument
3074 bwi_tbl_write_2(struct bwi_mac *mac, uint16_t ofs, uint16_t data) argument
3084 bwi_tbl_write_4(struct bwi_mac *mac, uint16_t ofs, uint32_t data) argument
3097 bwi_nrssi_write(struct bwi_mac *mac, uint16_t ofs, int16_t data) argument
3104 bwi_nrssi_read(struct bwi_mac *mac, uint16_t ofs) argument
3111 bwi_phy_init_11a(struct bwi_mac *mac) argument
3117 bwi_phy_init_11g(struct bwi_mac *mac) argument
3230 bwi_phy_init_11b_rev2(struct bwi_mac *mac) argument
3241 bwi_phy_init_11b_rev4(struct bwi_mac *mac) argument
3310 bwi_phy_init_11b_rev5(struct bwi_mac *mac) argument
3411 bwi_phy_init_11b_rev6(struct bwi_mac *mac) argument
3548 bwi_phy_config_11g(struct bwi_mac *mac) argument
3681 bwi_phy_config_agc(struct bwi_mac *mac) argument
3762 bwi_set_gains(struct bwi_mac *mac, const struct bwi_gains *gains) argument
3823 bwi_nrssi_11g(struct bwi_mac *mac) argument
3837 bwi_get_rf_lo(struct bwi_mac *mac, uint16_t rf_atten, uint16_t bbp_atten) argument
3848 bwi_rf_lo_isused(struct bwi_mac *mac, const struct bwi_rf_lo *lo) argument
3860 bwi_rf_write(struct bwi_mac *mac, uint16_t ctrl, uint16_t data) argument
3869 bwi_rf_read(struct bwi_mac *mac, uint16_t ctrl) argument
3888 bwi_rf_attach(struct bwi_mac *mac) argument
4003 bwi_rf_set_chan(struct bwi_mac *mac, uint chan, int work_around) argument
4034 bwi_rf_get_gains(struct bwi_mac *mac) argument
4187 bwi_rf_init(struct bwi_mac *mac) argument
4202 bwi_rf_off_11a(struct bwi_mac *mac) argument
4214 bwi_rf_off_11bg(struct bwi_mac *mac) argument
4220 bwi_rf_off_11g_rev5(struct bwi_mac *mac) argument
4227 bwi_rf_workaround(struct bwi_mac *mac, uint chan) argument
4250 bwi_rf_lo_find(struct bwi_mac *mac, const struct bwi_tpctl *tpctl) argument
4291 bwi_rf_lo_adjust(struct bwi_mac *mac, const struct bwi_tpctl *tpctl) argument
4300 bwi_rf_lo_write(struct bwi_mac *mac, const struct bwi_rf_lo *lo) argument
4311 bwi_rf_gain_max_reached(struct bwi_mac *mac, int idx) argument
4337 bwi_phy812_value(struct bwi_mac *mac, uint16_t lpd) argument
4409 bwi_rf_init_bcm2050(struct bwi_mac *mac) argument
4669 bwi_rf_calibval(struct bwi_mac *mac) argument
4743 bwi_rf_map_txpower(struct bwi_mac *mac) argument
4927 bwi_rf_lo_update_11g(struct bwi_mac *mac) argument
5062 bwi_rf_lo_devi_measure(struct bwi_mac *mac, uint16_t ctrl) argument
5096 bwi_rf_get_tp_ctrl2(struct bwi_mac *mac) argument
5123 _bwi_rf_lo_update_11g(struct bwi_mac *mac, uint16_t orig_rf7a) argument
5220 bwi_rf_lo_measure_11g(struct bwi_mac *mac, const struct bwi_rf_lo *src_lo, struct bwi_rf_lo *dst_lo, uint8_t devi_ctrl) argument
5309 bwi_rf_calc_nrssi_slope_11b(struct bwi_mac *mac) argument
5421 bwi_rf_set_nrssi_ofs_11g(struct bwi_mac *mac) argument
5574 bwi_rf_calc_nrssi_slope_11g(struct bwi_mac *mac) argument
5751 bwi_rf_init_sw_nrssi_table(struct bwi_mac *mac) argument
5771 bwi_rf_init_hw_nrssi_table(struct bwi_mac *mac, uint16_t adjust) argument
5791 bwi_rf_set_nrssi_thr_11b(struct bwi_mac *mac) argument
5849 bwi_rf_set_nrssi_thr_11g(struct bwi_mac *mac) argument
5888 bwi_rf_clear_tssi(struct bwi_mac *mac) argument
5937 bwi_rf_on_11a(struct bwi_mac *mac) argument
5943 bwi_rf_on_11bg(struct bwi_mac *mac) argument
5958 bwi_rf_set_ant_mode(struct bwi_mac *mac, int ant_mode) argument
6034 bwi_rf_get_latest_tssi(struct bwi_mac *mac, int8_t tssi[], uint16_t ofs) argument
6055 bwi_rf_tssi2dbm(struct bwi_mac *mac, int8_t tssi, int8_t *txpwr) argument
6076 bwi_rf_calc_rssi_bcm2050(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr) argument
6186 bwi_rf_calc_rssi_bcm2053(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr) argument
6203 bwi_rf_calc_rssi_bcm2060(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr) argument
6215 bwi_rf_lo_measure_11b(struct bwi_mac *mac) argument
6236 bwi_rf_lo_update_11b(struct bwi_mac *mac) argument
6872 bwi_bus_init(struct bwi_softc *sc, struct bwi_mac *mac) argument
7170 struct bwi_mac *mac; local
7275 struct bwi_mac *mac; local
7515 struct bwi_mac *mac; local
7603 struct bwi_mac *mac; local
8402 struct bwi_mac *mac; local
9009 struct bwi_mac *mac; local
9625 struct bwi_mac *mac; local
9657 struct bwi_mac *mac; local
9680 struct bwi_mac *mac; local
9700 struct bwi_mac *mac; local
[all...]
H A Dbwivar.h470 #define BWI_CREATE_MAC(mac, sc, id, rev) \
472 BWI_CREATE_REGWIN(&(mac)->mac_regwin, \
474 (mac)->mac_sc = (sc); \
678 #define MOBJ_WRITE_2(mac, objid, ofs, val) \
679 bwi_memobj_write_2((mac), (objid), (ofs), (val))
680 #define MOBJ_WRITE_4(mac, objid, ofs, val) \
681 bwi_memobj_write_4((mac), (objid), (ofs), (val))
682 #define MOBJ_READ_2(mac, objid, ofs) \
683 bwi_memobj_read_2((mac), (objid), (ofs))
684 #define MOBJ_READ_4(mac, obji
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/h8300/
H A Dmacs.s7 mac @er4+,@er5+
/netbsd-6-1-5-RELEASE/share/doc/usd/01.begin/
H A DMakefile4 SRCS= u.mac u0 u1 u2 u3 u4 u5
/netbsd-6-1-5-RELEASE/games/fortune/tools/
H A DDo_troff9 ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
/netbsd-6-1-5-RELEASE/sys/dev/pci/ixgbe/
H A Dixgbe_vf.c79 hw->mac.ops.init_hw = ixgbe_init_hw_vf;
80 hw->mac.ops.reset_hw = ixgbe_reset_hw_vf;
81 hw->mac.ops.start_hw = ixgbe_start_hw_vf;
83 hw->mac.ops.clear_hw_cntrs = NULL;
84 hw->mac.ops.get_media_type = NULL;
85 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
86 hw->mac.ops.stop_adapter = ixgbe_stop_hw_vf;
87 hw->mac.ops.get_bus_info = NULL;
90 hw->mac.ops.setup_link = ixgbe_setup_mac_link_vf;
91 hw->mac
[all...]

Completed in 290 milliseconds

1234567891011>>