Searched defs:device_name (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_gamma_table.c | 310 const char *device_name, /* Frame buffer device name */ 322 if ((dir_len + strlen(device_name) + strlen(GAMMA_TABLE_EXT)) 328 strcpy(gfile_path_buf + dir_len, device_name); 308 fbc_build_gamma_table_path( const char *config_file_path, const char *device_name, char *gfile_path_buf, int gfile_path_buf_len) argument
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 495 char *device_name, /* Free-form device name */ 505 if (device_name == NULL) { 506 (void) GetDefaultDevicePathname(&device_name); 507 if (device_name == NULL) { 508 device_name = default_device[0].pathname; 510 return (device_name); 520 if ((strcmp(device_name, default_dev->pathname) == 0) || 521 (strcmp(device_name, default_dev->filename) == 0)) { 529 if (*device_name != '/') { 532 if (strlen(device_dir) + strlen(device_name) 494 GetDevicePathname( char *device_name, char *device_path_buf, size_t device_path_buflen) argument 852 ListDevices_StreamCheck( const char *device_name, int device_rdev, struct vis_identifier *device_vis_ident, const char *stream_name) argument [all...] |
Completed in 14 milliseconds