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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c167 if (dhcifname[0] == '\0' &&
169 get_netif_name(netdev_path, dhcifname);
180 (void) strncpy(tmp, dhcifname, IFNAMSIZ);
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h227 extern char dhcifname[IFNAMSIZ];
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h230 extern char dhcifname[IFNAMSIZ];
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c133 char dhcifname[IFNAMSIZ]; variable
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c636 /* fill in dhcifname */
638 (void) snprintf(dhcifname, IFNAMSIZ, "%s%d",
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c994 (void) strlcpy(dhcifname, ifname, sizeof (dhcifname));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c14679 * dhcifname was set to reference by the boot loader. Once sysid is
14683 (strcmp(ill->ill_name, dhcifname) == 0) &&

Completed in 123 milliseconds