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

/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c141 char *optptr, *argptr = fw_getcmdline(); local
146 optptr = strstr(argptr, "pci_clock=");
147 if (optptr && (optptr == argptr || optptr[-1] == ' '))
153 argptr += strlen(argptr);
154 sprintf(argptr, " pci_clock=%d", pciclock);
185 char *argptr; local
187 argptr = fw_getcmdline();
188 if (strstr(argptr, "debug")) {
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1486 char *argptr = arg, *opt; local
1519 while (argptr) {
1523 opt = strsep(&argptr, ",");

Completed in 166 milliseconds