Searched defs:boot_str (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds