Searched defs:vis_ident (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_dev.h | 52 struct vis_identifier vis_ident; /* VISUAL environment identifier */ member in struct:__anon21
|
H A D | fbc_open_master.c | 70 struct vis_identifier vis_ident; /* VISUAL env device identifier */ local 148 if ((ioctl(temp_fd, VIS_GETIDENTIFIER, &vis_ident) < 0) || 149 (strcmp(vis_ident.name, ident_name) != 0)) {
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 363 struct vis_identifier *vis_ident, /* Returned VISUAL env identifier */ 399 if (ioctl(device_fd, VIS_GETIDENTIFIER, vis_ident) == -1) { 449 struct vis_identifier vis_ident; /* Device vis identifier */ local 461 default_dev->pathname, NULL, &vis_ident, NULL); 698 struct vis_identifier vis_ident; /* VISUAL env device identifier */ local 706 device_path, NULL, &vis_ident, NULL); 721 x_server, vis_ident.name, config_prog_path); 1065 struct vis_identifier vis_ident; /* Device vis identifier */ local 1089 &st_rdev, &vis_ident, &device_model[0]); 1114 vis_ident 360 get_device_identification( const char *device_path, int *st_rdev, struct vis_identifier *vis_ident, char *device_model) argument 1267 struct vis_identifier vis_ident; /* Device VISUAL env identifier */ local [all...] |
Completed in 24 milliseconds