Searched refs:netdev_path (Results 1 – 9 of 9) sorted by relevance
158 if (netdev_path == NULL || netdev_path[0] == '\0') { in systeminfo()159 netdev_path = strplumb_get_netdev_path(); in systeminfo()168 netdev_path != NULL && netdev_path[0] != '\0') { in systeminfo()169 get_netif_name(netdev_path, dhcifname); in systeminfo()
51 char *netdev_path; variable103 "netdev-path", &netdev_path, 0,
80 extern char *netdev_path;
1556 netdev_path = devpath; in init_netdev()
403 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()
132 char *netdev_path; /* Used to cache the netdev_path handed up by boot */ variable
228 extern char *netdev_path;
232 extern char *netdev_path;
4812 netdev_path = strplumb_get_netdev_path(); in getrootfs()4813 if (netdev_path == NULL) in getrootfs()4815 (void) strncpy(rootfs.bo_name, netdev_path, BO_MAXOBJNAME); in getrootfs()