Searched refs:_kern_ioctl (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dioctl.c19 RETURN_AND_SET_ERRNO(_kern_ioctl(fd, cmd, args.argument, args.size));
37 status = _kern_ioctl(fd, cmd, argument, size);
H A Dterminal.c25 return _kern_ioctl(fd, TCGETA, &termios, sizeof(struct termios)) == B_OK;
/haiku/src/tools/bfs_shell/
H A Dcommand_resizefs.cpp37 status_t status = _kern_ioctl(rootDir, BFS_IOCTL_RESIZE,
H A Dcommand_checkfs.cpp44 fssh_status_t status = _kern_ioctl(rootDir, BFS_IOCTL_START_CHECKING,
55 while (_kern_ioctl(rootDir, BFS_IOCTL_CHECK_NEXT_NODE, &result,
103 if (_kern_ioctl(rootDir, BFS_IOCTL_STOP_CHECKING, &result, sizeof(result))
/haiku/src/tools/fs_shell/
H A Dsyscalls.h93 fssh_status_t _kern_ioctl(int fd, uint32_t op, void *buffer,
H A Dfd.cpp646 _kern_ioctl(int fd, uint32_t op, void *buffer, fssh_size_t length) function in namespace:FSShell
H A Dfssh.cpp1331 fssh_status_t status = _kern_ioctl(rootDir, atoi(argv[1]), NULL, 0);
/haiku/headers/private/system/
H A Dsyscalls.h339 extern status_t _kern_ioctl(int fd, uint32 cmd, void *data, size_t length);
/haiku/src/system/kernel/fs/
H A Dfd.cpp1190 _kern_ioctl(int fd, uint32 op, void* buffer, size_t length) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1190 void _kern_ioctl() {} function
H A Dlibroot_stubs_legacy.c1110 void _kern_ioctl() {} function

Completed in 172 milliseconds