Searched refs:DEVICE_DIR (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c56 #define DEVICE_DIR "/dev/fbs" /* Graphics device directory */ macro
530 const char *const device_dir = DEVICE_DIR "/";
883 strcpy(stream_path, DEVICE_DIR "/");
987 dir_fd = opendir(DEVICE_DIR);
990 "Cannot open the " DEVICE_DIR " directory"));
997 dir_len = strlen(DEVICE_DIR "/");
1006 PrintError("%s, while reading " DEVICE_DIR,
1056 strncpy(device_path, DEVICE_DIR "/", MAX_DEV_PATH_LEN);
1231 DEVICE_DIR " directory\n"));
1285 dir_fd = opendir(DEVICE_DIR);
[all...]

Completed in 494 milliseconds