Searched refs:sc0 (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/dev/uart/ |
| HD | uart_core.c | 396 struct uart_softc *sc, *sc0; in uart_bus_attach() local 406 sc0 = device_get_softc(dev); in uart_bus_attach() 407 if (sc0->sc_class->size > sizeof(*sc)) { in uart_bus_attach() 408 sc = malloc(sc0->sc_class->size, M_UART, M_WAITOK|M_ZERO); in uart_bus_attach() 409 bcopy(sc0, sc, sizeof(*sc)); in uart_bus_attach() 412 sc = sc0; in uart_bus_attach()
|
| /trueos/sys/dev/scc/ |
| HD | 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()
|
| /trueos/share/doc/smm/02.config/ |
| HD | spell.ok | 239 sc0
|
| /trueos/lib/libusb/ |
| HD | libusb20.h | 219 void libusb20_tr_set_priv_sc0(struct libusb20_transfer *xfer, void *sc0);
|
| HD | libusb20.c | 374 libusb20_tr_set_priv_sc0(struct libusb20_transfer *xfer, void *sc0) in libusb20_tr_set_priv_sc0() argument 376 xfer->priv_sc0 = sc0; in libusb20_tr_set_priv_sc0()
|
| /trueos/sys/arm/xscale/ixp425/ |
| HD | 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()
|