| /src/sys/arch/zaurus/dev/ | 
| scoop.c | 276 	struct scoop_softc *sc0;  local in function:scoop_set_mic_bias 279 	sc0 = device_lookup_private(&scoop_cd, 0);
 284 	} else if (sc0 != NULL) {
 285 		scoop_gpio_pin_write(sc0, SCOOP0_MIC_BIAS, onoff);
 295 	struct scoop_softc *sc0;  local in function:scoop_akin_pullup
 298 	sc0 = device_lookup_private(&scoop_cd, 0);
 303 	} else if (sc0 != NULL) {
 304 		scoop_gpio_pin_write(sc0, SCOOP0_AKIN_PULLUP, enable);
 412 	struct scoop_softc *sc0, *sc1, *sc;  local in function:scoop_check_mcr
 415 	sc0 = device_lookup_private(&scoop_cd, 0)
 439  struct scoop_softc *sc, *sc0, *sc1;  local in function:scoop_suspend
 478  struct scoop_softc *sc, *sc0, *sc1;  local in function:scoop_resume
 [all...]
 | 
| /src/sys/arch/newsmips/conf/ | 
| WAPIKO | 78 sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller 79 scsibus0 at sc0
 
 | 
| /src/sys/dev/marvell/ | 
| mvxpbm.c | 96 static struct mvxpbm_softc *sc0;  variable in typeref:struct:mvxpbm_softc * 115 	if (sc0 != NULL)
 154 	sc0 = sc;
 342 	if (sc0 != NULL)
 343 		return sc0;
 361 	sc0 = sc;
 362 	return sc0;
 
 | 
| /src/sys/arch/arm/sunxi/ | 
| sun4i_a10_ccu.c | 853 static struct sunxi_ccu_softc *sc0;  variable in typeref:struct:sunxi_ccu_softc * 899 	sc0 = sc;
 906 	sunxi_ccu_print(sc0);
 
 | 
| /src/sys/arch/sgimips/dev/ | 
| scn.c | 1303 	struct scn_softc *sc0 = duart->chan[0].sc;  local in function:scnintr 1306 	struct tty *tp0 = (sc0 != NULL) ? sc0->sc_tty : NULL;
 1328 				duart->imr &= ~sc0->sc_tx_int;
 1331 				if (sc0->sc_heldchanges) {
 1332 					scn_setchip(sc0);
 1362 				dcd_int(sc0, tp0, rs_ipcr & IPCR_DCDA);
 
 | 
| /src/sys/dev/usb/ | 
| ugen.c | 227 	struct ugen_softc *sc0;  local in function:ugenif_get_unit 231 	for (i = 0, sc0 = RB_TREE_MIN(&ugenif.tree);
 232 	     sc0 != NULL && i == sc0->sc_unit;
 233 	     i++, sc0 = RB_TREE_NEXT(&ugenif.tree, sc0))
 237 	sc0 = rb_tree_insert_node(&ugenif.tree, sc);
 238 	KASSERT(sc0 == sc);
 
 | 
| /src/sys/dev/ic/ | 
| wdc.c | 1106 	u_int8_t sc0 = 0, sn0 = 0, cl0 = 0, ch0 = 0;  local in function:__wdcwait_reset 1124 			sc0 = bus_space_read_1(wdr->cmd_iot,
 1187 	     chp->ch_channel, sc0, sn0, cl0, ch0), DEBUG_PROBE);
 
 |