miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
tty.c File Reference
#include <termios.h>
#include <sys/ioctl.h>
#include <errno.h>
Include dependency graph for tty.c:

Functions

int tcgetattr (int fd, struct termios *t)
int tcsetattr (int fd, int actions, const struct termios *t)
void cfmakeraw (struct termios *t)
int isatty (int fd)

Function Documentation

◆ cfmakeraw()

void cfmakeraw ( struct termios * t)
Here is the caller graph for this function:

◆ isatty()

int isatty ( int fd)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tcgetattr()

int tcgetattr ( int fd,
struct termios * t )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tcsetattr()

int tcsetattr ( int fd,
int actions,
const struct termios * t )
Here is the call graph for this function:
Here is the caller graph for this function: