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