Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c1822 copy_boot_str(const char *boot_str, char *kern_str, int len) in copy_boot_str() argument
1826 while (i < len - 1 && boot_str[i] != '\0') { in copy_boot_str()
1827 kern_str[i] = boot_str[i]; in copy_boot_str()
1832 if (boot_str[i] != '\0') in copy_boot_str()