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

/macosx-10.9.5/bless-98/libbless/OpenFirmware/
H A DBLSetOpenFirmwareBootDevice.c72 char *restargs; local
85 restargs = oldbootargs;
86 if(NULL != strsep(&restargs, "\t")) { // nvram must separate the name from the value with a tab
87 restargs[strlen(restargs)-1] = '\0'; // remove \n
89 err = BLPreserveBootArgs(context, restargs, bootargs+strlen(bootargs), sizeof bootargs - strlen(bootargs));
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLPreserveBootArgs.c54 char *token, *restargs; local
65 restargs = oldbootargs;
66 while((token = strsep(&restargs, " ")) != NULL) {

Completed in 121 milliseconds