Home
last modified time | relevance | path

Searched refs:sc0 (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/uart/
Duart_core.c551 struct uart_softc *sc, *sc0; in uart_bus_attach() local
561 sc0 = device_get_softc(dev); in uart_bus_attach()
562 if (sc0->sc_class->size > sizeof(*sc)) { in uart_bus_attach()
563 sc = malloc(sc0->sc_class->size, M_UART, M_WAITOK|M_ZERO); in uart_bus_attach()
564 bcopy(sc0, sc, sizeof(*sc)); in uart_bus_attach()
567 sc = sc0; in uart_bus_attach()
/freebsd-10-stable/sys/dev/scc/
Dscc_core.c103 struct scc_softc *sc, *sc0; in scc_bfe_attach() local
115 sc0 = device_get_softc(dev); in scc_bfe_attach()
116 cl = sc0->sc_class; in scc_bfe_attach()
119 bcopy(sc0, sc, sizeof(*sc)); in scc_bfe_attach()
122 sc = sc0; in scc_bfe_attach()
/freebsd-10-stable/share/doc/smm/02.config/
Dspell.ok239 sc0
/freebsd-10-stable/lib/libusb/
Dlibusb20.h225 void libusb20_tr_set_priv_sc0(struct libusb20_transfer *xfer, void *sc0);
Dlibusb20.c386 libusb20_tr_set_priv_sc0(struct libusb20_transfer *xfer, void *sc0) in libusb20_tr_set_priv_sc0() argument
388 xfer->priv_sc0 = sc0; in libusb20_tr_set_priv_sc0()
/freebsd-10-stable/sys/arm/xscale/ixp425/
Dif_npe.c1024 struct npe_softc *sc0 = arg; in npe_txdone() local
1035 DPRINTF(sc0, "%s: entry 0x%x NPE %u port %u\n", in npe_txdone()