/src/sys/arch/mips/ralink/ |
ralink_com.c | 320 struct ralink_com_softc * const rtsc = device_private(self); local in function:ralink_com_attach 321 struct com_softc * const sc = &rtsc->sc_com; 326 rtsc->sc_addr = ma->ma_addr; 327 if (rtsc->sc_addr == MAINBUSCF_ADDR_DEFAULT) 328 rtsc->sc_addr = RA_UART_LITE_BASE; 329 rtsc->sc_irq = ra_uart2irq(rtsc->sc_addr); 331 if ((error = bus_space_map(ma->ma_memt, rtsc->sc_addr, 347 if (rtsc->sc_addr != RALINK_CONADDR) { 352 r |= ra_uart2rst(rtsc->sc_addr) [all...] |
/src/dist/pf/sbin/pfctl/ |
pfctl_altq.c | 54 LIST_HEAD(gen_sc, segment) rtsc, lssc; 676 LIST_INIT(&rtsc); 723 gsc_add_sc(&rtsc, &sc); 744 gsc_add_sc(&rtsc, &sc); 749 if (!is_gsc_under_sc(&rtsc, &sc)) { 786 gsc_destroy(&rtsc); 792 gsc_destroy(&rtsc); 840 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; local in function:print_hfsc_opts 844 rtsc = lssc = ulsc = NULL; 846 rtsc = &qopts->data.hfsc_opts.realtime [all...] |
/src/sys/altq/ |
altq_hfsc.c | 246 struct service_curve rtsc, lssc, ulsc; local in function:hfsc_add_queue 265 rtsc.m1 = opts->rtsc_m1; 266 rtsc.d = opts->rtsc_d; 267 rtsc.m2 = opts->rtsc_m2; 275 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc, 1493 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, 1496 rtsc->x = x; 1497 rtsc->y = y; 1498 rtsc->sm1 = isc->sm1; 1499 rtsc->ism1 = isc->ism1 [all...] |