Searched refs:octbootfd (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/octeon/stand/rdboot/
H A Drdboot.c53 int octbootfd = -1; variable
70 octbootfd = open("/dev/octboot", O_WRONLY);
71 if (octbootfd == -1)
80 if (ioctl(octbootfd, OBIOC_GETROOTDEV, rootdev) == -1) {
235 ret = ioctl(octbootfd, OBIOC_KEXEC, &kargs);

Completed in 56 milliseconds