Searched refs:next (Results 1 - 25 of 50) sorted by relevance

12

/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_linux_list.h24 * The above copyright notice and this permission notice (including the next
47 struct list_head *next, *prev; member in struct:list_head
59 list_entry((ptr)->next, type, member)
62 ((head)->next == head)
66 (head)->next = head; \
73 struct list_head *n_node = (head)->next; \
75 (ptr)->next = (head)->next; \
77 (head)->next = ptr; \
85 (ptr)->next
[all...]
H A Ddrm_sun_idr.h11 * The above copyright notice and this permission notice (including the next
40 struct idr_free_id *next; member in struct:idr_free_id
45 struct idr_free_id_range *next; member in struct:idr_free_id_range
71 struct idr_list *next, *prev; member in struct:idr_list
79 list_for_each(entry, &(head)->next[key])
H A Ddrm_mm.h25 * next paragraph) shall be included in all copies or substantial portions
104 next = entry ? list_entry(entry->node_list.next, \
106 entry != NULL; entry = next, \
107 next = entry ? list_entry(entry->node_list.next, \
115 for (entry = list_entry((mm)->hole_stack.next, struct drm_mm_node, hole_stack); \
120 entry = list_entry(entry->hole_stack.next, struct drm_mm_node, hole_stack))
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c11 * The above copyright notice and this permission notice (including the next
60 range->free_ids = range->free_ids->next;
64 ret = range->next;
76 entry = entry->next;
87 while (prev->next && prev->next->start < start)
88 prev = prev->next;
93 n->next = prev->next;
94 prev->next
[all...]
H A Ddrm_auth.c31 * The above copyright notice and this permission notice (including the next
78 for (pt = master->magiclist[hash].head; pt; pt = pt->next) {
115 entry->next = NULL;
119 master->magiclist[hash].tail->next = entry;
150 for (pt = master->magiclist[hash].head; pt; prev = pt, pt = pt->next) {
153 master->magiclist[hash].head = pt->next;
159 prev->next = pt->next;
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c239 new->list.next = NULL;
337 opt = opt->list.next;
353 opt = opt->list.next;
384 opt->list.next = 0;
396 return list->list.next;
475 for ( ; list != NULL; list = list->list.next)
570 bp->list.next = a;
572 tail = a->list.next;
574 ap->list.next = a->list.next;
[all...]
H A DInput.c146 ptr = ptr->list.next;
163 ptr = ptr->list.next;
185 input = input->list.next;
198 p = p->list.next;
211 p = p->list.next;
H A DLayout.c122 iptr->list.next = NULL;
138 aptr->list.next = NULL;
273 iptr->list.next = NULL;
330 for (aptr = ptr->lay_adjacency_lst; aptr; aptr = aptr->list.next)
370 for (iptr = ptr->lay_inactive_lst; iptr; iptr = iptr->list.next)
372 for (inptr = ptr->lay_input_lst; inptr; inptr = inptr->list.next)
375 for (optr = inptr->iref_option_lst; optr; optr = optr->list.next)
383 ptr = ptr->list.next;
399 ptr = ptr->list.next;
418 ptr = ptr->list.next;
[all...]
H A DScreen.c135 mon_ptr = (XF86ConfScrnMonitorEntryPtr)mon_ptr->list.next) {
162 mon_ptr->list.next = NULL;
295 mptr->list.next = NULL;
461 aptr = (XF86ConfAdaptorLinkPtr) aptr->list.next)
468 aptr->list.next = NULL;
571 for (mptr = dptr->disp_mode_lst; mptr != NULL; mptr = mptr->list.next)
721 mon_ptr = (XF86ConfScrnMonitorEntryPtr)mon_ptr->list.next) {
733 for (aptr = ptr->scrn_adaptor_lst; aptr; aptr = aptr->list.next)
741 for (dptr = ptr->scrn_display_lst; dptr; dptr = dptr->list.next)
795 ptr = ptr->list.next;
[all...]
H A DModule.c97 ptr->list.next = NULL;
188 for (lptr = ptr->mod_load_lst; lptr; lptr = lptr->list.next)
237 new->list.next = NULL;
261 lptr = lptr->list.next;
H A DVendor.c203 for (pptr = ptr->vnd_sub_lst; pptr; pptr = pptr->list.next)
214 ptr = ptr->list.next;
242 ptr = ptr->list.next;
254 list = list->list.next;
H A DVideo.c232 for (pptr = ptr->va_port_lst; pptr; pptr = pptr->list.next)
243 ptr = ptr->list.next;
265 ptr = ptr->list.next;
281 ptr = ptr->list.next;
294 p = p->list.next;
H A Dread.c325 p = p->next;
330 last->next = new;
349 p = p->next;
355 p = p->next;
H A Dxf86Optrec.h74 void *next; member in struct:generic_list_rec
H A DMonitor.c717 mptr->list.next = NULL;
1198 mptr = mptr->list.next;
1221 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next)
1234 ptr = ptr->list.next;
1250 for (mlptr = ptr->mon_modeline_lst; mlptr; mlptr = mlptr->list.next)
1261 ptr = ptr->list.next;
1279 ptr = ptr->list.next;
1295 ptr = ptr->list.next;
1309 ptr = ptr->list.next;
1322 p = p->list.next;
[all...]
H A DDRI.c15 * The above copyright notice and this permission notice (including the next
150 for (bufs = ptr->dri_buffers_lst; bufs; bufs = bufs->list.next) {
182 ptr = ptr->list.next;
/solaris-x11-s12/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c11 * The above copyright notice and this permission notice (including the next
70 struct _IAExtDisplayInfo *next; member in struct:_IAExtDisplayInfo
127 IAExtDisplayInfo *di, *prev, *next;
129 for (di = iaExtDisplayList, prev = NULL; di != NULL; di = next) {
130 next = di->next;
133 prev->next = di->next;
135 iaExtDisplayList = di->next;
163 for (di = iaExtDisplayList ; di != NULL; di = di->next) {
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_mode_list.c11 * The above copyright notice and this permission notice (including the next
88 mode_elem_p = (fbc_mode_elem_t **)&mode_elem->list.next) {
212 mode_elem->list.next = *mode_elem_p;
241 for ( ; mode_ptr != NULL; mode_ptr = mode_ptr->list.next) {
302 modeslink = modeslink->list.next) {
336 next_mode_elem = mode_elem->list.next;
H A Dfbc_Screen.c11 * The above copyright notice and this permission notice (including the next
190 (display_subsectn_ptr->list.next)) {
279 scrn_sectn_ptr = scrn_sectn_ptr->list.next) {
331 disp_mode_pptr = (XF86ModePtr *)&disp_mode_ptr->list.next) {
370 (XF86ModePtr)disp_mode_ptr->list.next;
636 (*screen_ptr)->list.next = configIR->conf_screen_lst;
700 scrn_ptr = scrn_ptr->list.next) {
H A Dfbc_Device.c11 * The above copyright notice and this permission notice (including the next
100 dev_sectn_ptr = dev_sectn_ptr->list.next) {
117 option_ptr = option_ptr->list.next) {
372 dev_ptr = dev_ptr->list.next) {
H A Dfbc_Modes.c11 * The above copyright notice and this permission notice (including the next
187 next_mode_ptr = ptr->list.next;
200 mode_ptr->list.next = NULL;
H A Dfbc_Monitor.c11 * The above copyright notice and this permission notice (including the next
78 modeslink = modeslink->list.next) {
284 mon_ptr = mon_ptr->list.next) {
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.h10 * The above copyright notice and this permission notice (including the next
168 struct dga_xwinrec *next; member in struct:dga_xwinrec
176 struct dga_xpixrec *next; member in struct:dga_xpixrec
H A Dcmap_grab.h10 * The above copyright notice and this permission notice (including the next
197 struct cmap_devlist *next; member in struct:cmap_devlist
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_gem_evict.c15 * The above copyright notice and this permission notice (including the next
62 * retirement order. The next objects to retire are those on the (per
159 struct drm_i915_gem_object *obj, *next; local
179 list_for_each_entry_safe(obj, next, struct drm_i915_gem_object,

Completed in 40 milliseconds

12