/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_overlay.c | 48 bool paused; member in struct:vmw_stream 248 * If the stream is paused the no evict flag is removed from the buffer 269 /* If the stream is paused this is already done */ 270 if (!stream->paused) { 287 stream->paused = false; 289 stream->paused = true; 317 stream->buf, buf, stream->paused ? "" : "not "); 324 } else if (!stream->paused) { 325 /* If the buffers match and not paused then just send 357 /* stream is no longer stopped/paused */ [all...] |
/src/sys/arch/riscv/riscv/ |
cpu_subr.c | 360 * Resume all paused cpus. 393 char running, hatched, paused, resumed, halted; local in function:cpu_debug_dump 398 paused = (kcpuset_isset(cpus_paused, cpu_index(ci)) ? 'P' : '-'); 406 hatched, running, paused, resumed, halted,
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_dma.c | 410 * the regulator has already paused, restart it. 416 int paused, count; local in function:via_hook_segment 421 paused = 0; 445 paused = (via_read(dev_priv, 0x41c) & 0x80000000); 446 if (paused) 452 paused = via_read(dev_priv, 0x41c) & 0x80000000; 454 if (paused && !no_pci_fire) { 459 DRM_ERROR("Paused at incorrect address. " 475 return paused; 635 * and actually paused at the current buffer end) [all...] |
/src/sys/arch/powerpc/powerpc/ |
powerpc_machdep.c | 704 * Resume all paused cpus. 735 char running, hatched, paused, resumed, halted; local in function:cpu_debug_dump 746 paused = (kcpuset_isset(csi->cpus_paused, index) ? 'P' : '-'); 751 running, hatched, paused, resumed, halted,
|
/src/sys/arch/mips/mips/ |
cpu_subr.c | 828 * Resume all paused cpus. 861 char running, hatched, paused, resumed, halted; local in function:cpu_debug_dump 866 paused = (kcpuset_isset(cpus_paused, cpu_index(ci)) ? 'P' : '-'); 873 running, hatched, paused, resumed, halted,
|
/src/sys/dev/ic/ |
aic79xx.c | 889 * will cause the sequencer to be paused again, 1067 AHD_TRANS_ACTIVE, /*paused*/TRUE); 1070 AHD_TRANS_ACTIVE, /*paused*/TRUE); 1493 * The sequencer is paused immediately on 2246 /*paused*/TRUE); 2263 /*paused*/TRUE); 2958 u_int type, int paused) 3060 if (!paused) 3063 if (!paused) 3104 u_int width, u_int type, int paused) 3272 int paused; local in function:ahd_update_pending_scbs 8659 int paused; local in function:ahd_dump_card_state [all...] |
aic7xxx.c | 962 * The sequencer is paused immediately on 1329 /*paused*/TRUE); 1335 /*paused*/TRUE); 1894 u_int offset, u_int ppr_options, u_int type, int paused) 2020 u_int width, u_int type, int paused) 2092 int paused; local in function:ahc_update_pending_scbs 2130 paused = 1; 2132 paused = 0; 2159 if (paused == 0) 3084 /*paused*/TRUE) 4919 int paused; local in function:ahc_pause_and_flushwork 6604 int paused; local in function:ahc_dump_card_state [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
domctl.h | 84 /* Currently paused by control software. */ 730 uint8_t paused; /* is the domain paused */ member in struct:xen_domctl_gdbsx_domstatus 777 * read, write, and execute--is violated, the VCPU is paused and a memory event
|