/src/bin/csh/ |
init.c | 81 { "logout", dologout, 0, 0 },
|
extern.h | 135 __dead void dologout(Char **, struct command *);
|
func.c | 224 dologout(Char **v, struct command *t) function in typeref:typename:void
|
/src/libexec/ftpd/ |
extern.h | 127 __dead void dologout(int);
|
ftpd.c | 787 dologout(1); 801 dologout(1); 810 dologout(1); 2843 dologout(0); 2912 dologout(int status) function in typeref:typename:void 2984 dologout(0); 3843 dologout(0);
|
ftpcmd.y | 247 dologout(0); 1489 dologout(0);
|
cmds.c | 522 dologout(1);
|
/src/sys/dev/iscsi/ |
iscsi_ioctl.c | 1607 * dologout Whether Logout should be attempted 1611 handle_connection_error(connection_t *conn, uint32_t status, int dologout) 1614 status, dologout, conn->c_state)); 1618 if (dologout >= 0 && conn->c_state >= ST_WINDING_DOWN) { 1619 dologout = NO_LOGOUT; 1621 kill_connection(conn, status, dologout, TRUE);
|