Searched refs:pcheck (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libc/gdtoa/ |
H A D | gethex.c | 85 goto pcheck; 90 goto pcheck; 94 goto pcheck; 108 goto pcheck; 120 pcheck:
|
/openbsd/sys/dev/pci/ |
H A D | ahc_pci.c | 636 int pcheck, int fast, int large); 1137 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() argument 1181 if (pcheck) in ahc_scbram_config() 1200 int pcheck; in ahc_probe_ext_scbram() local 1205 pcheck = FALSE; in ahc_probe_ext_scbram() 1216 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram() 1238 pcheck = TRUE; in ahc_probe_ext_scbram() 1245 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram() 1257 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE); in ahc_probe_ext_scbram() 1285 pcheck ? ", parity checking enabled" : "", in ahc_probe_ext_scbram() [all …]
|