Searched defs:list (Results 1 - 18 of 18) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_mode_list.h39 * Unintrusive singly-linked ModeLine / Mode-EndMode list element
42 GenericListRec list; /* Ptr to next Mode list element */ member in struct:fbc_mode_elem_st
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h83 GenericListRec list; member in struct:__anon58
97 XF86OptionPtr head, /* Ptr to head of option list */
110 XF86OptionPtr xf86nextOption(XF86OptionPtr list);
111 XF86OptionPtr xf86findOption(XF86OptionPtr list, const char *name);
112 char *xf86findOptionValue(XF86OptionPtr list, const char *name);
124 FILE *fp, XF86OptionPtr list, const char * const whitespace[]);
126 FILE *fp, XF86OptionPtr list, const char * const whitespace[]);
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;
248 xf86findVendor (const char *name, XF86ConfVendorPtr list) argument
250 while (list)
252 if (xf86nameCompare (list->vnd_identifier, name) == 0)
253 return (list);
254 list = list->list
[all...]
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
526 xf86findLayout(const char *name, XF86ConfLayoutPtr list) argument
[all...]
H A DFlags.c207 * Append a new Option record to the specified Option list if the
208 * option name is not already present in the list. If the option
210 * option. Return a pointer to the head of the list.
217 XF86OptionPtr head, /* Ptr to head of option list */
233 * Note that xf86findOption() accepts NULL as the list head
239 new->list.next = NULL;
270 * Add the new option and return the (new) list head
290 * Return the unchanged list head, having modified an existing option
299 * Append a new Option record to the specified Option list if the
300 * option name is not already present in the list
392 xf86nextOption(XF86OptionPtr list) argument
406 xf86findOption(XF86OptionPtr list, const char *name) argument
494 xf86findOptionValue(XF86OptionPtr list, const char *name) argument
752 xf86printOptionList( FILE *fp, XF86OptionPtr list, const char * const whitespace[]) argument
[all...]
H A Dxf86Parser.h93 GenericListRec list; member in struct:__anon60
135 GenericListRec list; /* Next ModeLine / Mode-EndMode */ member in struct:__anon62
165 GenericListRec list; member in struct:__anon63
174 GenericListRec list; member in struct:__anon64
207 GenericListRec list; member in struct:__anon67
223 GenericListRec list; member in struct:__anon68
237 GenericListRec list; member in struct:__anon69
270 GenericListRec list; member in struct:__anon70
301 * Modes entry list element of a Display subsection of a Screen section
305 GenericListRec list; member in struct:__anon71
315 GenericListRec list; member in struct:__anon72
343 GenericListRec list; /* Ptr to next Monitor entry link */ member in struct:__anon73
363 GenericListRec list; member in struct:__anon75
374 GenericListRec list; member in struct:__anon76
396 GenericListRec list; member in struct:__anon77
406 GenericListRec list; member in struct:__anon78
424 GenericListRec list; member in struct:__anon79
445 GenericListRec list; member in struct:__anon80
453 GenericListRec list; member in struct:__anon81
465 GenericListRec list; member in struct:__anon82
475 GenericListRec list; member in struct:__anon83
485 GenericListRec list; member in struct:__anon84
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_ioctl.c133 struct list_head *list; local
143 list_for_each(list, &dev->maplist) {
145 r_list = list_entry(list, struct drm_map_list, head);
H A Ddrm_sun_idr.c71 fr_get(struct idr_free_id_range *list, int start) argument
73 struct idr_free_id_range *entry = list;
81 fr_insert(struct idr_free_id_range *list, int start) argument
83 struct idr_free_id_range *prev = list;
406 /* list add */
H A Ddrm_bufs.c93 int drm_map_handle(struct drm_device *dev, struct drm_map_list *list) argument
97 ret = idr_get_new_above(&dev->map_idr, list, 1, &newid);
101 list->user_token = newid << PAGE_SHIFT;
110 * type. Adds the map to the map list drm_device::maplist. Adds MTRR's where
119 struct drm_map_list *list; local
171 list = drm_find_matching_map(dev, map);
172 if (list != NULL) {
173 if (list->map->size != map->size) {
177 list->map->size);
178 list
319 struct drm_map_list *list; local
931 struct drm_freelist *list = &dma->bufs[i].freelist; local
[all...]
H A Ddrm_gem.c824 struct drm_history_list *list; local
825 list = drm_alloc(sizeof (struct drm_history_list), DRM_MEM_MAPS);
826 if (list != NULL) {
827 (void) memcpy(list->info, name, (strlen(name) * sizeof(char)));
828 list->cur_seq = cur_seq;
829 list->last_seq = last_seq;
830 list->ring_ptr = ptr;
831 list_add_tail(&list->head, &obj->his_list, (caddr_t)list);
H A Ddrm_modes.c551 * @index: index into the list of display timings in devicetree
597 * drm_mode_list_concat - move modes from one list to another
598 * @head: source list
599 * @new: dst list
882 * @mode_list: list of modes to check
916 * @mode_list: list of modes to check
924 * Some code may need to check a mode list against the clock limits of the
925 * device in question. This function walks the mode list, testing to make
951 * drm_mode_prune_invalid - remove invalid modes from mode list
953 * @mode_list: list o
1030 struct list_head *list, *temp; local
[all...]
H A Ddrm_edid.c6 * Copyright (c) 2006 Luc Verhaegen (quirks list)
1200 * edid_fixup_preferred - set preferred modes based on quirk list
1201 * @connector: has mode list to fix up
1202 * @quirks: quirks list
1204 * Walk the mode list for @connector, clearing the preferred status
1262 * Walk the DMT mode list looking for a match for the given parameters.
1564 * The format list here is from CEA, in frame size. Technically we
1992 * Each EDID block contains a bitmap of the supported "established modes" list
1993 * (defined above). Tease them out and add them to the global modes list.
2055 * GTF or CVT. Grab them from @edid and add them to the list
2305 struct list_head list; local
[all...]
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/
H A DCmapEquiv.c57 * Build a list of VisualIds that are equivalant to vidIn
61 * The first entry in each is the number of elements in the list.
62 * The list of ids follows.
86 /* Build the list of VisualIDs equivalent to v */
107 /* terminate the list */
134 VisualID list[INIT_LIST_SIZE]; local
139 * Build a list of VisualIDS which are equivalent to v1
140 * using the array list if it fits.
142 pList = buildList(pPropString, v1, list);
146 /* now see if v2 is in the list */
[all...]
/solaris-x11-s12/open-src/lib/fontconfig/
H A DMakefile93 # Man pages to apply Sun footer to & attributes to list
94 FONTCONFIG_CMDS = fc-cache fc-list fc-query fc-cat fc-match fc-scan fc-pattern fc-validate
110 SUNTOUCH_MAN_FLAGS_fc-list.1 = $(SUNTOUCH_MAN_FLAGS_CMDS)
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_io32.h95 uint32_t list; member in struct:drm_buf_free_32
102 int idx; /* Index into the master buffer list */
109 int count; /* Length of the buffer list */
115 uint32_t list; /* Buffer information */ member in struct:drm_buf_map_32
H A DdrmP.h483 struct drm_buf *next; /* Kernel-only: used for free list */
495 } list; /* Which list we're on */ member in struct:drm_buf
557 * Mappings list
560 struct list_head head; /**< list head */
569 struct list_head head; /**< list head */
583 struct list_head head; /**< list head */
687 unsigned long *pagelist; /**< page list */
699 * AGP memory entry. Stored as a doubly linked list.
982 struct list_head head; /**< each minor contains a list o
[all...]
/solaris-x11-s12/open-src/kernel/mdb/modules/
H A Di915.c71 mdb_warn("failed to read list head at %p", wsp->walk_addr);
93 mdb_warn("uncompletement list");
99 mdb_warn("failed to read list at %p", wsp->walk_addr);
333 mdb_printf("Print objects information for a given list pointer\n"
348 struct list_head list; local
354 if (mdb_vread(&list, sizeof (struct list), addr) == -1) {
355 mdb_warn("failed to read list");
359 if (list.contain_ptr == 0) {
366 (uintptr_t)list
1124 struct list_head list; local
[all...]
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_drv.h852 * A reference is held on the buffer while on this list.
857 * LRU list of objects which are not in the ringbuffer and
860 * last_rendering_seqno is 0 while an object is in this list.
862 * A reference is not held on the buffer while on this list,
864 * freed, and we'll pull it off the list in the free path.
868 /** LRU list of objects with fence regs on them. */
1175 /* list of fbdev register on this device */
1243 /** This object's place on eviction list */
1383 * By keeping this list, we can avoid having to do questionable
1409 /** global list entr
1410 struct list_head list; member in struct:drm_i915_gem_request
[all...]

Completed in 126 milliseconds