Searched refs:ioctl (Results 176 - 200 of 356) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp286 if (ioctl(fFD, KB_GET_KEYBOARD_ID, &fKeyboardID) == 0) {
294 status_t status = ioctl(fFD, KB_READ, &keyInfo, sizeof(keyInfo));
533 } else if (ioctl(fFD, KB_SET_KEY_REPEAT_RATE,
542 } else if (ioctl(fFD, KB_SET_KEY_REPEAT_DELAY,
575 ioctl(fFD, KB_SET_LEDS, &lockIO);
/haiku-fatelf/src/bin/mkdos/
H A Dmkdos.cpp169 hasBiosGeometry = B_OK == ioctl(fd, B_GET_BIOS_GEOMETRY, &biosGeometry, sizeof(biosGeometry));
170 hasDeviceGeometry = B_OK == ioctl(fd, B_GET_GEOMETRY, &deviceGeometry, sizeof(deviceGeometry));
171 hasPartitionInfo = B_OK == ioctl(fd, B_GET_PARTITION_INFO, &partitionInfo, sizeof(partitionInfo));
327 if (B_OK != ioctl(fd, B_GET_BIOS_DRIVE_ID, &biosDriveId, sizeof(biosDriveId))) {
606 ioctl(fd, B_FLUSH_DRIVE_CACHE);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c307 && ioctl(SP->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) {
338 ioctl(SP->_mouse_fd, CONS_MOUSECTL, &the_mouse);
340 ioctl(SP->_mouse_fd, CONS_MOUSECTL, &the_mouse);
544 if (ioctl(SP->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) {
547 ioctl(SP->_mouse_fd, CONS_MOUSECTL, &the_mouse);
557 if (ioctl(SP->_mouse_fd,
560 && ioctl(SP->_mouse_fd,
/haiku-fatelf/src/add-ons/kernel/network/devices/dialup/
H A Ddialup.cpp269 if (ioctl(device->fd, TCGETA, &device->line_config,
285 if(ioctl(device->fd, TCSETA, &device->line_config,
364 return ioctl(device->fd, op, argument, length);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dinet.c52 #include <sys/ioctl.h>
585 if (ioctl(fd, SIOCGIFADDR, (char *)&ifr) < 0) {
599 if (ioctl(fd, SIOCGIFNETMASK, (char *)&ifr) < 0) {
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dev_connects.c33 #include <sys/ioctl.h>
83 OKFREE(ioctl(fd, FIONBIO, (char *)&on), new);
172 OK(ioctl(this->fd, FIONBIO, (char *)&off));
/haiku-fatelf/src/libs/edit/
H A Dread.c161 if (ioctl(fd, FIONBIO, (ioctl_t) & zero) == -1)
192 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
424 (void) ioctl(el->el_infd, FIONREAD, (ioctl_t) & chrs);
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DSetDisplayMode.c16 ioctl() to the kernel driver.
28 ioctl(fd, NM_RUN_INTERRUPTS, &sbs, sizeof(sbs));
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h104 int (*ioctl)(struct ntfs_device *dev, int request, void *argp); member in struct:ntfs_device_operations
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioUtility.cpp26 if (ioctl(device, op, data, sizeof(T)) != 0)
/haiku-fatelf/src/bin/bash/
H A Djobs.c47 #include <sys/ioctl.h>
61 /* For the TIOCGPGRP and TIOCSPGRP ioctl parameters on HP-UX */
328 #define tcsetpgrp(fd, pgrp) ioctl ((fd), TIOCSPGRP, &(pgrp))
336 /* ioctl will handle setting errno correctly. */
337 if (ioctl (fd, TIOCGPGRP, &pgrp) < 0)
1922 ioctl. We cheat by finding the length of the output queue, and
1944 while ((ioctl (fd, TIOCOUTQ, &n) == 0) && n)
1974 ioctl (tty, TIOCGETP, &shell_tty_info);
1975 ioctl (tty, TIOCGETC, &shell_tchars);
1976 ioctl (tt
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Di386v-nat.c42 #include <sys/ioctl.h>
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h112 int ioctl(int, int, caddr_t);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h112 int ioctl(int, int, caddr_t);
/haiku-fatelf/src/bin/network/telnetd/
H A Ddefs.h64 #include <sys/ioctl.h>
/haiku-fatelf/headers/private/firewire/
H A Dfirewirereg.h207 int (*ioctl) (struct cdev *, u_long, caddr_t, int, fw_proc *); member in struct:firewire_comm
209 int (*ioctl) (void *cookie, uint32 cmd, void *arg, size_t len); member in struct:firewire_comm
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp57 status_t result = ioctl(gInfo.deviceFileDesc, TDFX_SET_PIO_REG,
72 status_t result = ioctl(gInfo.deviceFileDesc, TDFX_GET_PIO_REG,
/haiku-fatelf/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp339 if(ioctl(fHandle, TCGETA, &options) != B_OK) {
354 if(ioctl(fHandle, TCSETA, &options) != B_OK) {
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dterminal.c55 # include <sys/ioctl.h>
235 if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
/haiku-fatelf/src/bin/coreutils/src/
H A Dcat.c34 # include <sys/ioctl.h>
261 /* If nonzero, use the FIONREAD ioctl, as an optimization.
313 && ioctl (input_desc, FIONREAD, &n_to_read) < 0)
327 error (0, errno, _("cannot do ioctl on %s"), quote (infile));
/haiku-fatelf/src/bin/gdb/readline/
H A Dterminal.c55 # include <sys/ioctl.h>
205 if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
/haiku-fatelf/src/kits/network/
H A Dsocket.cpp18 #include <sys/ioctl.h>
320 return ioctl(socket, FIONREAD, &value);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_setup.c67 # include <sys/ioctl.h>
159 if (ioctl(cur_term->Filedes, IOCTL_WINSIZE, &size) < 0
/haiku-fatelf/src/libs/ncurses/tack/
H A Dsysdep.c337 ioctl(fileno(stdin), FIONREAD, &i);
350 int howmany = ioctl(0, 'ichr', &n);
/haiku-fatelf/src/libs/ncurses/test/
H A Dview.c33 #undef CTRL /* conflict on AIX 5.2 with <sys/ioctl.h> */
43 # include <sys/ioctl.h>
464 if (ioctl(fileno(stdout), TIOCGWINSZ, &size) == 0) {

Completed in 206 milliseconds

1234567891011>>