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

/openbsd-current/sys/arch/landisk/landisk/
H A Dconsinit.c55 * XXX - shouldn't deal with this initted thing, but then,
61 static int initted; local
63 if (initted)
65 initted = 1;
/openbsd-current/sys/arch/amd64/amd64/
H A Dwscons_machdep.c104 static int initted = 0; local
106 if (initted)
110 initted = 1;
/openbsd-current/sys/arch/i386/i386/
H A Dwscons_machdep.c99 static int initted = 0; local
101 if (initted)
103 initted = 1;
/openbsd-current/sys/arch/macppc/macppc/
H A Drbus_machdep.c65 static int initted = 0; local
67 if (initted)
69 initted = 1;
/openbsd-current/sys/arch/loongson/loongson/
H A Dwscons_machdep.c150 static int initted; local
156 if (initted)
159 initted = 1;
/openbsd-current/sys/arch/alpha/alpha/
H A Ddec_3000_300.c155 static int found, initted, scsiboot, netboot; local
166 if (!initted) {
173 initted = 1;
H A Ddec_3000_500.c173 static int found, initted, scsiboot, netboot; local
184 if (!initted) {
191 initted = 1;
H A Ddec_alphabook1.c159 static int found, initted, diskboot, netboot; local
169 if (!initted) {
176 initted =1;
H A Ddec_eb64plus.c163 static int found, initted, diskboot, netboot; local
173 if (!initted) {
180 initted =1;
H A Ddec_kn20aa.c163 static int found, initted, diskboot, netboot; local
173 if (!initted) {
180 initted =1;
H A Dapi_up1000.c163 static int found, initted, scsiboot, ideboot, netboot; local
173 if (!initted) {
185 initted = 1;
H A Ddec_1000a.c234 static int found, initted, diskboot, netboot; local
244 if (!initted) {
251 initted =1;
H A Ddec_550.c164 static int found, initted, diskboot, netboot; local
174 if (!initted) {
181 initted = 1;
H A Ddec_axppci_33.c206 static int found, initted, diskboot, netboot; local
216 if (!initted) {
223 initted =1;
H A Ddec_eb164.c166 static int found, initted, diskboot, netboot; local
176 if (!initted) {
183 initted = 1;
H A Ddec_kn300.c203 static int found, initted, diskboot, netboot; local
213 if (!initted) {
228 initted = 1;
H A Ddec_2100_a50.c183 static int found, initted, diskboot, netboot; local
193 if (!initted) {
200 initted =1;
H A Ddec_6600.c191 static int found, initted, diskboot, netboot; local
201 if (!initted) {
208 initted = 1;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dserver.c2453 static int initted;
2455 if (!initted)
2460 initted = 1;
2441 static int initted; local
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c2268 static int initted = 0; local
2269 if (!initted) {
2270 initted = 1;

Completed in 152 milliseconds