Searched refs:vis_ident (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_get_properties.c | 74 FBC_LIB_PATH_FMT, device->vis_ident.name); 78 device->vis_ident.name); 102 FBC_API_VERSION_FMT, device->vis_ident.name); 106 device->vis_ident.name); 121 device->vis_ident.name); 129 FBC_FUNC_NAME_FMT, device->vis_ident.name); 133 device->vis_ident.name);
|
H A D | fbc_open_device.c | 63 memset(device->vis_ident.name, 0, sizeof (device->vis_ident.name)); 93 if (ioctl(fd, VIS_GETIDENTIFIER, &device->vis_ident.name[0]) < 0) {
|
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)) {
|
H A D | fbc_dev.h | 52 struct vis_identifier vis_ident; /* VISUAL environment identifier */ member in struct:__anon21
|
/solaris-x11-s12/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 14 milliseconds