Home
last modified time | relevance | path

Searched refs:bootargs_scratch (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/halt/
H A Dhalt.c1001 char bootargs_scratch[BOOTARGS_MAX]; in parse_fastboot_args() local
1026 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()