Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c211 if ((fd = open_device(plist->pl_devname)) == -1) { in install_stage1_cb()
213 "device %s\n"), plist->pl_devname); in install_stage1_cb()
250 if ((fd = open_device(plist->pl_devname)) == -1) { in install_stage2_cb()
252 "device %s\n"), plist->pl_devname); in install_stage2_cb()
261 "to %s at offset %d\n", plist->pl_devname, offset); in install_stage2_cb()
265 " %d sectors starting at %d (abs %lld)\n\n"), plist->pl_devname, in install_stage2_cb()
332 if ((fd = open_device(plist->pl_devname)) == -1) in install_esp_cb()
350 plist->pl_devname); in install_esp_cb()
352 if (!mkfs_pcfs(plist->pl_devname)) { in install_esp_cb()
354 "on %s\n"), plist->pl_devname); in install_esp_cb()
[all …]
H A Dinstallboot.h109 char *pl_devname; member