Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c879 process_bootdev(const char *bootdevice, const char *default_root, in process_bootdev() argument
891 if ((entry = (char *)malloc(strlen(bootdevice) + 1)) == NULL) { in process_bootdev()
895 (void) strcpy(entry, bootdevice); in process_bootdev()
900 (void) strcpy(entry, bootdevice); in process_bootdev()