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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c109 char allocated; member in struct:slentry
118 char allocated; member in struct:uidentry
154 sltable[0].allocated = ALLOCATED;
157 sltable[1].allocated = ALLOCATED;
166 uidtable[0].allocated = ALLOCATED;
180 if (uidtable[i].allocated == ALLOCATED)
193 if (uidtable[i].allocated == ALLOCATED &&
213 if (uidtable[i].allocated == ALLOCATED)
244 if ((uidtable[i].allocated == ALLOCATED) &&
260 if (uidtable[i].allocated !
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_mm.c116 BUG_ON(node->allocated);
136 node->allocated = 1;
171 node->allocated = 1;
249 BUG_ON(!hole_node->hole_follows || node->allocated);
274 node->allocated = 1;
370 node->allocated = 0;
374 * Remove a memory node from the allocator and free the allocated struct
507 old->allocated = 0;
508 new->allocated = 1;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mm.h56 unsigned allocated; member in struct:drm_mm_node
89 return node->allocated;
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h73 unsigned long allocated, used; member in struct:_winVisInfoList
H A Dmultivis.c161 winList.used = winList.allocated = 0;
226 if (winList.used >= winList.allocated) { /* expand or create the array */
227 winList.allocated = (winList.allocated?winList.allocated*MV_WIN_TUNE2:
230 realloc(winList.wins,winList.allocated*sizeof(MVWinVisInfo)):
231 malloc(winList.allocated*sizeof(MVWinVisInfo)));
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_gtt.c624 if (node->allocated && node->color != color)
928 DRM_INFO("no pre-allocated video memory detected\n");
H A Di915_gem.c2505 if (other->allocated && !other->hole_follows && other->color != cache_level)
2509 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level)

Completed in 30 milliseconds