Searched defs:index (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_bios.c47 int index = 0; local
52 index += bdb->header_size;
56 while (index < total) {
57 current_id = *(base + index);
58 index++;
59 current_size = *((u16 *)(uintptr_t)(base + index));
60 index += 2;
62 return base + index;
63 index += current_size;
161 int index)
159 get_lvds_dvo_timing(const struct bdb_lvds_lfp_data *lvds_lfp_data, const struct bdb_lvds_lfp_data_ptrs *lvds_lfp_data_ptrs, int index) argument
184 get_lvds_fp_timing(const struct bdb_header *bdb, const struct bdb_lvds_lfp_data *data, const struct bdb_lvds_lfp_data_ptrs *ptrs, int index) argument
297 int index; local
[all...]
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c261 print_mgr_table_entry(int index) argument
263 printf("%s:\n", dsession_mgr_table[index].session_id);
265 if (dsession_mgr_table[index].open)
271 if (dsession_mgr_table[index].busid[0])
272 printf("\tbusid = %s\n", dsession_mgr_table[index].busid);
277 if (dsession_mgr_table[index].dev_path[0])
278 printf("\tdev_path = %s\n", dsession_mgr_table[index].dev_path);
283 if (dsession_mgr_table[index].display == -1)
287 printf("\tdisplay = :%d\n", dsession_mgr_table[index].display);
289 if (dsession_mgr_table[index]
603 verify_and_set(char *type, int index) argument
931 int index; local
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c268 "unable to get the gctl index");
279 "unable to set the gctl index");
1081 register uchar_t const index)
1083 if (ast_set_reg(offset, index) != 0)
1096 register uchar_t const index,
1099 if (ast_set_reg(offset, index) != 0)
1078 ast_get_index_reg( register uchar_t *const valueptr, register uchar_t const offset, register uchar_t const index) argument
1094 ast_set_index_reg( register uchar_t const offset, register uchar_t const index, register uchar_t const value) argument
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c591 * Use pixel value at x, y as an index into
608 unsigned long index = (pix & pCmap->red_mask) >> pCmap->rshft; local
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c71 * dga_cm_get(cginfo,index,count, red,green,blue)
73 * int index, count ;
80 * dga_cm_put(cginfo,index,count, red,green,blue)
82 * int index, count ;
91 * dga_cm_write(cginfo,index,count, red,green,blue, putfunc)
93 * int index, count ;
101 * dga_cm_read(cginfo,index,count, red,green,blue)
103 * int index, count ;
171 int index; /* CLUT id */ member in struct:fb_clut
556 dga_cm_get(cginfoi,index,coun
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.c75 size_t i; /* Loop counter / array index */
120 int i; /* Loop counter / arrax index */
469 int index; /* Index into Std Timing byte pairs */ local
472 index = 0;
477 index, width, height, frequency);
479 index += 1;
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_modes.c551 * @index: index into the list of display timings in devicetree
558 struct drm_display_mode *dmode, int index)
563 ret = of_get_videomode(np, &vm, index);
557 of_get_drm_display_mode(struct device_node *np, struct drm_display_mode *dmode, int index) argument
H A Ddrm_crtc.c2804 int drm_property_add_enum(struct drm_property *property, int index, argument
2837 property->values[index] = value;
3740 * @plane: plane index
/solaris-x11-s12/open-src/kernel/mdb/modules/
H A Di915.c1232 get_hws_info(uintptr_t addr, const char *str, int index) argument
1245 if (index < 0) {
1252 mdb_printf("%s ring seqno %d \n", str, regs[index]);
/solaris-x11-s12/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c145 int index; member in struct:__anon14
307 set_name_index (name_t *name, int index) argument
310 name->index = index;
321 name->index = old->index;
351 if ((common & name_index) && name->index == output->output.index)
384 if ((common & name_index) && name->index == crtc->crtc.index)
[all...]
/solaris-x11-s12/open-src/kernel/sys/drm/
H A DdrmP.h1002 int index; /**< Minor device number */ member in struct:drm_minor

Completed in 1638 milliseconds