Home
last modified time | relevance | path

Searched refs:dhcifname (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c175 if (dhcifname[0] == '\0' && in systeminfo()
177 get_netif_name(netdev_path, dhcifname); in systeminfo()
188 (void) strncpy(tmp, dhcifname, IFNAMSIZ); in systeminfo()
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c132 char dhcifname[IFNAMSIZ]; variable
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h231 extern char dhcifname[IFNAMSIZ];
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h232 extern char dhcifname[IFNAMSIZ];
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c650 (void) snprintf(dhcifname, IFNAMSIZ, "%s%d", in matchmac()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c996 (void) strlcpy(dhcifname, ifname, sizeof (dhcifname)); in dhcpinit()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c14688 (strcmp(ill->ill_name, dhcifname) == 0) && in ill_dl_up()