Searched refs:dologout (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/csh/
H A Dinit.c82 { "logout", dologout, 0, 0 },
H A Dextern.h132 __dead void dologout(Char **, struct command *);
H A Dfunc.c223 dologout(Char **v, struct command *t) function
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Dftp.tab.c147 extern void dologout(int);
723 dologout(1);
743 dologout(0);
1722 dologout(0);
H A Dftp.y77 extern void dologout(int);
508 dologout(0);
868 dologout(1);
888 dologout(0);
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dextern.h127 __dead void dologout(int);
H A Dftpd.c777 dologout(1);
791 dologout(1);
800 dologout(1);
2814 dologout(0);
2884 dologout(int status) function
2956 dologout(0);
3811 dologout(0);
H A Dftpcmd.y247 dologout(0);
1487 dologout(0);
H A Dcmds.c520 dologout(1);
/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_ioctl.c1443 * dologout Whether Logout should be attempted
1447 handle_connection_error(connection_t *conn, uint32_t status, int dologout) argument
1451 status, dologout, conn->state));
1455 if (dologout >= 0 && conn->state >= ST_WINDING_DOWN) {
1456 dologout = NO_LOGOUT;
1458 kill_connection(conn, status, dologout, TRUE);

Completed in 205 milliseconds