Searched refs:fd_ioctl (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfd.h29 fssh_status_t (*fd_ioctl)(struct file_descriptor *, uint32_t op, member in struct:FSShell::fd_ops
H A Dfd.cpp657 if (descriptor->ops->fd_ioctl)
658 status = descriptor->ops->fd_ioctl(descriptor, op, buffer, length);
/haiku/headers/private/kernel/fs/
H A Dfd.h31 status_t (*fd_ioctl)(struct file_descriptor *, ulong op, void *buffer, member in struct:fd_ops
/haiku/src/system/kernel/fs/
H A Dfd.cpp470 fd_ioctl(bool kernelFD, int fd, uint32 op, void* buffer, size_t length) function
497 if (descriptor->ops->fd_ioctl)
498 status = descriptor->ops->fd_ioctl(descriptor.Get(), op, buffer, length);
837 return fd_ioctl(false, fd, op, buffer, length);
906 return status = fd_ioctl(false, fd, op, buffer, length);
1217 return fd_ioctl(true, fd, op, buffer, length);

Completed in 1129 milliseconds