HomeSort by: relevance | last modified time | path
    Searched defs:bsdioctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_termios.c 84 int (*bsdioctl)(file_t *, u_long, void *); local in function:linux_ioctl_termios
94 bsdioctl = fp->f_ops->fo_ioctl;
100 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
113 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
131 error = (*bsdioctl)(fp, com, &tmpbts);
134 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
147 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
165 error = (*bsdioctl)(fp, com, &tmpbts);
182 error = (*bsdioctl)(fp, TIOCFLUSH, &idat);
185 error = (*bsdioctl)(fp, TIOCGETD, &idat)
    [all...]
  /src/sys/compat/linux32/common/
linux32_termios.c 92 int (*bsdioctl)(file_t *, u_long, void *); local in function:linux32_ioctl_termios
102 bsdioctl = fp->f_ops->fo_ioctl;
108 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
121 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
139 error = (*bsdioctl)(fp, com, &tmpbts);
142 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
155 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
173 error = (*bsdioctl)(fp, com, &tmpbts);
190 error = (*bsdioctl)(fp, TIOCFLUSH, &idat);
193 error = (*bsdioctl)(fp, TIOCGETD, &idat)
    [all...]

Completed in 11 milliseconds