Searched refs:netdev_path (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.h80 extern char *netdev_path;
H A Dbootprop.c51 char *netdev_path; variable
103 "netdev-path", &netdev_path, 0,
H A Dwanboot.c1521 * the boot device path, returned as netdev_path.
1556 netdev_path = devpath;
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c158 if (netdev_path == NULL || netdev_path[0] == '\0') {
159 netdev_path = strplumb_get_netdev_path();
168 netdev_path != NULL && netdev_path[0] != '\0') {
169 get_netif_name(netdev_path, dhcifname);
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h228 extern char *netdev_path;
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c464 netdev_path = kmem_zalloc(proplen, KM_SLEEP);
466 (uchar_t *)netdev_path) == -1) {
469 kmem_free(netdev_path, proplen);
H A Dspace.c132 char *netdev_path; /* Used to cache the netdev_path handed up by boot */ variable
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h231 extern char *netdev_path;
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4717 /* attempt to determine netdev_path via boot_mac address */
4718 netdev_path = strplumb_get_netdev_path();
4719 if (netdev_path == NULL)
4721 (void) strncpy(rootfs.bo_name, netdev_path, BO_MAXOBJNAME);

Completed in 80 milliseconds