/src/sys/arch/pmax/tc/ |
asc_ioasic.c | 313 u_int tcl, tcm, ssr, scr, intr; local in function:asc_ioasic_intr 342 tcm = ASC_READ_REG(asc, NCR_TCM); 343 NCR_DMA(("ioasic_intr: discarded %d bytes (tcl=%d, tcm=%d)\n", 344 tcl | (tcm << 8), tcl, tcm)); 356 resid += (tcm = ASC_READ_REG(asc, NCR_TCM)) << 8; 364 NCR_DMA(("ioasic_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n", 365 tcl, tcm, trans, resid));
|
/src/sys/arch/vax/vsa/ |
asc_vsbus.c | 345 u_int tcl, tcm; local in function:asc_vsbus_dma_intr 356 tcm = NCR_READ_REG(sc, NCR_TCM); 357 NCR_DMA(("asc_vsbus_intr: discarded %d bytes (tcl=%d, tcm=%d)\n", 358 tcl | (tcm << 8), tcl, tcm)); 378 resid += (tcm = NCR_READ_REG(sc, NCR_TCM)) << 8; 386 NCR_DMA(("asc_vsbus_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n", 387 tcl, tcm, trans, resid));
|
/src/sys/dev/tc/ |
asc_tcds.c | 340 uint32_t tcl, tcm; local in function:tcds_dma_intr 360 tcm = NCR_READ_REG(sc, NCR_TCM); 361 NCR_DMA(("dma_intr: discarded %d bytes (tcl=%d, tcm=%d)\n", 362 tcl | (tcm << 8), tcl, tcm)); 374 resid += (tcm = NCR_READ_REG(sc, NCR_TCM)) << 8; 383 NCR_DMA(("dma_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n", 384 tcl, tcm, trans, resid));
|
/src/sys/arch/mipsco/obio/ |
asc.c | 392 u_int tcl, tcm; local in function:asc_dma_intr 409 ((tcm = NCR_READ_REG(sc, NCR_TCM)) << 8); 423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n", 424 tcl, tcm, trans, resid));
|
/src/sys/altq/ |
altq_cdnr.c | 596 struct trtcm *tcm = NULL; local in function:trtcm_create 603 if ((tcm = cdnr_cballoc(top, TCETYPE_TRTCM, 607 tb_import_profile(&tcm->cmtd_tb, cmtd_profile); 608 tb_import_profile(&tcm->peak_tb, peak_profile); 610 tca_import_action(&tcm->green_action, green_action); 611 tca_import_action(&tcm->yellow_action, yellow_action); 612 tca_import_action(&tcm->red_action, red_action); 615 if (tcm->green_action.tca_code == TCACODE_MARK) 616 tcm->green_dscp = tcm->green_action.tca_dscp & DSCP_MASK 650 struct trtcm *tcm = (struct trtcm *)cb; local in function:trtcm_input 973 struct trtcm *tcm; local in function:cdnrcmd_add_trtcm 992 struct trtcm *tcm; local in function:cdnrcmd_modify_trtcm 1012 struct trtcm *tcm = (struct trtcm *)cb; local in function:cdnrcmd_tcm_stats 1080 struct trtcm *tcm; local in function:cdnrcmd_get_stats [all...] |
/src/sys/dev/sun/ |
cgsix.c | 673 union cursor_cmap tcm; local in function:cgsixioctl 771 tcm = cc->cc_color; 772 error = bt_putcmap(&p->cmap, (union bt_cmap *)&tcm, 2, 800 cc->cc_color = tcm;
|
/src/sys/arch/x68k/x68k/ |
iodevice.h | 249 char pad1a; unsigned char tcm; member in struct:spc
|