Searched refs:bootargs_scratch (Results 1 – 1 of 1) sorted by relevance
1002 char bootargs_scratch[BOOTARGS_MAX]; in parse_fastboot_args() local1027 bcopy(bootargs_buf, bootargs_scratch, buflen); in parse_fastboot_args()1028 bzero(&bootargs_scratch[buflen], sizeof (bootargs_scratch) - buflen); in parse_fastboot_args()1029 head = &bootargs_scratch[0]; in parse_fastboot_args()1032 newarg = strtok(bootargs_scratch, " "); in parse_fastboot_args()