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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c220 char fbpath[32]; local in function:listPossibleVideoDrivers
223 snprintf(fbpath, 31, "/dev/fb%d", j);
224 xf86Msg(X_ERROR,"%s: trying %s\n", __func__, fbpath);
225 fd = open(fbpath, O_RDONLY, 0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c252 char fbpath[32]; local in function:listPossibleVideoDrivers
255 snprintf(fbpath, 31, "/dev/fb%d", j);
256 xf86Msg(X_ERROR,"%s: trying %s\n", __func__, fbpath);
257 fd = open(fbpath, O_RDONLY, 0);

Completed in 3 milliseconds