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.cpp469 fd_ioctl(bool kernelFD, int fd, uint32 op, void* buffer, size_t length) function
476 if (descriptor->ops->fd_ioctl)
477 status = descriptor->ops->fd_ioctl(descriptor.Get(), op, buffer, length);
816 return fd_ioctl(false, fd, op, buffer, length);
885 return status = fd_ioctl(false, fd, op, buffer, length);
1196 return fd_ioctl(true, fd, op, buffer, length);

Completed in 45 milliseconds