/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | dma.c | 29 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 D | chip.c | 34 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 D | mapper.c | 35 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 D | libvtsSUNWmga.h | 125 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 D | memory.c | 50 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 D | fbc_open_device.c | 59 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 D | fbc_dev.h | 50 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 D | mapper.c | 36 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 D | dma.c | 35 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 D | libvtsSUNWast.h | 136 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 D | chip.c | 34 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 D | mapper.c | 36 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 D | libvtsSUNWefb.h | 107 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 D | csconndi.c | 165 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 D | Xlibnet.h | 35 #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 D | pix_grab.h | 51 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 D | efb_prconf.c | 97 fbc_prconf_model(device->fd); 120 efb_prconf_stream(device->fd, stream_index, mode_list);
|
H A D | efb_predid.c | 95 efb_predid_stream(device->fd,
|
/solaris-x11-s11/pkg/ |
H A D | generate_font_metadata.pl | 68 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 D | ast_prconf.c | 73 ast_get_edid_data(device->fd, &edid); 80 fbc_prconf_cur_mode(device->fd); 103 fbc_prconf_model(device->fd);
|
H A D | ast_predid.c | 104 ast_predid_stream(device->fd,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_prconf.c | 73 mga_get_edid_data(device->fd, &edid); 80 fbc_prconf_cur_mode(device->fd); 103 fbc_prconf_model(device->fd);
|
H A D | mga_predid.c | 100 mga_predid_stream(device->fd,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/ |
H A D | gfx_vts.h | 63 int fd, /* File descriptor number */
|
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/ |
H A D | hotkey.c | 183 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;
|