| /xsrc/external/mit/libXpm/dist/ |
| tap-driver.sh | 173 function abort(where) function 242 abort("in function stringify_result_obj()") 270 abort("in function report()") 320 abort("in function handle_tap_plan()") 454 abort("getting exit status") 529 abort("in input loop: only one input line")
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| event.cpp | 59 abort(e.get()); 76 event::abort(cl_int status) { function in class:event 80 ev.abort(status);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| event.cpp | 59 abort(e.get()); 76 event::abort(cl_int status) { function in class:event 80 ev.abort(status);
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| amdgpu_drm_queue.c | 52 amdgpu_drm_abort_proc abort; member in struct:amdgpu_drm_queue_entry 75 e->abort(e->crtc, e->data); 80 * Abort one queued DRM entry, removing it 81 * from the list, calling the abort function and 88 e->abort(e->crtc, e->data); 180 amdgpu_drm_abort_proc abort, 198 e->abort = abort; 207 * Abort drm queue entries for a client 210 * but then it calls the abort functions instead of the handle [all...] |
| drmmode_display.h | 84 amdgpu_drm_abort_proc abort; member in struct:__anon6707 280 amdgpu_drm_abort_proc abort,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_drm_queue.c | 52 radeon_drm_abort_proc abort; member in struct:radeon_drm_queue_entry 75 e->abort(e->crtc, e->data); 80 * Abort one queued DRM entry, removing it 81 * from the list, calling the abort function and 88 e->abort(e->crtc, e->data); 180 radeon_drm_abort_proc abort, 198 e->abort = abort; 207 * Abort drm queue entries for a client 210 * but then it calls the abort functions instead of the handle [all...] |
| drmmode_display.h | 65 radeon_drm_abort_proc abort; member in struct:__anon6898 254 radeon_drm_abort_proc abort,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| driver.h | 92 ms_drm_abort_proc abort; member in struct:ms_drm_queue 189 ms_drm_abort_proc abort);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_display.c | 72 intel_drm_abort_proc abort; member in struct:intel_drm_queue 94 intel_pageflip_abort_proc abort; member in struct:intel_mode::__anon7668 1803 mode->pageflip.abort = pageflip_abort; 1838 intel_drm_abort_proc abort) 1853 q->abort = abort; 1861 * Abort one queued DRM entry, removing it 1862 * from the list, calling the abort function and 1869 q->abort(q->scrn, q->crtc, q->data); 1874 * Externally usable abort function that uses a callback to match a single queue [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_display.c | 72 intel_drm_abort_proc abort; member in struct:intel_drm_queue 1791 intel_drm_abort_proc abort) 1806 q->abort = abort; 1814 * Abort one queued DRM entry, removing it 1815 * from the list, calling the abort function and 1822 q->abort(q->scrn, q->crtc, q->data); 1827 * Externally usable abort function that uses a callback to match a single queued 1828 * entry to abort 1844 * Abort by drm queue sequence numbe [all...] |