Home
last modified time | relevance | path

Searched refs:getret (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/init/
H A Dinit.c2994 int fd, getret; in console() local
3015 getret = tcgetattr(fd, &old_syscon_termios); in console()
3031 if (getret == 0) in console()