Home
last modified time | relevance | path

Searched refs:netdev_path (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c166 if (netdev_path == NULL || netdev_path[0] == '\0') { in systeminfo()
167 netdev_path = strplumb_get_netdev_path(); in systeminfo()
176 netdev_path != NULL && netdev_path[0] != '\0') { in systeminfo()
177 get_netif_name(netdev_path, dhcifname); in systeminfo()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c52 char *netdev_path; variable
104 "netdev-path", &netdev_path, 0,
H A Dboot_plat.h80 extern char *netdev_path;
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c245 netdev_path = devpath; in resolve_boot_path()
246 if (netdev_path != NULL) { in resolve_boot_path()
247 (void) strncpy(rootfs.bo_name, netdev_path, in resolve_boot_path()
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c403 netdev_path = kmem_zalloc(proplen, KM_SLEEP); in loadrootmodules()
405 (uchar_t *)netdev_path) == -1) { in loadrootmodules()
408 kmem_free(netdev_path, proplen); in loadrootmodules()
H A Dspace.c131 char *netdev_path; /* Used to cache the netdev_path handed up by boot */ variable
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h232 extern char *netdev_path;
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h233 extern char *netdev_path;