Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/halt/
H A Dhalt.c987 char bootargs_saved[BOOTARGS_MAX]; in parse_fastboot_args() local
1009 bcopy(bootargs_buf, bootargs_saved, buflen); in parse_fastboot_args()
1010 bzero(&bootargs_saved[buflen], sizeof (bootargs_saved) - buflen); in parse_fastboot_args()
1034 (uintptr_t)bootargs_saved) != 0) { in parse_fastboot_args()
1070 bcopy(bootargs_saved, bootargs_buf, buf_size); in parse_fastboot_args()
1215 if (strstr(&bootargs_saved[rootlen], "-B") == NULL || in parse_fastboot_args()
1216 strstr(&bootargs_saved[rootlen], "zfs-bootfs=") == NULL || in parse_fastboot_args()
1217 (strstr(&bootargs_saved[rootlen], "bootpath=") == NULL && in parse_fastboot_args()
1218 strstr(&bootargs_saved[rootlen], "diskdevid=") == NULL)) in parse_fastboot_args()
1226 bcopy(&bootargs_saved[rootlen], &bootargs_buf[off], buflen - rootlen); in parse_fastboot_args()