/src/sys/dev/ppbus/ |
ppbus_conf.c | 70 struct parport_adapter *sc_link = aux; local in function:ppbus_probe 75 sc_link->parport_io == NULL || 76 sc_link->parport_exec_microseq == NULL || 77 sc_link->parport_setmode == NULL || 78 sc_link->parport_getmode == NULL || 79 sc_link->parport_read == NULL || 80 sc_link->parport_write == NULL || 81 sc_link->parport_read_ivar == NULL || 82 sc_link->parport_write_ivar == NULL || 84 ((sc_link->capabilities & PPBUS_HAS_EPP) & 111 struct parport_adapter *sc_link = aux; local in function:ppbus_attach [all...] |
ppbus_conf.c | 70 struct parport_adapter *sc_link = aux; local in function:ppbus_probe 75 sc_link->parport_io == NULL || 76 sc_link->parport_exec_microseq == NULL || 77 sc_link->parport_setmode == NULL || 78 sc_link->parport_getmode == NULL || 79 sc_link->parport_read == NULL || 80 sc_link->parport_write == NULL || 81 sc_link->parport_read_ivar == NULL || 82 sc_link->parport_write_ivar == NULL || 84 ((sc_link->capabilities & PPBUS_HAS_EPP) & 111 struct parport_adapter *sc_link = aux; local in function:ppbus_attach [all...] |
/src/sys/arch/mips/cavium/dev/ |
octeon_gmxvar.h | 62 uint64_t sc_link; member in struct:octgmx_port_softc
|
octeon_gmxvar.h | 62 uint64_t sc_link; member in struct:octgmx_port_softc
|
/src/sys/dev/fdt/ |
ausoc.c | 69 struct ausoc_link *sc_link; member in struct:ausoc_softc 532 sc->sc_link = kmem_zalloc(sizeof(*sc->sc_link), KM_SLEEP); 533 sc->sc_link[0].link_name = sc->sc_name; 534 ausoc_attach_link(sc, &sc->sc_link[0], phandle, phandle); 545 sc->sc_link = kmem_zalloc(sizeof(*sc->sc_link) * sc->sc_nlink, 552 sc->sc_link[n].link_name = sc->sc_name; 553 ausoc_attach_link(sc, &sc->sc_link[n], phandle, child);
|
ausoc.c | 69 struct ausoc_link *sc_link; member in struct:ausoc_softc 532 sc->sc_link = kmem_zalloc(sizeof(*sc->sc_link), KM_SLEEP); 533 sc->sc_link[0].link_name = sc->sc_name; 534 ausoc_attach_link(sc, &sc->sc_link[0], phandle, phandle); 545 sc->sc_link = kmem_zalloc(sizeof(*sc->sc_link) * sc->sc_nlink, 552 sc->sc_link[n].link_name = sc->sc_name; 553 ausoc_attach_link(sc, &sc->sc_link[n], phandle, child);
|
/src/sys/arch/arc/dti/ |
btl.c | 129 struct scsipi_link sc_link; /* prototype for devs */ member in struct:bt_softc 397 sc->sc_link.scsipi_scsi.channel = SCSI_CHANNEL_ONLY_ONE; 398 sc->sc_link.adapter_softc = sc; 399 sc->sc_link.scsipi_scsi.adapter_target = sc->sc_scsi_dev; 400 sc->sc_link.adapter = &sc->sc_adapter; 401 sc->sc_link.device = &bt_dev; 402 sc->sc_link.openings = 1; 403 sc->sc_link.scsipi_scsi.max_target = 7; 404 sc->sc_link.scsipi_scsi.max_lun = 7; 405 sc->sc_link.type = BUS_SCSI 1213 struct scsipi_link *sc_link = xs->sc_link; local in function:bt_scsi_cmd 1375 struct scsipi_link *sc_link = xs->sc_link; local in function:bt_timeout [all...] |
btl.c | 129 struct scsipi_link sc_link; /* prototype for devs */ member in struct:bt_softc 397 sc->sc_link.scsipi_scsi.channel = SCSI_CHANNEL_ONLY_ONE; 398 sc->sc_link.adapter_softc = sc; 399 sc->sc_link.scsipi_scsi.adapter_target = sc->sc_scsi_dev; 400 sc->sc_link.adapter = &sc->sc_adapter; 401 sc->sc_link.device = &bt_dev; 402 sc->sc_link.openings = 1; 403 sc->sc_link.scsipi_scsi.max_target = 7; 404 sc->sc_link.scsipi_scsi.max_lun = 7; 405 sc->sc_link.type = BUS_SCSI 1213 struct scsipi_link *sc_link = xs->sc_link; local in function:bt_scsi_cmd 1375 struct scsipi_link *sc_link = xs->sc_link; local in function:bt_timeout [all...] |
/src/sys/dev/pci/ |
if_vge.c | 206 int sc_link; member in struct:vge_softc 1429 if (sc->sc_link) { 1431 sc->sc_link = 0; 1435 sc->sc_link = 1; 1643 if (!sc->sc_link || 1915 sc->sc_link = 0;
|
if_vge.c | 206 int sc_link; member in struct:vge_softc 1429 if (sc->sc_link) { 1431 sc->sc_link = 0; 1435 sc->sc_link = 1; 1643 if (!sc->sc_link || 1915 sc->sc_link = 0;
|