Searched defs:device_path_buf (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbconf_xorg.c152 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),
H A Dfbc_dev.c94 * 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...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c496 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 246 milliseconds