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.c887 process_bootdev(const char *bootdevice, const char *default_root, in process_bootdev() argument
899 if ((entry = (char *)malloc(strlen(bootdevice) + 1)) == NULL) { in process_bootdev()
903 (void) strcpy(entry, bootdevice); in process_bootdev()
908 (void) strcpy(entry, bootdevice); in process_bootdev()