Searched defs:bufs (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DDRI.c136 XF86ConfBuffersPtr bufs; local
150 for (bufs = ptr->dri_buffers_lst; bufs; bufs = bufs->list.next) {
152 bufs->buf_count, bufs->buf_size);
153 if (bufs->buf_flags) fprintf (cf, " \"%s\"", bufs->buf_flags);
154 if (bufs
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A DdrmP.h404 * when set marks that no further bufs may be allocated until device teardown
406 * watermarks of bufs are only touched by the X Server, and thus not
410 drm_buf_entry_t bufs[DRM_MAX_ORDER+1]; member in struct:drm_device_dma
412 drm_buf_t **buflist; /* Vector of pointers info bufs */
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h668 * when set marks that no further bufs may be allocated until device teardown
670 * watermarks of bufs are only touched by the X Server, and thus not
679 struct drm_buf_entry bufs[DRM_MAX_ORDER + 1]; /**< buffers, grouped by their size order */ member in struct:drm_device_dma
681 struct drm_buf **buflist; /**< Vector of pointers into drm_device_dma::bufs */

Completed in 22 milliseconds