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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Init.c200 struct stat tty0devAttributes; local in function:xf86HasTTYs
201 return (stat("/dev/tty0", &tty0devAttributes) == 0 && major(tty0devAttributes.st_rdev) == TTY_MAJOR);

Completed in 3 milliseconds