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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_master.c65 int master_fd; /* File number of master device */ local
98 master_fd = -1;
157 if (master_fd >= 0) {
159 close(master_fd);
160 master_fd = -1;
167 master_fd = temp_fd;
174 return (master_fd);

Completed in 9 milliseconds