/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_netbsd_fdt.c | 84 struct vchiq_fdt_softc *fsc = device_private(self); local in function:vchiq_fdt_attach 85 struct vchiq_softc *sc = &fsc->sc_vchiq; 94 fsc->sc_phandle = phandle; 125 struct vchiq_fdt_softc *fsc = device_private(self); local in function:vchiq_fdt_defer 126 struct vchiq_softc *sc = &fsc->sc_vchiq; 127 const int phandle = fsc->sc_phandle;
|
/src/sys/dev/fdt/ |
amdccp_fdt.c | 68 struct amdccp_fdt_softc * const fsc = device_private(self); local in function:amdccp_fdt_attach 69 struct amdccp_softc * const sc = &fsc->sc_sc; 75 fsc->sc_sc.sc_dev = self;
|
virtio_mmio_fdt.c | 75 struct virtio_mmio_fdt_softc * const fsc = device_private(self); local in function:virtio_mmio_fdt_attach 76 struct virtio_mmio_softc * const msc = &fsc->sc_msc; 91 fsc->sc_phandle = faa->faa_phandle; 115 struct virtio_mmio_fdt_softc * const fsc = device_private(self); local in function:virtio_mmio_fdt_rescan 116 struct virtio_mmio_softc * const msc = &fsc->sc_msc; 137 struct virtio_mmio_fdt_softc * const fsc = device_private(self); local in function:virtio_mmio_fdt_detach 138 struct virtio_mmio_softc * const msc = &fsc->sc_msc; 146 struct virtio_mmio_fdt_softc * const fsc = (void *)msc; local in function:virtio_mmio_fdt_alloc_interrupts 151 if (!fdtbus_intr_str(fsc->sc_phandle, 0, intrstr, sizeof(intrstr))) { 159 msc->sc_ih = fdtbus_intr_establish_xname(fsc->sc_phandle, 0 175 struct virtio_mmio_fdt_softc * const fsc = (void *)msc; local in function:virtio_mmio_fdt_free_interrupts [all...] |
/src/sys/arch/hp300/dev/ |
com_frodo.c | 123 struct com_frodo_softc *fsc = device_private(self); local in function:com_frodo_attach 124 struct com_softc *sc = &fsc->sc_com;
|
/src/usr.sbin/altq/libaltq/ |
qop_hfsc.h | 54 struct service_curve fsc; /* fair service curve */ member in struct:hfsc_classinfo 57 gsc_head_t gen_fsc; /* generalized fsc */
|
qop_hfsc.c | 484 &parent_clinfo->fsc)) { 497 hfsc_clinfo->fsc = *sc; 561 gsc_sub_sc(&parent_clinfo->gen_fsc, &hfsc_clinfo->fsc); 574 struct service_curve rsc, fsc, usc; local in function:qop_hfsc_modify_class 587 fsc = hfsc_clinfo->fsc; 627 gsc_sub_sc(&parent_clinfo->gen_fsc, &hfsc_clinfo->fsc); 630 &parent_clinfo->fsc)) { 633 gsc_add_sc(&parent_clinfo->gen_fsc, &hfsc_clinfo->fsc); 636 hfsc_clinfo->fsc = *sc [all...] |
/src/sys/arch/aarch64/aarch64/ |
fault.c | 103 uint32_t fsc; local in function:is_fatal_abort 105 fsc = __SHIFTOUT(esr, ESR_ISS_DATAABORT_DFSC); 107 switch (fsc) { 137 uint32_t esr, fsc, rw; local in function:data_abort_handler 241 fsc = __SHIFTOUT(esr, ESR_ISS_DATAABORT_DFSC); /* also IFSC */ 271 switch (fsc) { 325 if ((fsc >= __arraycount(fault_status_code)) || 326 ((faultstr = fault_status_code[fsc]) == NULL)) 328 " unknown fault status 0x%x ", fsc);
|
/src/sys/arch/amiga/dev/ |
flsc.c | 145 struct flsc_softc *fsc = device_private(self); local in function:flscattach 146 struct ncr53c9x_softc *sc = &fsc->sc_ncr53c9x; 159 fsc->sc_dmabase = (volatile uint8_t *)zap->va; 160 fsc->sc_reg = &((volatile uint8_t *)zap->va)[0x1000001]; 164 aprint_normal(": address %p", fsc->sc_reg); 195 fsc->sc_portbits = 0xa0 | FLSC_PB_EDI | FLSC_PB_ESI; 196 fsc->sc_hardbits = fsc->sc_reg[0x40]; 198 fsc->sc_alignbuf = (uint8_t *)((u_long)fsc->sc_unalignbuf & -4) 231 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_read_reg 239 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_write_reg 288 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_isintr 317 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_clear_latched_intr 326 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_reset 355 register struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_intr 485 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_setup 628 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_go 646 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_stop 659 struct flsc_softc *fsc = (struct flsc_softc *)sc; local in function:flsc_dma_isactive [all...] |
/src/sys/dev/ieee1394/ |
iec68113.h | 121 fsc:1, /* ID of a DIF block in each channel */ member in struct:dvdbc 125 fsc:1, /* ID of a DIF block in each channel */
|
/src/sys/altq/ |
altq_hfsc.h | 72 struct service_curve fsc; member in struct:hfsc_classstats
|
altq_hfsc.c | 34 * H-FSC is described in Proceedings of SIGCOMM'97, 385 struct service_curve *fsc, struct service_curve *usc, 429 if (fsc != NULL && fsc->m2 > m2) 430 m2 = fsc->m2; 474 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) { 479 sc2isc(fsc, cl->cl_fsc); 1629 sp->fsc.m1 = sm2m(cl->cl_fsc->sm1) 2097 struct service_curve *fsc = NULL; local in function:hfsccmd_modify_class [all...] |