Searched defs:simple_model_name (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_properties.c666 char *simple_model_name; /* Frame buf simple model name */ local
700 fbc_get_fb_model_name(device->fd, &simple_model_name);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_query_device.c85 char **simple_model_name) /* Returned name w/o "SUNW," */
92 *simple_model_name = NULL;
98 *simple_model_name = full_model_name;
102 *simple_model_name += strlen(SUNW_);
83 fbc_get_fb_model_name( int device_fd, char **simple_model_name) argument

Completed in 182 milliseconds