/src/sys/dev/ic/ |
am79c930var.h | 44 struct am79c930_ops *sc_ops; member in struct:am79c930_softc
|
rs5c313var.h | 43 struct rs5c313_ops *sc_ops; member in struct:rs5c313_softc
|
nvmevar.h | 132 const struct nvme_ops *sc_ops; member in struct:nvme_softc
|
athnvar.h | 579 struct athn_ops sc_ops; member in struct:athn_softc
|
/src/sys/arch/hpcmips/vr/ |
flashvar.h | 52 } *sc_ops; member in struct:flash_softc 64 #define flash_block_erase(sc, off) (sc)->sc_ops->fo_erase((sc), (off)) 65 #define flash_block_write(sc, off) (sc)->sc_ops->fo_write((sc), (off))
|
/src/sys/dev/apm/ |
apmvar.h | 61 struct apm_accessops *sc_ops; member in struct:apm_softc
|
/src/sys/dev/adb/ |
adb_bt.c | 65 struct adb_bus_accessops *sc_ops; member in struct:adbbt_softc 94 sc->sc_ops = aaa->ops;
|
adb_bus.c | 52 struct adb_bus_accessops *sc_ops; member in struct:nadb_softc 86 sc->sc_ops = ops; 87 sc->sc_ops->set_handler(sc->sc_ops->cookie, nadb_handler, sc); 164 aaa.ops = sc->sc_ops; 182 sc->sc_ops->autopoll(sc->sc_ops->cookie, devmask); 253 sc->sc_ops->send(sc->sc_ops->cookie, 0, command, len, data);
|
adb_ktm.c | 58 struct adb_bus_accessops *sc_ops; member in struct:ktm_softc 122 sc->sc_ops = aaa->ops; 383 sc->sc_ops->poll(sc->sc_ops->cookie); 406 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
|
adb_kbd.c | 70 struct adb_bus_accessops *sc_ops; member in struct:adbkbd_softc 195 sc->sc_ops = aaa->ops; 253 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL); 352 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 2, buffer); 357 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL); 366 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL) [all...] |
adb_ms.c | 63 struct adb_bus_accessops *sc_ops; member in struct:adbms_softc 149 sc->sc_ops = aaa->ops; 859 sc->sc_ops->poll(sc->sc_ops->cookie); 882 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
|
/src/sys/dev/isa/ |
fdvar.h | 85 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
|
/src/sys/dev/pci/ |
virtiovar.h | 143 const struct virtio_ops *sc_ops; member in struct:virtio_softc
|
/src/sys/arch/hp300/dev/ |
hpibvar.h | 196 struct hpib_controller *sc_ops; /* controller ops vector */ member in struct:hpibbus_softc
|
/src/sys/arch/usermode/dev/ |
vncfb.c | 89 struct vncfb_fbops sc_ops; member in struct:vncfb_softc 291 struct vncfb_fbops *ops = &sc->sc_ops; 331 struct vncfb_fbops *ops = &sc->sc_ops; 350 struct vncfb_fbops *ops = &sc->sc_ops; 375 struct vncfb_fbops *ops = &sc->sc_ops; 395 struct vncfb_fbops *ops = &sc->sc_ops; 424 struct vncfb_fbops *ops = &sc->sc_ops; 444 struct vncfb_fbops *ops = &sc->sc_ops;
|
/src/sys/arch/arc/jazz/ |
fd.c | 171 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 530 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) { 531 fd->sc_ops = 0; 802 fd->sc_ops = 0;
|
/src/sys/arch/sandpoint/sandpoint/ |
satmgr.c | 80 struct satops *sc_ops; member in struct:satmgr_softc 229 sc->sc_ops = ops; 347 if (sc->sc_ops->reboot != NULL) 348 (*sc->sc_ops->reboot)(sc); /* REBOOT */ 352 if (sc->sc_ops->pwroff != NULL) 353 (*sc->sc_ops->pwroff)(sc); /* HALT or POWERDOWN */ 734 (*sc->sc_ops->dispatch)(sc, *ptr);
|
/src/sys/arch/atari/dev/ |
hdfd.c | 276 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 703 if (fd->sc_drivechain.tqe_next && ++fd->sc_ops >= 8) { 704 fd->sc_ops = 0; 971 fd->sc_ops = 0;
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 245 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 663 if (fd->sc_drivechain.tqe_next && ++fd->sc_ops >= 8) { 664 fd->sc_ops = 0; 936 fd->sc_ops = 0;
|
/src/sys/dev/wsfb/ |
genfb.c | 79 struct genfb_ops sc_ops; member in struct:genfb_private 343 memcpy(&scp->sc_ops, ops, sizeof(struct genfb_ops)); 503 if (scp->sc_ops.genfb_ioctl) { 504 error = scp->sc_ops.genfb_ioctl(sc, vs, 586 if (scp->sc_ops.genfb_ioctl) 587 ret = scp->sc_ops.genfb_ioctl(sc, vs, cmd, data, flag, l); 618 if (scp->sc_ops.genfb_mmap) 619 return scp->sc_ops.genfb_mmap(sc, vs, offset, prot); 971 if (sc && sc->sc_private && sc->sc_private->sc_ops.genfb_borrow) 972 return sc->sc_private->sc_ops.genfb_borrow(sc, addr, hdlp) [all...] |
/src/sys/arch/sparc64/dev/ |
fdc.c | 318 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 1133 if (fd->sc_drivechain.tqe_next && ++fd->sc_ops >= 8) { 1134 fd->sc_ops = 0; 1651 fd->sc_ops = 0;
|
/src/sys/arch/sparc/dev/ |
fd.c | 286 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 955 if (fd->sc_drivechain.tqe_next && ++fd->sc_ops >= 8) { 956 fd->sc_ops = 0; 1468 fd->sc_ops = 0;
|
/src/sys/arch/emips/ebus/ |
flash_ebus.c | 221 const struct flash_ops *sc_ops; member in struct:eflash_softc 532 sc->sc_ops->write_uint8(sc,sc->sc_page0,CMD_READ_ID); 539 sc->sc_ops->write_uint8(sc,sc->sc_page0,CMD_READ_ARRAY); 548 sc->sc_ops->write_uint8(sc,sc->sc_page0,CMD_READ_STATUS); 549 sc->sc_ops->read_uint8(sc,sc->sc_page0,&Status); 550 sc->sc_ops->write_uint8(sc,sc->sc_page0,CMD_READ_ARRAY); 558 sc->sc_ops->write_uint8(sc,sc->sc_page0,CMD_CLEAR_STATUS); 640 sc->sc_ops->read_uint16(sc,Offset,&Data16); 651 sc->sc_ops->write_uint8(sc,sc->sc_page0,CMD_WRITE_WORD); 652 sc->sc_ops->write_uint16(sc,Offset,Value) [all...] |
/src/sys/arch/x68k/dev/ |
fd.c | 247 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 793 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) { 794 fd->sc_ops = 0; 1131 fd->sc_ops = 0;
|
/src/sys/arch/sun3/dev/ |
fd.c | 262 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc 759 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) { 760 fd->sc_ops = 0; 1194 fd->sc_ops = 0;
|