Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1811 copy_boot_str(const char *boot_str, char *kern_str, int len) in copy_boot_str() argument
1815 while (i < len - 1 && boot_str[i] != '\0') { in copy_boot_str()
1816 kern_str[i] = boot_str[i]; in copy_boot_str()
1821 if (boot_str[i] != '\0') in copy_boot_str()