Searched defs:pathname (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_master.c63 char *filename; /* Ptr to filename within pathname[] */
64 char pathname[FBC_MAX_DEV_PATH_LEN]; /* Master dev path */ local
84 strcpy(pathname, FBC_DEVICE_DIR "/");
85 filename = pathname + strlen(pathname);
108 * Build the pathname unless it would overflow the buffer
111 &pathname[FBC_MAX_DEV_PATH_LEN] - filename) {
119 if (stat(pathname, &stat_buf) < 0) {
138 temp_fd = open(pathname, O_RDWR);
H A Dfbc_dev.c107 char *ptr; /* Ptr to pathname component */
112 * Resolve the symlink to a "/devices/...:<devname>" pathname
152 * Make sure the end result is a full pathname
172 * Merely assume that the final resolution pathname specifies
186 * Construct the device pathname and point to the simple filename
297 char *pathname; /* Full pathname (e.g. "/dev/fb") */ member in struct:__anon20
313 * * Full pathname of the device (e.g. "/dev/fbs/efb0a")
335 if (default_dev->pathname == NULL) {
338 device->path = default_dev->pathname;
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFiles.c83 prependRoot (char *pathname) argument
86 return pathname;
89 return (char *) __XOS2RedirRoot (pathname);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c156 char pathname[MAXPATHLEN]; /* X server pathname */ local
193 * Retrieve the Nul-terminated X server pathname string
202 (scf_value_get_astring(value, pathname, sizeof(pathname)) == -1)) {
213 filename = strrchr(pathname, '/');
215 filename = pathname;
285 "No configuration program pathname"));
340 * Given a /dev/fb or /dev/fbs/... pathname, make sure it's for a
361 const char *device_path, /* Device pathname */
418 char *pathname; /* Full pathname (e.g. "/dev/fb") */ member in struct:__anon91
[all...]

Completed in 81 milliseconds