host_ioctl
int host_ioctl(int fd, unsigned long request, unsigned long arg);
if (host_ioctl(fd, HOST_TCGETS, (uintptr_t)tio))
return host_ioctl(fd, HOST_TCSETS+act, (uintptr_t)tio);