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

/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp29 char sBootPath[192]; variable
37 int length = of_getprop(gChosen, "bootpath", sBootPath, sizeof(sBootPath));
40 printf("boot path = \"%s\"\n", sBootPath);
42 intptr_t node = of_finddevice(sBootPath);
57 char* bootArgs = strrchr(sBootPath, ':');
96 strcpy(name, sBootPath);
104 int handle = of_open(sBootPath);
190 if (!strcmp(path, sBootPath)) {

Completed in 12 milliseconds