Searched refs:mDev (Results 1 – 1 of 1) sorted by relevance
1541 int mDev, i; in mboot_read() local1551 if ((mDev = open(io_mboot, O_RDONLY, 0666)) == -1) { in mboot_read()1560 if ((mDev = open(io_mboot, O_RDONLY, 0666)) == -1) { in mboot_read()1573 if (read(mDev, &BootCod, sizeof (struct mboot)) != sizeof in mboot_read()1591 (void) close(mDev); in mboot_read()