/src/sys/dev/scsipi/ |
scsipi_ioctl.c | 396 struct scsi_addr *sca = (struct scsi_addr *)addr; local in function:scsipi_do_ioctl 400 sca->type = TYPE_SCSI; 401 sca->addr.scsi.scbus = 403 sca->addr.scsi.target = periph->periph_target; 404 sca->addr.scsi.lun = periph->periph_lun; 407 sca->type = TYPE_ATAPI; 408 sca->addr.atapi.atbus = 410 sca->addr.atapi.drive = periph->periph_target; 418 struct oscsi_addr *sca = (struct oscsi_addr *)addr; local in function:scsipi_do_ioctl 422 sca->scbus [all...] |
/src/sys/dev/isa/ |
if_ntwoc_isa.c | 84 struct sca_softc sc_sca; /* the SCA itself */ 113 * functions that read and write to the sca registers 149 ntwoc_isa_set_page(struct sca_softc *sca, bus_addr_t addr) 154 psr = bus_space_read_1(sca->sc_iot, sca->sc_ioh, NTWOC_PSR); 156 psr |= ((addr >> sca->scu_pageshift) & NTWOC_PG_MSK); 157 bus_space_write_1(sca->sc_iot, sca->sc_ioh, NTWOC_PSR, psr); 164 ntwoc_isa_set_on(struct sca_softc *sca) 169 pcr = bus_space_read_1(sca->sc_iot, sca->sc_ioh, NTWOC_PCR) 387 struct sca_softc *sca; local in function:ntwoc_isa_attach [all...] |
/src/sys/dev/pci/ |
if_ntwoc_pci.c | 113 struct sca_softc sc_sca; /* the SCA itself */ 147 * functions that read and write to the sca registers 194 struct sca_softc *sca = &sc->sc_sca; local in function:ntwoc_pci_attach 221 &sca->sc_iot, &sca->sc_ioh, NULL, NULL)) { 222 aprint_error_dev(self, "Can't map register space (SCA)\n"); 265 * 0x20 - Master RAM - Map SCA Base at 0 285 * pass the DMA tag to the SCA 287 sca->sc_usedma = 1; 288 sca->scu_dmat = pa->pa_dmat [all...] |
/src/lib/libc/net/ |
sctp_sys_calls.c | 135 struct sctp_connectx_addrs sca; local in function:sctp_connectx 173 sca.cx_num = cnt; 174 sca.cx_len = (int)len; 175 sca.cx_addrs = addrs; 176 ret = ioctl(sd, SIOCCONNECTX, (void *)&sca); 178 memcpy(id, &sca.cx_num, sizeof(sctp_assoc_t)); 523 struct sctp_connectx_addrs sca; local in function:sctp_sendx 548 sca.cx_num = cnt; 549 sca.cx_len = (int)len; 550 sca.cx_addrs = addrs [all...] |
/src/sys/dev/ic/ |
hd64570var.h | 133 struct sca_softc *sca; /* pointer to parent */ member in struct:sca_port 145 * a callback into the parent, since the SCA chip has no control 171 bus_space_handle_t p_sca_ioh[16]; /* io for sca regs */
|
/src/sys/dev/usb/ |
ugen.c | 195 const struct ugen_softc *sca = vsca; local in function:compare_ugen 198 if (sca->sc_unit < scb->sc_unit) 200 if (sca->sc_unit > scb->sc_unit)
|