Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c774 char *kern_bargs = NULL; in cvt_to_hyper() local
901 kern_bargs = s_strdup(console_dev); in cvt_to_hyper()
904 newstr = append_str(kern_bargs, serial_config[0], " "); in cvt_to_hyper()
905 free(kern_bargs); in cvt_to_hyper()
906 kern_bargs = newstr; in cvt_to_hyper()
910 newstr = append_str(kern_bargs, serial_config[1], " "); in cvt_to_hyper()
911 free(kern_bargs); in cvt_to_hyper()
912 kern_bargs = newstr; in cvt_to_hyper()
917 newstr = append_str(kern_bargs, extra_args, " "); in cvt_to_hyper()
918 free(kern_bargs); in cvt_to_hyper()
[all …]