Searched defs:fatalperror (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c140 static void fatalperror(int, const char *);
277 fatalperror(STDERR_FILENO, "Error in socket");
289 fatalperror(STDERR_FILENO, "bind error");
293 fatalperror(STDERR_FILENO, "listen error");
298 fatalperror(STDERR_FILENO, "accept error");
313 fatalperror(STDERR_FILENO, "getpeername");
316 fatalperror(STDERR_FILENO, "audit");
1058 fatalperror(f, "cannot open /dev/ptmx");
1068 fatalperror(f, "ioctl I_PUSH ptem");
1070 fatalperror(
1482 fatalperror(int fd, const char *msg) function
[all...]
H A Din.telnetd.c265 static void fatalperror(int, char *, int);
978 fatalperror(net, "Unable to open /dev/urandom: ",
984 fatalperror(net, "Unable to read from /dev/urandom: ",
2760 fatalperror(f, "open /dev/ptmx", errno);
2772 fatalperror(f, "ioctl I_PUSH ptem", errno);
2774 fatalperror(f, "ioctl I_PUSH ldterm", errno);
2776 fatalperror(f, "ioctl I_PUSH ttcompat", errno);
2916 fatalperror(f, "couldn't remove sockmod", errno);
2927 fatalperror(f, "ioctl I_PUSH cryptmod", errno);
2957 fatalperror(
3239 fatalperror(int f, char *msg, int errnum) function
[all...]

Completed in 52 milliseconds