/netbsd/sys/arch/amiga/dev/ |
H A D | flsc.c | 196 fsc->sc_hardbits = fsc->sc_reg[0x40]; in flscattach() 214 fsc->sc_reg[0x40] = fsc->sc_portbits; in flscattach() 310 fsc->sc_reg[0x40] = fsc->sc_portbits; in flsc_dma_isintr() 320 fsc->sc_reg[0x40] = fsc->sc_portbits; in flsc_clear_latched_intr() 345 fsc->sc_reg[0x40] = fsc->sc_portbits; in flsc_dma_reset() 375 fsc->sc_reg[0x40] = fsc->sc_portbits; in flsc_dma_intr() 530 fsc->sc_reg[0x40] = fsc->sc_portbits; in flsc_dma_setup() 544 *fsc->sc_pdmalen -= fsc->sc_dmasize; in flsc_dma_setup() 545 *fsc->sc_dmaaddr += fsc->sc_dmasize; in flsc_dma_setup() 618 fsc->sc_reg[0x40] = fsc->sc_portbits; in flsc_dma_setup() [all …]
|
/netbsd/sys/dev/fdt/ |
H A D | virtio_mmio_fdt.c | 75 struct virtio_mmio_fdt_softc * const fsc = device_private(self); in virtio_mmio_fdt_attach() local 76 struct virtio_mmio_softc * const msc = &fsc->sc_msc; in virtio_mmio_fdt_attach() 91 fsc->sc_phandle = faa->faa_phandle; in virtio_mmio_fdt_attach() 115 struct virtio_mmio_fdt_softc * const fsc = device_private(self); in virtio_mmio_fdt_rescan() local 116 struct virtio_mmio_softc * const msc = &fsc->sc_msc; in virtio_mmio_fdt_rescan() 137 struct virtio_mmio_fdt_softc * const fsc = device_private(self); in virtio_mmio_fdt_detach() local 138 struct virtio_mmio_softc * const msc = &fsc->sc_msc; in virtio_mmio_fdt_detach() 146 struct virtio_mmio_fdt_softc * const fsc = (void *)msc; in virtio_mmio_fdt_alloc_interrupts() local 159 msc->sc_ih = fdtbus_intr_establish_xname(fsc->sc_phandle, 0, in virtio_mmio_fdt_alloc_interrupts() 175 struct virtio_mmio_fdt_softc * const fsc = (void *)msc; in virtio_mmio_fdt_free_interrupts() local [all …]
|
H A D | amdccp_fdt.c | 68 struct amdccp_fdt_softc * const fsc = device_private(self); in amdccp_fdt_attach() local 69 struct amdccp_softc * const sc = &fsc->sc_sc; in amdccp_fdt_attach() 75 fsc->sc_sc.sc_dev = self; in amdccp_fdt_attach()
|
/netbsd/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
H A D | vchiq_netbsd_fdt.c | 84 struct vchiq_fdt_softc *fsc = device_private(self); in vchiq_fdt_attach() local 85 struct vchiq_softc *sc = &fsc->sc_vchiq; in vchiq_fdt_attach() 94 fsc->sc_phandle = phandle; in vchiq_fdt_attach() 125 struct vchiq_fdt_softc *fsc = device_private(self); in vchiq_fdt_defer() local 126 struct vchiq_softc *sc = &fsc->sc_vchiq; in vchiq_fdt_defer() 127 const int phandle = fsc->sc_phandle; in vchiq_fdt_defer()
|
/netbsd/sys/arch/aarch64/aarch64/ |
H A D | fault.c | 103 uint32_t fsc; in is_fatal_abort() local 105 fsc = __SHIFTOUT(esr, ESR_ISS_DATAABORT_DFSC); in is_fatal_abort() 107 switch (fsc) { in is_fatal_abort() 137 uint32_t esr, fsc, rw; in data_abort_handler() local 241 fsc = __SHIFTOUT(esr, ESR_ISS_DATAABORT_DFSC); /* also IFSC */ in data_abort_handler() 271 switch (fsc) { in data_abort_handler() 325 if ((fsc >= __arraycount(fault_status_code)) || in data_abort_handler() 326 ((faultstr = fault_status_code[fsc]) == NULL)) in data_abort_handler() 328 " unknown fault status 0x%x ", fsc); in data_abort_handler()
|
/netbsd/usr.sbin/altq/libaltq/ |
H A D | qop_hfsc.c | 484 &parent_clinfo->fsc)) { in qop_hfsc_add_class() 497 hfsc_clinfo->fsc = *sc; in qop_hfsc_add_class() 561 gsc_sub_sc(&parent_clinfo->gen_fsc, &hfsc_clinfo->fsc); in qop_hfsc_delete_class_hook() 574 struct service_curve rsc, fsc, usc; in qop_hfsc_modify_class() local 587 fsc = hfsc_clinfo->fsc; in qop_hfsc_modify_class() 630 &parent_clinfo->fsc)) { in qop_hfsc_modify_class() 636 hfsc_clinfo->fsc = *sc; in qop_hfsc_modify_class() 651 &root_hfsc_clinfo->fsc)) { in qop_hfsc_modify_class() 692 gsc_add_sc(&parent_clinfo->gen_fsc, &fsc); in qop_hfsc_modify_class() 693 hfsc_clinfo->fsc = fsc; in qop_hfsc_modify_class() [all …]
|
H A D | qop_hfsc.h | 54 struct service_curve fsc; /* fair service curve */ member
|
/netbsd/sys/altq/ |
H A D | altq_hfsc.c | 429 if (fsc != NULL && fsc->m2 > m2) in hfsc_class_create() 430 m2 = fsc->m2; in hfsc_class_create() 474 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) { in hfsc_class_create() 479 sc2isc(fsc, cl->cl_fsc); in hfsc_class_create() 1633 sp->fsc.m1 = 0; in get_class_stats() 1634 sp->fsc.d = 0; in get_class_stats() 1635 sp->fsc.m2 = 0; in get_class_stats() 1776 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0) && in hfsc_class_modify() 1816 if (fsc != NULL) { in hfsc_class_modify() 1817 if (fsc->m1 == 0 && fsc->m2 == 0) { in hfsc_class_modify() [all …]
|
H A D | altq_hfsc.h | 72 struct service_curve fsc; member
|
/netbsd/usr.sbin/altq/altqstat/ |
H A D | qdisc_hfsc.c | 108 rate2str((double)sp->fsc.m1), sp->fsc.d, in hfsc_stat_loop() 109 rate2str((double)sp->fsc.m2)); in hfsc_stat_loop()
|
/netbsd/sys/dev/ieee1394/ |
H A D | iec68113.h | 121 fsc:1, /* ID of a DIF block in each channel */ member 125 fsc:1, /* ID of a DIF block in each channel */
|
/netbsd/sys/arch/hp300/dev/ |
H A D | com_frodo.c | 123 struct com_frodo_softc *fsc = device_private(self); in com_frodo_attach() local 124 struct com_softc *sc = &fsc->sc_com; in com_frodo_attach()
|
/netbsd/usr.sbin/puffs/ |
H A D | makerumpmanpages.sh | 220 fsc=`echo $fs | tr '[:lower:]' '[:upper:]'`
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips-msa.md | 1547 (define_int_attr fsc 1569 (define_insn "msa_<fsc>_<FMSA:msafmt>" 1575 "<fsc>.<FMSA:msafmt>\t%w0,%w1,%w2"
|
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips-msa.md | 1578 (define_int_attr fsc 1600 (define_insn "msa_<fsc>_<FMSA:msafmt>" 1606 "<fsc>.<FMSA:msafmt>\t%w0,%w1,%w2"
|
/netbsd/tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 3993 oghxtt68En7/yZXL37TR+acD/0fsc/75Sny1zfmnoz7f5fzDcI8ayebW1oYdw28h
|
/netbsd/etc/ |
H A D | services | 14769 fsc-port 9217/tcp # FSC Communication Port [Teijo_Mustonen] … 14770 fsc-port 9217/udp # FSC Communication Port [Teijo_Mustonen] …
|