Lines Matching defs:ifname
247 * "ifname" is the interface name/unit as read from the boot
257 static char ifname[IFNAMSIZ];
988 * For x86, ifname is not initialized
990 * set in strplumb(). So we only copy the name if ifname
993 if (ifname[0])
994 (void) strlcpy(dhcifname, ifname, sizeof (dhcifname));
1466 (void) strncpy((caddr_t)&ifr.ifr_name, ifname, sizeof (ifr.ifr_name));
1500 (void) strncpy((caddr_t)&ifr.ifr_name, ifname, sizeof (ifr.ifr_name));
2261 (void) strlcpy(ifname, rootfs.bo_ifname, sizeof (ifname));
2280 "%s: no response from interface", ifname);
2282 printf("init_config: ifname %s is up\n", ifname);