Home
last modified time | relevance | path

Searched refs:xsc (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd-12-stable/sys/arm/nvidia/
Dtegra_xhci.c956 struct xhci_softc *xsc; in tegra_xhci_detach() local
959 xsc = &sc->xhci_softc; in tegra_xhci_detach()
964 usb_callout_drain(&xsc->sc_callout); in tegra_xhci_detach()
965 xhci_halt_controller(xsc); in tegra_xhci_detach()
968 if (xsc->sc_irq_res && xsc->sc_intr_hdl) { in tegra_xhci_detach()
969 bus_teardown_intr(dev, xsc->sc_irq_res, xsc->sc_intr_hdl); in tegra_xhci_detach()
970 xsc->sc_intr_hdl = NULL; in tegra_xhci_detach()
972 if (xsc->sc_irq_res) { in tegra_xhci_detach()
974 rman_get_rid(xsc->sc_irq_res), xsc->sc_irq_res); in tegra_xhci_detach()
975 xsc->sc_irq_res = NULL; in tegra_xhci_detach()
[all …]
/freebsd-12-stable/sys/powerpc/pseries/
Dphyp_llan.c119 static void llan_intr(void *xsc);
120 static void llan_init(void *xsc);
125 static void llan_rx_load_cb(void *xsc, bus_dma_segment_t *segs, int nsegs,
269 llan_rx_load_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int err) in llan_rx_load_cb() argument
271 struct llan_softc *sc = xsc; in llan_rx_load_cb()
280 llan_init(void *xsc) in llan_init() argument
282 struct llan_softc *sc = xsc; in llan_init()
370 llan_intr(void *xsc) in llan_intr() argument
372 struct llan_softc *sc = xsc; in llan_intr()
425 llan_send_packet(void *xsc, bus_dma_segment_t *segs, int nsegs, in llan_send_packet() argument
[all …]
/freebsd-12-stable/sys/dev/mmcnull/
Dmmcnull.c67 static void mmcnull_intr_sd(void *xsc);
68 static void mmcnull_intr_sdio(void *xsc);
180 mmcnull_intr_sd(void *xsc) { in mmcnull_intr_sd() argument
185 sc = (struct mmcnull_softc *) xsc; in mmcnull_intr_sd()
240 mmcnull_intr_sdio_newintr(void *xsc) { in mmcnull_intr_sdio_newintr() argument
244 sc = (struct mmcnull_softc *) xsc; in mmcnull_intr_sdio_newintr()
258 mmcnull_intr_sdio(void *xsc) { in mmcnull_intr_sdio() argument
263 sc = (struct mmcnull_softc *) xsc; in mmcnull_intr_sdio()
/freebsd-12-stable/sys/dev/tl/
Dif_tl.c1412 tl_intvec_rxeof(xsc, type) in tl_intvec_rxeof() argument
1413 void *xsc; in tl_intvec_rxeof()
1423 sc = xsc;
1483 tl_intvec_rxeoc(xsc, type) in tl_intvec_rxeoc() argument
1484 void *xsc; in tl_intvec_rxeoc()
1492 sc = xsc;
1496 r = tl_intvec_rxeof(xsc, type);
1507 tl_intvec_txeof(xsc, type) in tl_intvec_txeof() argument
1508 void *xsc; in tl_intvec_txeof()
1515 sc = xsc;
[all …]
/freebsd-12-stable/sys/powerpc/ps3/
Dif_glc.c66 static void glc_init(void *xsc);
74 static int glc_intr_filter(void *xsc);
75 static void glc_intr(void *xsc);
76 static void glc_tick(void *xsc);
354 glc_stop(void *xsc) in glc_stop() argument
356 struct glc_softc *sc = xsc; in glc_stop()
365 glc_init(void *xsc) in glc_init() argument
367 struct glc_softc *sc = xsc; in glc_init()
375 glc_tick(void *xsc) in glc_tick() argument
377 struct glc_softc *sc = xsc; in glc_tick()
[all …]
/freebsd-12-stable/sys/dev/ata/
Data-dma.c48 static void ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error);
51 static void ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error);
150 ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetupc_cb() argument
152 struct ata_dc_cb_args *dcba = (struct ata_dc_cb_args *)xsc; in ata_dmasetupc_cb()
248 ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetprd() argument
250 struct ata_dmasetprd_args *args = xsc; in ata_dmasetprd()
/freebsd-12-stable/sys/dev/sound/macio/
Daoa.c319 aoa_interrupt(void *xsc) in aoa_interrupt() argument
321 struct aoa_softc *sc = xsc; in aoa_interrupt()
368 aoa_attach(void *xsc) in aoa_attach() argument
375 sc = xsc; in aoa_attach()
Daoa.h46 int aoa_attach(void *xsc);
/freebsd-12-stable/sys/dev/hyperv/utilities/
Dvmbus_heartbeat.c84 vmbus_heartbeat_cb(struct vmbus_channel *chan, void *xsc) in vmbus_heartbeat_cb() argument
86 struct vmbus_ic_softc *sc = xsc; in vmbus_heartbeat_cb()
Dvmbus_shutdown.c85 vmbus_shutdown_cb(struct vmbus_channel *chan, void *xsc) in vmbus_shutdown_cb() argument
87 struct vmbus_ic_softc *sc = xsc; in vmbus_shutdown_cb()
Dvmbus_timesync.c175 vmbus_timesync_cb(struct vmbus_channel *chan, void *xsc) in vmbus_timesync_cb() argument
177 struct vmbus_ic_softc *sc = xsc; in vmbus_timesync_cb()
/freebsd-12-stable/sys/dev/mii/
Dmlphy.c187 mlphy_service(xsc, mii, cmd) in mlphy_service() argument
188 struct mii_softc *xsc; in mlphy_service()
194 struct mlphy_softc *msc = (struct mlphy_softc *)xsc;
/freebsd-12-stable/sys/dev/virtio/balloon/
Dvirtio_balloon.c305 vtballoon_vq_intr(void *xsc) in vtballoon_vq_intr() argument
309 sc = xsc; in vtballoon_vq_intr()
519 vtballoon_thread(void *xsc) in vtballoon_thread() argument
524 sc = xsc; in vtballoon_thread()
/freebsd-12-stable/sys/dev/bm/
Dif_bm.c100 static void bm_txintr (void *xsc);
101 static void bm_rxintr (void *xsc);
107 static void bm_tick (void *xsc);
566 bm_rxintr(void *xsc) in bm_rxintr() argument
568 struct bm_softc *sc = xsc; in bm_rxintr()
657 bm_txintr(void *xsc) in bm_txintr() argument
659 struct bm_softc *sc = xsc; in bm_txintr()
978 bm_init(void *xsc) in bm_init() argument
980 struct bm_softc *sc = xsc; in bm_init()
/freebsd-12-stable/sys/dev/virtio/random/
Dvirtio_random.c225 vtrnd_timer(void *xsc) in vtrnd_timer() argument
229 sc = xsc; in vtrnd_timer()
/freebsd-12-stable/sys/dev/virtio/pci/
Dvirtio_pci.c1241 vtpci_legacy_intr(void *xsc) in vtpci_legacy_intr() argument
1248 sc = xsc; in vtpci_legacy_intr()
1266 vtpci_vq_shared_intr_filter(void *xsc) in vtpci_vq_shared_intr_filter() argument
1273 sc = xsc; in vtpci_vq_shared_intr_filter()
1285 vtpci_vq_shared_intr(void *xsc) in vtpci_vq_shared_intr() argument
1291 sc = xsc; in vtpci_vq_shared_intr()
1322 vtpci_config_intr(void *xsc) in vtpci_config_intr() argument
1327 sc = xsc; in vtpci_config_intr()
/freebsd-12-stable/crypto/openssl/apps/
Dx509.c961 X509_STORE_CTX *xsc = NULL; in x509_certify() local
971 xsc = X509_STORE_CTX_new(); in x509_certify()
972 if (xsc == NULL || !X509_STORE_CTX_init(xsc, ctx, x, NULL)) { in x509_certify()
985 X509_STORE_CTX_set_cert(xsc, x); in x509_certify()
986 X509_STORE_CTX_set_flags(xsc, X509_V_FLAG_CHECK_SS_SIGNATURE); in x509_certify()
987 if (!reqfile && X509_verify_cert(xsc) <= 0) in x509_certify()
1022 X509_STORE_CTX_free(xsc); in x509_certify()
/freebsd-12-stable/gnu/usr.bin/binutils/ld/
Dgenscripts.sh182 COMBRELOC=ldscripts/${EMULATION_NAME}.xsc.tmp
186 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xsc
/freebsd-12-stable/sys/powerpc/powermac/
Dpmu.c102 static void pmu_shutdown(void *xsc, int howto);
103 static void pmu_set_sleepled(void *xsc, int onoff);
807 pmu_shutdown(void *xsc, int howto) in pmu_shutdown() argument
809 struct pmu_softc *sc = xsc; in pmu_shutdown()
821 pmu_set_sleepled(void *xsc, int onoff) in pmu_set_sleepled() argument
823 struct pmu_softc *sc = xsc; in pmu_set_sleepled()
Dkiic.c124 static void kiic_intr(void *xsc);
301 kiic_intr(void *xsc) in kiic_intr() argument
303 struct kiic_softc *sc = xsc; in kiic_intr()
/freebsd-12-stable/sys/dev/hyperv/vmbus/
Dvmbus.c478 vmbus_scan_done_task(void *xsc, int pending __unused) in vmbus_scan_done_task() argument
480 struct vmbus_softc *sc = xsc; in vmbus_scan_done_task()
591 vmbus_msg_task(void *xsc, int pending __unused) in vmbus_msg_task() argument
593 struct vmbus_softc *sc = xsc; in vmbus_msg_task()
716 vmbus_synic_setup(void *xsc) in vmbus_synic_setup() argument
718 struct vmbus_softc *sc = xsc; in vmbus_synic_setup()
1505 vmbus_intrhook(void *xsc) in vmbus_intrhook() argument
1507 struct vmbus_softc *sc = xsc; in vmbus_intrhook()
/freebsd-12-stable/sys/dev/le/
Dlance.c267 lance_init(void *xsc) in lance_init() argument
269 struct lance_softc *sc = (struct lance_softc *)xsc; in lance_init()
438 lance_watchdog(void *xsc) in lance_watchdog() argument
440 struct lance_softc *sc = (struct lance_softc *)xsc; in lance_watchdog()
/freebsd-12-stable/sys/dev/bfe/
Dif_bfe.c1447 bfe_intr(void *xsc) in bfe_intr() argument
1449 struct bfe_softc *sc = xsc; in bfe_intr()
1684 bfe_init(void *xsc) in bfe_init() argument
1686 BFE_LOCK((struct bfe_softc *)xsc); in bfe_init()
1687 bfe_init_locked(xsc); in bfe_init()
1688 BFE_UNLOCK((struct bfe_softc *)xsc); in bfe_init()
1692 bfe_init_locked(void *xsc) in bfe_init_locked() argument
1694 struct bfe_softc *sc = (struct bfe_softc*)xsc; in bfe_init_locked()
1836 bfe_tick(void *xsc) in bfe_tick() argument
1838 struct bfe_softc *sc = xsc; in bfe_tick()
/freebsd-12-stable/contrib/binutils/ld/
Dgenscripts.sh321 COMBRELOC=ldscripts/${EMULATION_NAME}.xsc.tmp
325 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xsc
/freebsd-12-stable/sys/netgraph/
Dng_eiface.c94 static void ng_eiface_init(void *xsc);
204 ng_eiface_init(void *xsc) in ng_eiface_init() argument
206 priv_p sc = xsc; in ng_eiface_init()

12345