Lines Matching refs:tmpbuf
86 char tmpbuf[MAXNAMELEN]; in mac_init() local
99 (void) snprintf(tmpbuf, sizeof (tmpbuf), in mac_init()
101 prom_panic(tmpbuf); in mac_init()
121 bzero(tmpbuf, sizeof (tmpbuf)); in mac_init()
127 len < sizeof (tmpbuf)) { in mac_init()
128 (void) prom_getprop(node, netiftype, tmpbuf); in mac_init()
130 len < sizeof (tmpbuf)) { in mac_init()
131 (void) prom_getprop(node, chosen_net, tmpbuf); in mac_init()
133 len < sizeof (tmpbuf)) { in mac_init()
134 (void) prom_getprop(node, supported_net, tmpbuf); in mac_init()
138 if ((wp = strstr(tmpbuf, ",")) != NULL) in mac_init()
140 media_type = tmpbuf; in mac_init()