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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_msr.c64 static int msrfd = 0; local in function:_msr_open
66 if (msrfd == 0) {
68 msrfd = priv_open_device(_PATH_MSRDEV);
70 msrfd = open(_PATH_MSRDEV, O_RDWR);
72 if (msrfd == -1)
77 return msrfd;

Completed in 2 milliseconds