Searched refs:fd (Results 1 - 25 of 65) sorted by relevance

123

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Ddma.c29 register int const fd)
42 dma_test(&rp, fd);
58 register int const fd)
68 mga_info.mga_fd = fd;
71 close(fd);
77 close(fd);
85 close(fd);
91 close(fd);
126 close(fd);
138 close(fd);
28 mga_test_dma( register int const fd) argument
56 dma_test( register return_packet *const rp, register int const fd) argument
[all...]
H A Dchip.c34 register int const fd)
51 chip_test(&rp, fd);
68 register int const fd)
74 mga_info.mga_fd = fd;
77 close(fd);
83 close(fd);
91 close(fd);
97 close(fd);
112 close(fd);
120 close(fd);
33 mga_test_chip( register int const fd) argument
66 chip_test( register return_packet *const rp, register int const fd) argument
[all...]
H A Dmapper.c35 register int const fd)
43 if (gfx_vts_check_fd(fd, &rp)) {
50 rc = ioctl(fd, VIS_GETIDENTIFIER, &vis_identifier);
70 map_me(&rp, fd);
87 register int const fd)
90 mga_info.mga_fd = fd;
93 close(fd);
99 close(fd);
105 close(fd);
111 close(fd);
34 mga_test_open( register int const fd) argument
85 map_me( register return_packet *const rp, register int const fd) argument
[all...]
H A DlibvtsSUNWmga.h125 register int const fd);
129 int const fd);
149 register int const fd);
153 int const fd);
158 int const fd);
162 int const fd);
179 int const fd);
183 int const fd);
H A Dmemory.c50 register int const fd)
67 memory_test(&rp, fd);
83 register int const fd)
95 mga_info.mga_fd = fd;
98 close(fd);
104 close(fd);
199 close(fd);
204 if (close(fd) != 0) {
49 mga_test_memory( register int const fd) argument
81 memory_test( register return_packet *const rp, register int const fd) argument
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_device.c59 int fd; /* Graphics device file descriptor # */ local
62 device->fd = -1;
83 fd = open(device->path, O_RDWR);
84 if (fd == -1) {
93 if (ioctl(fd, VIS_GETIDENTIFIER, &device->vis_ident.name[0]) < 0) {
96 close(fd);
100 device->fd = fd;
H A Dfbc_dev.h50 int fd; /* File descriptor number, else -1 */ member in struct:__anon21
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmapper.c36 register int const fd)
44 if (gfx_vts_check_fd(fd, &rp))
50 rc = ioctl(fd, VIS_GETIDENTIFIER, &vis_identifier);
69 map_me(&rp, fd);
89 register int const fd)
94 ast_info.ast_fd = fd;
35 ast_test_open( register int const fd) argument
87 map_me( register return_packet *const rp, register int const fd) argument
H A Ddma.c35 register int const fd)
48 dma_test(&rp, fd);
64 register int const fd)
70 ast_info.ast_fd = fd;
34 ast_test_dma( register int const fd) argument
62 dma_test( register return_packet *const rp, register int const fd) argument
H A DlibvtsSUNWast.h136 int const fd);
140 int const fd);
153 register int const fd);
157 int const fd);
162 int const fd);
166 int const fd);
175 int const fd);
179 int const fd);
H A Dchip.c34 register int const fd)
50 chip_test(&rp, fd);
67 register int const fd)
73 ast_info.ast_fd = fd;
33 ast_test_chip( register int const fd) argument
65 chip_test( register return_packet *const rp, register int const fd) argument
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmapper.c36 register int const fd)
44 if (gfx_vts_check_fd(fd, &rp))
50 rc = ioctl(fd, VIS_GETIDENTIFIER, &vis_identifier);
69 map_me(&rp, fd);
89 register int const fd)
92 efb_info.efb_fd = fd;
35 efb_test_open( register int const fd) argument
87 map_me( register return_packet *const rp, register int const fd) argument
H A DlibvtsSUNWefb.h107 int const fd);
111 int const fd);
124 int const fd);
128 int const fd);
137 int const fd);
141 int const fd);
312 int const fd);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c165 int fd = -1; /* file descriptor to return */ local
321 if ((fd = (*connfunc) (phostname, iagent, X_CONNECTION_RETRIES,
333 ioctl (fd, FIOSNBIO, &arg);
337 (void) fcntl (fd, F_SETFL, O_NONBLOCK);
339 (void) fcntl (fd, F_SETFL, FNDELAY);
341 (void) fcntl (fd, F_SETFL, O_NDELAY);
345 (void) fcntl (fd, F_SETFD, 1);
366 return fd;
373 if (fd >= 0) (void) close (fd);
430 int fd; local
502 int fd; /* socket file descriptor */ local
559 int fd; /* file descriptor to return */ local
[all...]
H A DXlibnet.h35 #define BytesReadable(fd,ptr) (_XBytesReadable ((fd), (ptr)))
44 #define BytesReadable(fd,ptr) (_XBytesReadable ((fd), (ptr)))
65 #define BytesReadable(fd,ptr) ioctl((fd), I_NREAD, (ptr))
67 #define BytesReadable(fd, ptr) ioctl ((fd), FIONREAD, (ptr))
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dpix_grab.h51 u_int fd; /* server's per client file descrptr*/ member in struct:shpx_client_entry
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_prconf.c97 fbc_prconf_model(device->fd);
120 efb_prconf_stream(device->fd, stream_index, mode_list);
H A Defb_predid.c95 efb_predid_stream(device->fd,
/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl68 foreach my $fd (keys %fontdirs) {
69 my $protofontpath = join('/', $proto_dir, $fd);
70 my $protometafile = join('/', $proto_dir, $fd, 'fonts.dir');
88 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
94 $protometafile = join('/', $proto_dir, $fd, 'fonts.alias');
109 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_prconf.c73 ast_get_edid_data(device->fd, &edid);
80 fbc_prconf_cur_mode(device->fd);
103 fbc_prconf_model(device->fd);
H A Dast_predid.c104 ast_predid_stream(device->fd,
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_prconf.c73 mga_get_edid_data(device->fd, &edid);
80 fbc_prconf_cur_mode(device->fd);
103 fbc_prconf_model(device->fd);
H A Dmga_predid.c100 mga_predid_stream(device->fd,
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A Dgfx_vts.h63 int fd, /* File descriptor number */
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c183 if (read (pInfo->fd, &buf, 1 ) == 1)
245 pInfo->fd = hotkey_event_fd[0];
261 xf86FlushInput(pInfo->fd);
262 AddEnabledDevice(pInfo->fd);
271 if (pInfo->fd != -1)
272 RemoveEnabledDevice(pInfo->fd);
280 if (pInfo->fd != -1)
281 RemoveEnabledDevice(pInfo->fd);
301 pInfo->fd = -1;

Completed in 67 milliseconds

123