Searched refs:ea1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojectid_003_pos.ksh67 log_must setfattr -n trusted.ea1 -v val1 $PRJFILE
/freebsd-13-stable/usr.sbin/arp/
H A Darp.c389 struct ether_addr *ea1 = ether_aton(eaddr); local
391 if (ea1 == NULL) {
395 *ea = *ea1;
/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h496 ixl_ether_is_equal(const u8 *ea1, const u8 *ea2) argument
498 return (bcmp(ea1, ea2, ETHER_ADDR_LEN) == 0);

Completed in 168 milliseconds