Searched refs:localetheraddr (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Detheraddr.c35 static kmutex_t localetheraddr_lock; /* Perimeter lock for localetheraddr */
38 localetheraddr(struct ether_addr *hint, struct ether_addr *result) function
H A Dstrplumb.c630 (void) localetheraddr((struct ether_addr *)macaddr, NULL);
H A Dgld.c789 (void) localetheraddr(
/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h143 extern int localetheraddr(struct ether_addr *, struct ether_addr *);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c855 (void) localetheraddr(NULL, (struct ether_addr *)(&fc_result(cp, 0)));
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1731 (void) localetheraddr((struct ether_addr *)idprom.id_ether,
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c1077 (void) localetheraddr((struct ether_addr *)NULL, eap);
2216 (void) localetheraddr(NULL, eap);
3540 (void) localetheraddr((struct ether_addr *)NULL, &addr);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c2005 (void) localetheraddr(NULL, &eaddr);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2889 extern int localetheraddr(struct ether_addr *,
2896 if (localetheraddr(NULL, (struct ether_addr *)mac)) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1614 (void) localetheraddr((struct ether_addr *)NULL, &myether);
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c3563 * by calling the "localetheraddr()" function.
3628 (void) localetheraddr((struct ether_addr *)NULL, &hmep->hme_ouraddr);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c367 localetheraddr(NULL, eap);
369 PR_DLPI("%s: localetheraddr = %x:%x:%x:%x:%x:%x\n",
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3677 (void) localetheraddr(NULL,
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c3742 (void) localetheraddr((struct ether_addr *)NULL, &nxgep->ouraddr);
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c1024 * by calling the "localetheraddr()" function.
1082 (void) localetheraddr(NULL, &factaddr);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3404 if (localetheraddr(NULL, &sysaddr) != 0) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4044 if (localetheraddr(NULL, &sysaddr) != 0) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c3129 if (localetheraddr(NULL, &sysaddr) != 0) {
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c605 (void) localetheraddr((struct ether_addr *)NULL, &ourmacaddr);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5870 if (localetheraddr(NULL, &sysaddr) != 0) {
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c5716 if (hid == 0 && !localetheraddr((struct ether_addr *)NULL, &mac)) {

Completed in 324 milliseconds