Searched refs:ioctl (Results 226 - 250 of 356) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp148 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_IOCTL, fFSOps->ioctl);
H A DBeOSKernelVolume.cpp233 if (!fFSOps->ioctl)
235 return fFSOps->ioctl(fVolumeCookie, node, cookie, (int)command, buffer,
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp118 /*! \brief Offers an ioctl()-like interface to all functions of the PPP stack.
141 return ioctl(fFD, NET_STACK_CONTROL_NET_MODULE, &args);
/haiku-fatelf/src/apps/expander/
H A DExpanderThread.cpp237 if (ioctl(slave, TIOCSCTTY, NULL) != 0)
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dmbutil.c50 # include <sys/ioctl.h>
/haiku-fatelf/src/bin/gdb/readline/
H A Dmbutil.c50 # include <sys/ioctl.h>
H A Dsignals.c40 # include <sys/ioctl.h>
/haiku-fatelf/src/bin/network/telnet/
H A Dring.c63 #include <sys/ioctl.h>
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDevice.cpp136 if (ioctl(fd, B_EJECT_DEVICE) != 0)
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm.h109 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg)
112 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg)
127 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg)
134 #include <sys/ioctl.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DVolume.cpp71 if (stat.st_mode & S_IFREG && ioctl(device, IOCTL_FILE_UNCACHED_IO, NULL) < 0) {
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c46 # include <sys/ioctl.h>
1318 int err = ioctl (fd, TIOCGWINSZ, (char *) win);
1358 The workaround is to do the ioctl once with row and col = 1 to set the
1371 if (ioctl (STDIN_FILENO, TIOCSWINSZ, (char *) &win))
1374 if (ioctl (STDIN_FILENO, TIOCSSIZE, (char *) &ttysz))
1380 if (ioctl (STDIN_FILENO, TIOCSWINSZ, (char *) &win))
1413 /* With Solaris 2.[123], this ioctl fails and errno is set to
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c388 ioctl(fd, NM_PGM_BES, &bi, sizeof(bi));
682 ioctl(fd, NM_PGM_BES, &bi, sizeof(bi));
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp515 \todo I'm using the B_GET_GEOMETRY ioctl() to find out where the end of the
563 if (ioctl(device, B_GET_PARTITION_INFO, &info) == 0) {
574 } else if (ioctl(device, B_GET_GEOMETRY, &geometry) == 0) {
679 NULL, // ioctl
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkDevice.cpp59 if (ioctl(socket, SIOCG80211, &ireq, sizeof(struct ieee80211req)) < 0)
78 if (ioctl(socket, option, &request, sizeof(T)) < 0)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DKernelUserVolume.cpp207 if (!fFSOps->ioctl)
209 return fFSOps->ioctl(fVolumeCookie, node, cookie, command, buffer, size);
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.cpp135 if (ioctl(device, B_GET_PARTITION_INFO, &partitionInfo,
140 } else if (ioctl(device, B_GET_GEOMETRY, &geometry, sizeof(device_geometry))
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp114 if (!ioctl(fDevice, B_GET_GEOMETRY, &geometry)) {
174 if (ioctl(fDevice, B_GET_GEOMETRY, &geometry) < 0) {
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp104 if (!ioctl(fDevice, B_GET_GEOMETRY, &geometry)) {
164 if (ioctl(fDevice, B_GET_GEOMETRY, &geometry) < 0) {
/haiku-fatelf/headers/private/media/
H A Dsoundcard.h65 #include <sys/ioctl.h>
70 #include <linux/ioctl.h>
75 # include <sys/ioctl.h>
83 * Make sure the ioctl macros are compatible with the ones already used
873 * ioctl commands for the /dev/midi##
913 * ioctl is made.
1438 * Few ioctl calls that are not official parts of OSS. They have been used
1992 /* ioctl codes 'X', 200-255 are reserved for internal use */
1995 * Few more "globally" available ioctl calls.
2025 # define osslib_ioctl ioctl
[all...]
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h58 // missing ioctl() call added
192 op_ioctl (*ioctl); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp344 status_t status = ioctl(gInfo.deviceFileDesc, ATI_SET_VESA_DISPLAY_MODE,
H A Drage128_mode.cpp384 if (ioctl(gInfo.deviceFileDesc, ATI_SET_VESA_DISPLAY_MODE,
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h188 op_ioctl (*ioctl); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h185 op_ioctl (*ioctl); member in struct:vnode_ops

Completed in 224 milliseconds

1234567891011>>