Searched refs:fbc_open_device (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_device.h25 * fbc_open_device - Open the frame buffer device
37 int fbc_open_device(
44 /* End of fbc_open_device.h */
H A Dfbc_open_device.c25 * fbc_open_device - Open the frame buffer device
41 #include "fbc_open_device.h" /* Open the frame buffer device */
45 * fbc_open_device()
55 fbc_open_device( function
118 } /* fbc_open_device() */
121 /* End of fbc_open_device.c */
H A Dfbc_dev.c39 #include "fbc_open_device.h" /* Open the frame buffer device */
239 * subsequent fbc_open_device() call can be expected to fail.
339 if (fbc_open_device(device) == FBC_SUCCESS) {
503 * subsequent fbc_open_device() call ought to fail.
H A Dfbconf_xorg.c57 #include "fbc_open_device.h" /* Open the frame buffer device */
255 if (fbc_open_device(&device) != FBC_SUCCESS) {

Completed in 18 milliseconds