Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/listen/
H A Dlisten.c141 int Passfd; /* pipe used to pass FD (fd 3) */ variable
455 if ((Passfd = dup(Acceptfd)) != 3) { in init_files()
986 dup(Passfd); in listen()
990 dup(Passfd); in listen()
1211 if (dup(Passfd) != 0) in trycon()
1222 if (dup(Passfd) != 0) in trycon()
1241 close(Passfd); in trycon()
1259 if ((Passfd = open(dbp->dbf_cmd_line, O_WRONLY)) < 0) { in trycon()
1266 if (ioctl(Passfd, I_SENDFD, Acceptfd) < 0) { in trycon()
1275 close(Passfd); in trycon()
[all …]