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

/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Ddiskprobe.c74 u_int bsdunit, type = 0; local
88 bsdunit = ide++;
94 bsdunit = scsi++;
101 bsdunit = ide++;
108 bsdunit = atapi++;
116 bsdunit = ide++;
128 MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);
/openbsd-current/sys/arch/i386/stand/libsa/
H A Ddiskprobe.c125 u_int bsdunit, type; local
148 bsdunit = ide++;
155 bsdunit = scsi++;
162 bsdunit = ide++;
169 bsdunit = ide++;
176 MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);
191 u_int bsdunit, type = 0; local
205 bsdunit = ide++;
211 bsdunit = scsi++;
218 bsdunit
[all...]
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Ddiskprobe.c121 u_int bsdunit, type; local
144 bsdunit = ide++;
151 bsdunit = scsi++;
158 bsdunit = ide++;
165 bsdunit = ide++;
172 MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);

Completed in 221 milliseconds