/solaris-x11-s12/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-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
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 | 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 | 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
|
H A D | memory.c | 50 register int const fd) 66 memory_test(&rp, fd); 82 register int const fd) 94 ast_info.ast_fd = fd; 49 ast_test_memory( register int const fd) argument 80 memory_test( register return_packet *const rp, register int const fd) argument
|
/solaris-x11-s12/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 | 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-s12/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
|
H A D | cmap_grab.h | 194 int fd; member in struct:cmap_devlist
|
H A D | cmap_grab.c | 46 * the frame buffer. The frame buffer fd may be inquired from 63 * if cflag is nonzero, the framebuffr fd described in the info page 113 * Return the fd of the device associated with cginfo 214 dga_cm_grab(fd, filesuffix) 215 int fd ; 225 sunwindows_def_fd, /* /dev/winXX fd */ 226 sunwindows_inst_fd ; /* /dev/winXX fd */ 328 if( fd == -1 ) { 343 devfd = fd ; 947 int fd; local [all...] |
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/ |
H A D | gfx_vts.c | 199 int fd, /* File descriptor number */ 203 if (fd < 0) { 198 gfx_vts_check_fd( int fd, return_packet *rp) argument
|
/solaris-x11-s12/open-src/driver/xf86-video-ast/sun-src/src/ |
H A D | ast_sparc_driver.c | 104 if ((status = ioctl(info->fd, VIS_GETPCICONFIG, &pciCfg)) 160 int fd; local 170 if (((fd = open(dev, O_RDWR, 0)) >= 0)) { 175 info->fd = fd; 200 fdd = info->fd; 250 status = ioctl(info->fd, VIS_STOREVIDEOMODENAME, &mode);
|
/solaris-x11-s12/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 178 FILE *fd; local 185 fd = fdopen(p_fd[0], "r"); 190 while (fgets(buf, size, fd) != NULL) { 209 while (fgets(buf, 256, fd) != NULL); 214 fclose(fd); 378 FILE *fd; local 386 fd = fdopen(p_fd[0], "r"); 391 while (fgets(buf, BUFSIZ, fd) != NULL) { 483 fclose(fd);
|
/solaris-x11-s12/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 69 static void DefineSelf(int fd, FILE *file, Xauth *auth); 219 int fd; local 222 fd = socket(PF_INET6, SOCK_STREAM, 0); 223 DefineSelf(fd, file, auth); 224 close(fd); 243 DefineSelf(int fd, FILE *file, Xauth *auth) argument 255 if (ioctl(fd, (int) SIOCGLIFNUM, &ifn) < 0) { 265 if (ioctl(fd, (int) SIOCGLIFCONF, &ifc) < 0) {
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_io32.h | 116 int fd; member in struct:drm_buf_map_32
|