Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1001 char bootargs_saved[BOOTARGS_MAX]; in parse_fastboot_args() local
1023 bcopy(bootargs_buf, bootargs_saved, buflen); in parse_fastboot_args()
1024 bzero(&bootargs_saved[buflen], sizeof (bootargs_saved) - buflen); in parse_fastboot_args()
1048 (uintptr_t)bootargs_saved) != 0) { in parse_fastboot_args()
1083 bcopy(bootargs_saved, bootargs_buf, buf_size); in parse_fastboot_args()
1227 if (strstr(&bootargs_saved[rootlen], "-B") == NULL || in parse_fastboot_args()
1228 strstr(&bootargs_saved[rootlen], "zfs-bootfs=") == NULL || in parse_fastboot_args()
1229 (strstr(&bootargs_saved[rootlen], "bootpath=") == NULL && in parse_fastboot_args()
1230 strstr(&bootargs_saved[rootlen], "diskdevid=") == NULL)) in parse_fastboot_args()
1238 bcopy(&bootargs_saved[rootlen], &bootargs_buf[off], buflen - rootlen); in parse_fastboot_args()