BOOTDEVLEN
snprintf(path, BOOTDEVLEN, "disk");
char bootdev[BOOTDEVLEN]; /* device */
if (bootpathlen >= BOOTDEVLEN)
bootpathlen = BOOTDEVLEN - 1;
strlcat(path, "a", BOOTDEVLEN);
strlcpy(path, "wd0a", BOOTDEVLEN);
strlcpy(path, "rd0a", BOOTDEVLEN);
snprintf(path, BOOTDEVLEN, "%s(%d,%d)",
strlcpy(p, bootdev, BOOTDEVLEN);
char bootdev[BOOTDEVLEN]; /* device */
char bootdev[BOOTDEVLEN]; /* device */
char bootdev[BOOTDEVLEN]; /* device */