Searched refs:sc0 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/uart/ |
| D | uart_core.c | 551 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/ |
| D | scc_core.c | 103 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/ |
| D | spell.ok | 239 sc0
|
| /freebsd-10-stable/lib/libusb/ |
| D | libusb20.h | 225 void libusb20_tr_set_priv_sc0(struct libusb20_transfer *xfer, void *sc0);
|
| D | libusb20.c | 386 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/ |
| D | if_npe.c | 1024 struct npe_softc *sc0 = arg; in npe_txdone() local 1035 DPRINTF(sc0, "%s: entry 0x%x NPE %u port %u\n", in npe_txdone()
|