Searched refs:dl_attach (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 707 if (dl_attach(lh, softmac->smac_uppa + 1 * 1000, NULL) == 0) in softmac_mac_register() 761 (dl_attach(lh, softmac->smac_uppa, NULL) != 0)) { in softmac_mac_register() 1345 ((err = dl_attach(lh, softmac->smac_uppa, NULL)) != 0)) { in softmac_lower_setup()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | strplumb.c | 676 if ((dl_attach(lh, ppa, NULL) != 0) || in getmacaddr()
|
H A D | sundlpi.c | 284 dl_attach(ldi_handle_t lh, int ppa, dl_error_ack_t *dleap) in dl_attach() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 1627 extern int dl_attach(struct __ldi_handle *, int, dl_error_ack_t *);
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1551 if (rc = dl_attach(lh, ifunit, NULL)) { in revarp_myaddr()
|