Home
last modified time | relevance | path

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)); in platform_add_boot_device()
40 printf("boot path = \"%s\"\n", sBootPath); in platform_add_boot_device()
42 intptr_t node = of_finddevice(sBootPath); in platform_add_boot_device()
57 char* bootArgs = strrchr(sBootPath, ':'); in platform_add_boot_device()
104 int handle = of_open(sBootPath); in platform_add_boot_device()
190 if (!strcmp(path, sBootPath)) { in platform_add_block_devices()