Searched refs:ea (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-current/sys/dev/ciss/
H A Dciss.c1602 u_int32_t ea; local
1623 ea = cll->lun[i].physical.extra_address;
1624 if ((CISS_EXTRA_BUS3(ea) != 0) || (CISS_EXTRA_TARGET3(ea) != 0) ||
1625 (CISS_EXTRA_MODE2(ea) == 0x3))
1636 bus = CISS_EXTRA_BUS2(ea) - 1;
1637 target = CISS_EXTRA_TARGET2(ea);
/freebsd-current/sys/dev/alc/
H A Dif_alc.c862 uint32_t ea[2]; local
864 ea[0] = CSR_READ_4(sc, ALC_PAR0);
865 ea[1] = CSR_READ_4(sc, ALC_PAR1);
866 sc->alc_eaddr[0] = (ea[1] >> 8) & 0xFF;
867 sc->alc_eaddr[1] = (ea[1] >> 0) & 0xFF;
868 sc->alc_eaddr[2] = (ea[0] >> 24) & 0xFF;
869 sc->alc_eaddr[3] = (ea[0] >> 16) & 0xFF;
870 sc->alc_eaddr[4] = (ea[0] >> 8) & 0xFF;
871 sc->alc_eaddr[5] = (ea[0] >> 0) & 0xFF;
/freebsd-current/sys/dev/pci/
H A Dpcivar.h228 struct pcicfg_ea ea; /* Enhanced Allocation */ member in struct:pcicfg
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_subr.c748 struct tmpfs_extattr *ea; local
795 while ((ea = LIST_FIRST(&node->tn_extattrs)) != NULL) {
796 LIST_REMOVE(ea, ea_extattrs);
797 tmpfs_extattr_free(ea);
/freebsd-current/sbin/ifconfig/
H A Difieee80211.c5805 const struct ether_addr *ea; local
5807 ea = ether_aton(arg);
5808 if (ea == NULL)
5810 memcpy(params.icp_bssid, ea->octet, IEEE80211_ADDR_LEN);
5816 const struct ether_addr *ea; local
5818 ea = ether_aton(arg);
5819 if (ea == NULL)
5821 memcpy(params.icp_macaddr, ea->octet, IEEE80211_ADDR_LEN);
/freebsd-current/sys/dev/sound/pci/
H A Demu10k1.c643 u_int32_t sa, ea, start, val, silent_page; local
648 ea = v->end >> s;
670 emu_wrptr(sc, v->vnum, EMU_CHAN_DSL, ea | (y << 24));
H A Demu10kx.c264 uint32_t ea; member in struct:emu_voice
1377 v->ea = v->end >> s;
1408 emu_wrptr(sc, v->vnum, EMU_CHAN_DSL, v->ea | (v->amounts[3] << 24));
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c54 #include <sys/ea.h>
H A Darchive_write_disk_posix.c47 #include <sys/ea.h>
4479 * AIX' ea interface is syntaxwise identical to the Linux xattr interface.
/freebsd-current/contrib/tcpdump/
H A Dconfigure6106 u_char ea[6] = { 0xff, 0xff, 0xff, 0xff, 0xff };
6109 ether_ntohost(name, (struct ether_addr *)ea);
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c71 #include <sys/ea.h>

Completed in 194 milliseconds

123