Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c455 if ((Passfd = dup(Acceptfd)) != 3) { in init_files()
988 close(Acceptfd); in listen()
1205 close(Acceptfd); in trycon()
1213 if (t_accept(fd, Acceptfd, call) < 0) { in trycon()
1215 t_close(Acceptfd); in trycon()
1226 t_close(Acceptfd); in trycon()
1280 t_close(Acceptfd); in trycon()
1282 Acceptfd = open("/dev/null", O_RDWR); in trycon()
1283 Passfd = dup(Acceptfd); in trycon()
1298 start_server(Acceptfd, dbp); in trycon()
[all …]