Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/sock/
H A Dsocket.c1245 char lbootpath[OBP_MAXPATHLEN]; in get_netconfig_strategy() local
1272 for (op = prom_bootpath(), sp = lbootpath; op != NULL && in get_netconfig_strategy()
1277 if ((op = strrchr(lbootpath, '/')) == NULL) /* last '/' */ in get_netconfig_strategy()
1278 op = lbootpath; in get_netconfig_strategy()