Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/slstat/
H A Dslstat.c138 #define V(offset) ((line % 20)? ((sc->offset - osc->offset) / \
162 struct sl_softc *sc, *osc; in intpr() local
166 osc = (struct sl_softc *)malloc(AMT); in intpr()
167 bzero((char *)osc, AMT); in intpr()
228 bcopy((char *)sc, (char *)osc, AMT); in intpr()
/dragonfly/sys/dev/netif/ath/ath_rate/onoe/
H A Donoe.c424 struct onoe_softc *osc; in ath_rate_attach() local
426 osc = kmalloc(sizeof(struct onoe_softc), M_DEVBUF, M_INTWAIT|M_ZERO); in ath_rate_attach()
427 if (osc == NULL) in ath_rate_attach()
429 osc->arc.arc_space = sizeof(struct onoe_node); in ath_rate_attach()
432 return &osc->arc; in ath_rate_attach()
438 struct onoe_softc *osc = (struct onoe_softc *) arc; in ath_rate_detach() local
440 kfree(osc, M_DEVBUF); in ath_rate_detach()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c8099 tree *osc = struct_map_to_clause->get (decl); in gimplify_scan_omp_clauses() local
8110 sc = &OMP_CLAUSE_CHAIN (*osc); in gimplify_scan_omp_clauses()
8210 OMP_CLAUSE_SIZE (*osc) in gimplify_scan_omp_clauses()
8211 = size_binop (PLUS_EXPR, OMP_CLAUSE_SIZE (*osc), in gimplify_scan_omp_clauses()