Searched refs:temp_buflist (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_bufs.c457 drm_buf_t **temp_buflist; local
543 temp_buflist = realloc(dma->buflist,
546 if (temp_buflist == NULL) {
551 dma->buflist = temp_buflist;
587 drm_buf_t **temp_buflist; local
691 temp_buflist = realloc(dma->buflist,
694 if (temp_buflist == NULL) {
700 dma->buflist = temp_buflist;
739 drm_buf_t **temp_buflist; local
807 temp_buflist
[all...]

Completed in 48 milliseconds