Searched defs: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, argument
891 if ((entry = (char *)malloc(strlen(bootdevice) + 1)) == NULL) {
895 (void) strcpy(entry, bootdevice);
900 (void) strcpy(entry, bootdevice);

Completed in 48 milliseconds