Searched refs:temp_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.c69 int temp_fd; /* File number of potential master */ local
138 temp_fd = open(pathname, O_RDWR);
139 if (temp_fd < 0) {
148 if ((ioctl(temp_fd, VIS_GETIDENTIFIER, &vis_ident) < 0) ||
150 close(temp_fd);
158 close(temp_fd);
167 master_fd = temp_fd;

Completed in 9 milliseconds