Searched refs:etherstr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getether.c | 165 char etherstr[18]; in getbyether() local 171 ret = snprintf(etherstr, sizeof (etherstr), "%x:%x:%x:%x:%x:%x", in getbyether() 173 if (ret >= sizeof (etherstr) || ret < 0) in getbyether() 177 _F_GETETHERBYETHER, etherstr); in getbyether() 182 _F_GETETHERBYETHER_SSD, etherstr); in getbyether()
|
/titanic_50/usr/src/lib/nsswitch/nis/common/ |
H A D | ether_addr.c | 65 char etherstr[18]; local 68 (void) snprintf(etherstr, 18, "%x:%x:%x:%x:%x:%x", 70 return (_nss_nis_lookup(be, argp, 0, "ethers.byaddr", etherstr, 0));
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 4889 char etherstr[ETHERSTRL]; in fcip_setup_mac_addr() local 4892 fcip_ether_to_str(&fptr->fcip_macaddr, etherstr); in fcip_setup_mac_addr() 4894 (CE_NOTE, "setupmacaddr ouraddr %s", etherstr)); in fcip_setup_mac_addr() 5127 char etherstr[ETHERSTRL]; in fcip_ireq() local 5163 fcip_ether_to_str(&fptr->fcip_macaddr, etherstr); in fcip_ireq() 5165 (CE_NOTE, "ireq - our mac: %s", etherstr)); in fcip_ireq()
|