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

/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp57 char* bootArgs = strrchr(sBootPath, ':'); local
58 if (bootArgs != NULL) {
59 bootArgs++;
60 char* comma = strchr(bootArgs, ',');
61 if (comma != NULL && comma - bootArgs > 0) {
63 bootAddress = ip_parse_address(bootArgs);

Completed in 97 milliseconds