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

12345678910

/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp770 TRACE("ioctl(op = %lu)\n", op);
887 return sSCSIPeripheral->ioctl(handle->scsi_periph_handle, op,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp1369 if (ioctl(fVolume->Device(), B_TRIM_DEVICE, &trimData,
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp14 #include <sys/ioctl.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1068 * There is no way to know the required buffer, so if the ioctl fails,
1069 * try doubling the buffer size each time until the ioctl succeeds.
1900 ntfs_log_debug("unimplemented ioctl 0x%lx.\n", request);
1955 .ioctl = ntfs_device_win32_ioctl
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1236 OVERLAY_CALL(ioctl, cookie, op, buffer, length)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1924 void ioctl() {} function
H A Dlibroot_stubs_legacy.c1890 void ioctl() {} function
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp10 #include <sys/ioctl.h>
485 TRACE("ioctl: %" B_PRIu32 "\n", cmd);
491 TRACE("ioctl: Test the block allocator\n");
493 TRACE("ioctl: Creating transaction\n");
495 TRACE("ioctl: Creating cached block\n");
504 TRACE("ioctl: blocks per group: %" B_PRIu32 ", block size: %"
511 TRACE("ioctl: Allocated blocks in group %" B_PRIu32 ": %"
521 TRACE("ioctl: Blocks cleared\n");
527 TRACE("ioctl: Done\n");
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp15 #include <sys/ioctl.h>
45 (i.e. read(), write(), ioctl() operations in progress). Together with
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c198 #include <sys/ioctl.h>
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1808 // of the ioctl(), since packagefs should be able to undo package changes until
1875 if (ioctl(fd.Get(), PACKAGE_FS_OPERATION_CHANGE_ACTIVATION, request,
/haiku/src/tools/fs_shell/
H A Dvfs.cpp322 NULL, // ioctl()
338 NULL, // ioctl()
354 NULL, // ioctl()
3519 if (HAS_FS_CALL(vnode, ioctl)) {
3520 return FS_CALL(vnode, ioctl,
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1744 OVERLAY_CALL(ioctl, cookie, op, buffer, length)
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp487 if (ioctl(deviceFD, B_GET_PATH_FOR_DEVICE, deviceName,
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c948 if (ioctl(s, SIOCGIFAFLAG_IN6, &ifr6) == 0) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c51 #include <sys/ioctl.h>
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp335 /* Device specific ioctl. */
739 sc->fc.ioctl = fwohci_ioctl;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp887 if (_FileSystem()->HasHaikuFuseExtensions() && fFS->ops.ioctl != NULL) {
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp4179 int error = ioctl(fd, B_GET_ICON, &iconData);

Completed in 610 milliseconds

12345678910