Searched refs:dologout (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/bin/csh/ |
| D | init.c | 81 { "logout", dologout, 0, 0 },
|
| D | extern.h | 135 __dead void dologout(Char **, struct command *);
|
| D | func.c | 224 dologout(Char **v, struct command *t) in dologout() function
|
| /netbsd/src/sys/dev/iscsi/ |
| D | iscsi_ioctl.c | 1611 handle_connection_error(connection_t *conn, uint32_t status, int dologout) in handle_connection_error() argument 1614 status, dologout, conn->c_state)); in handle_connection_error() 1618 if (dologout >= 0 && conn->c_state >= ST_WINDING_DOWN) { in handle_connection_error() 1619 dologout = NO_LOGOUT; in handle_connection_error() 1621 kill_connection(conn, status, dologout, TRUE); in handle_connection_error()
|
| /netbsd/src/libexec/ftpd/ |
| D | extern.h | 127 __dead void dologout(int);
|
| D | ftpd.c | 787 dologout(1); in lostconn() 801 dologout(1); in toolong() 810 dologout(1); in sigquit() 2843 dologout(0); in fatal() 2912 dologout(int status) in dologout() function 2984 dologout(0); in handleoobcmd() 3843 dologout(0); in auth_conv()
|
| D | ftpcmd.y | 247 dologout(0); 1489 dologout(0);
|
| D | cmds.c | 522 dologout(1); in statfilecmd()
|