| /src/sys/arch/powerpc/ibm4xx/dev/ | 
| com_opb.c | 145 com_opb_cnattach(int com_freq, int conaddr, int conspeed, int conmode) 155 	if (comcnattach(opb_get_bus_space_tag(), conaddr, conspeed, com_freq,
 
 | 
| /src/sys/arch/sandpoint/sandpoint/ | 
| com_eumb.c | 125     int conaddr, int conspeed, int confreq, int contype, int conmode) 140 	return comcnattach1(&cnregs, conspeed, confreq, contype, conmode);
 
 | 
| /src/sys/arch/macppc/stand/installboot/ | 
| installboot.h | 84 	int		 conspeed;	/* console baud rate */  member in struct:__anon551177cf0208 
 | 
| /src/usr.sbin/installboot/ | 
| installboot.h | 101 	int		 conspeed;	/* console baud rate */  member in struct:__anon78e59b4b0308 
 | 
| installboot.c | 92 	{ "speed",	IB_CONSPEED,	OPT_INT,	OFFSET(conspeed) }, 
 | 
| /src/sys/arch/evbarm/gemini/ | 
| gemini_machdep.c | 749 #ifndef CONSPEED 750 #define CONSPEED 19200
 757 static const int conspeed = CONSPEED;  variable in typeref:typename:const int
 773 	if (comcnattach(&gemini_a4x_bs_tag, consaddr, conspeed,
 823 	if (comcnattach(iot, consaddr, conspeed,
 
 | 
| /src/usr.sbin/installboot/arch/ | 
| i386.c | 251 		bp.bp_conspeed = htole32(params->conspeed); 
 |