Searched refs:localetheraddr (Results 1 - 21 of 21) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | etheraddr.c | 35 static kmutex_t localetheraddr_lock; /* Perimeter lock for localetheraddr */ 38 localetheraddr(struct ether_addr *hint, struct ether_addr *result) function
|
H A D | strplumb.c | 630 (void) localetheraddr((struct ether_addr *)macaddr, NULL);
|
H A D | gld.c | 789 (void) localetheraddr(
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ethernet.h | 143 extern int localetheraddr(struct ether_addr *, struct ether_addr *);
|
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 855 (void) localetheraddr(NULL, (struct ether_addr *)(&fc_result(cp, 0)));
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 1731 (void) localetheraddr((struct ether_addr *)idprom.id_ether,
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 1077 (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 D | iscsid.c | 2005 (void) localetheraddr(NULL, &eaddr);
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 2889 extern int localetheraddr(struct ether_addr *, 2896 if (localetheraddr(NULL, (struct ether_addr *)mac)) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1614 (void) localetheraddr((struct ether_addr *)NULL, &myether);
|
/illumos-gate/usr/src/uts/common/io/hme/ |
H A D | hme.c | 3563 * 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 D | idn_dlpi.c | 367 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 D | tcp.c | 3677 (void) localetheraddr(NULL,
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_virtual.c | 3742 (void) localetheraddr((struct ether_addr *)NULL, &nxgep->ouraddr);
|
/illumos-gate/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 1024 * by calling the "localetheraddr()" function. 1082 (void) localetheraddr(NULL, &factaddr);
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 3404 if (localetheraddr(NULL, &sysaddr) != 0) {
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 4044 if (localetheraddr(NULL, &sysaddr) != 0) {
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 3129 if (localetheraddr(NULL, &sysaddr) != 0) {
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | socal.c | 605 (void) localetheraddr((struct ether_addr *)NULL, &ourmacaddr);
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 5870 if (localetheraddr(NULL, &sysaddr) != 0) {
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 5716 if (hid == 0 && !localetheraddr((struct ether_addr *)NULL, &mac)) {
|
Completed in 324 milliseconds