Searched refs:device_path_buf (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_dev.h | 62 char *device_path_buf, /* Ptr to device path buffer */ 70 char *device_path_buf, /* Ptr to device path buffer */
|
H A D | fbc_dev.c | 94 * The device_path_buf buffer is assumed to be unused. 101 char *device_path_buf, /* Ptr to device path buffer */ 192 memcpy(device_path_buf, FBC_DEVICE_DIR "/", len); 193 device->path = device_path_buf; 194 strcpy(device_path_buf + len, ptr); 195 device->name = device_path_buf + len; 322 char *device_path_buf, /* Ptr to device path buffer */ 348 device_path_buf, 387 char *device_path_buf, /* Ptr to device path buffer */ 414 device_path_buf, 99 fbc_resolve_device_links( const char *default_path, char *device_path_buf, size_t device_path_buflen, fbc_dev_t *device) argument 321 fbc_get_default_device( char *device_path_buf, size_t device_path_buflen, char *device_type_buf, size_t device_type_buflen, fbc_dev_t *device) argument 385 fbc_get_device_name( const char *device_arg, char *device_path_buf, size_t device_path_buflen, char *device_type_buf, size_t device_type_buflen, fbc_dev_t *device) argument [all...] |
H A D | fbconf_xorg.c | 152 char device_path_buf[FBC_MAX_DEV_PATH_LEN]; local 226 if (fbc_get_default_device(device_path_buf, 227 sizeof (device_path_buf), 239 device_path_buf, sizeof (device_path_buf),
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 496 char *device_path_buf, /* Ptr to device pathname buffer */ 534 strcpy(device_path_buf, device_dir); 535 strcat(device_path_buf, device_name); 536 device_name = device_path_buf; 1577 char device_path_buf[MAX_DEV_PATH_LEN]; local 1670 device_path_buf, 1671 sizeof (device_path_buf)); 494 GetDevicePathname( char *device_name, char *device_path_buf, size_t device_path_buflen) argument
|
Completed in 18 milliseconds