Searched defs:device_path (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_Device.c | 205 const char *device_path, /* Device pathname value */ 304 (char *)device_path, 198 fbc_insert_new_Device_section( XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, char *dev_identifier, const char *dev_driver, const char *dev_vendor, const char *dev_board, const char *device_path, XF86ConfDevicePtr *device_ptr) argument
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 361 const char *device_path, /* Device pathname */ 373 if (stat(device_path, &stat_buf) != 0) { 390 device_fd = open(device_path, O_RDONLY); 444 char **device_path) /* Returned default device pathname */ 451 *device_path = NULL; 463 *device_path = default_dev->pathname; 468 if (*device_path == NULL) { 469 *device_path = default_dev->pathname; 694 const char *device_path, /* Device pathname */ 706 device_path, NUL 360 get_device_identification( const char *device_path, int *st_rdev, struct vis_identifier *vis_ident, char *device_model) argument 443 GetDefaultDevicePathname( char **device_path) argument 692 FindConfigProgram( xserv_t x_server, const char *device_path, char **config_prog_path) argument 775 PrintHelp( xserv_t x_server, char *device_path) argument 940 get_device_mask(char * device_path) argument 973 char device_path[MAX_DEV_PATH_LEN + MAX_SUFFIX_LIST_LEN]; local 1260 char device_path[MAX_DEV_PATH_LEN]; local 1576 char *device_path; /* Device pathname */ local [all...] |
Completed in 12 milliseconds