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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_msr.c68 msrfd = priv_open_device(_PATH_MSRDEV);
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c193 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL) macro
202 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
205 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
208 if ((fd = priv_open_device(dev)) == -1) {
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c277 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL) macro
286 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
289 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
292 if ((fd = priv_open_device(dev)) == -1) {
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c250 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL) macro
259 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
262 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
265 if ((fd = priv_open_device(dev)) == -1) {
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c78 extern int priv_open_device(const char *);
80 #define priv_open_device(n) open(n,O_RDWR|O_NONBLOCK|O_EXCL) macro
279 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
282 if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
285 if ((fd = priv_open_device(dev)) == -1) {

Completed in 7 milliseconds