Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dddi_impl.c1823 copy_boot_str(const char *boot_str, char *kern_str, int len) in copy_boot_str() argument
1828 kern_str[i] = boot_str[i]; in copy_boot_str()
1832 kern_str[i] = 0; /* null terminate */ in copy_boot_str()
1835 "boot property string is truncated to %s", kern_str); in copy_boot_str()