/src/sys/arch/alpha/alpha/ |
dec_kn20aa.c | 46 #include <machine/logout.h> 108 dec_kn20aa_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) 119 machine_check(mces, framep, type, logout); 123 hdr = (mc_hdr_ev5 *) logout; 124 mptr = (mc_uc_ev5 *) (logout + sizeof (*hdr)); 131 machine_check(mces, framep, type, logout);
|
dec_kn300.c | 46 #include <machine/logout.h> 209 kn300_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) 218 hdr = (mc_hdr_ev5 *) logout; 219 ptr = (mc_soft300 *) (logout + sizeof (*hdr)); 270 kn300_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) 284 machine_check(mces, framep, type, logout); 288 hdr = (mc_hdr_ev5 *) logout; 289 ptr = (mc_uc_ev5 *) (logout + sizeof (*hdr)); 329 machine_check(mces, framep, type, logout);
|
dec_kn8ae.c | 47 #include <machine/logout.h> 230 kn8ae_harderr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) 237 hdr = (mc_hdr_ev5 *) logout; 238 mptr = (mc_cc_ev5 *) (logout + sizeof (*hdr)); 240 (logout + sizeof (*hdr) + sizeof (*mptr)); 309 kn8ae_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) 316 hdr = (mc_hdr_ev5 *) logout; 317 mptr = (mc_cc_ev5 *) (logout + sizeof (*hdr)); 319 (logout + sizeof (*hdr) + sizeof (*mptr)); 357 kn8ae_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep [all...] |
dec_2100_a50.c | 46 #include <machine/logout.h> 119 dec_2100_a50_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) 132 machine_check(mces, framep, type, logout); 136 hdr = (mc_hdr_avanti *) logout; 137 ptr = (mc_uc_avanti *) (logout + sizeof (*hdr)); 397 machine_check(mces, framep, type, logout);
|
dec_6600.c | 43 #include <machine/logout.h>
|
/src/distrib/utils/libhack/ |
utmp.c | 26 logout(line) function
|
/src/usr.bin/last/ |
want.c | 171 T->logout = -bp->ut_timefld; 225 if (!T->logout) 230 if (T->logout < 0) { 231 T->logout = -T->logout; 236 fmttime(T->logout, 238 delta = T->logout - bp->ut_timefld; 253 T->logout = bp->ut_timefld;
|
last.c | 105 time_t logout; /* log out time */ member in struct:ttytab 111 static time_t currentout; /* current logout value */ 296 cur->logout = currentout;
|
/src/lib/libutil/ |
logout.c | 1 /* $NetBSD: logout.c,v 1.16 2005/08/27 17:07:17 elad Exp $ */ 35 static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: logout.c,v 1.16 2005/08/27 17:07:17 elad Exp $"); 54 logout(const char *line) function in typeref:typename:int
|
/src/sys/arch/alpha/common/ |
comlogout.c | 45 #include <machine/logout.h> 48 * Common PAL Logout Handling Code
|
/src/sbin/iscsictl/ |
iscsic_globals.h | 166 int logout(int, char **);
|
iscsic_main.c | 68 {"logout", logout}, 137 {ISCSI_STATUS_TARGET_LOGOUT, "Target requested logout"}, 138 {ISCSI_STATUS_LOGOUT_CID_NOT_FOUND, "Logout error: Connection ID not found"}, 139 {ISCSI_STATUS_LOGOUT_RECOVERY_NS, "Logout error: Recovery not supported"}, 140 {ISCSI_STATUS_LOGOUT_ERROR, "Logout error: Unknown reason"},
|
iscsic_daemonif.c | 923 * logout: 924 * Handle logout command. 932 logout(int argc, char **argv) function in typeref:typename:int
|
/src/include/ |
util.h | 93 int logout(const char *);
|
/src/sys/dev/iscsi/ |
iscsi_ioctl.c | 479 * logout The logout reason code 484 kill_connection(connection_t *conn, uint32_t status, int logout, bool recover) 489 DEBC(conn, 1, ("Kill_connection: terminating=%d, status=%d, logout=%d, " 491 conn->c_terminating, status, logout, conn->c_state)); 541 if (logout >= 0) { 543 logout == RECOVER_CONNECTION) { 544 logout = LOGOUT_CONNECTION; 547 logout == LOGOUT_CONNECTION) { 548 logout = LOGOUT_SESSION 1192 logout(iscsi_logout_parameters_t *par) function in typeref:typename:void [all...] |
/src/usr.bin/telnet/ |
externs.h | 208 int logout(int, char *[]);
|
commands.c | 1449 logout(int argc, char *argv[]) 2280 logouthelp[] = "forcibly logout remote user and close the connection", 2303 { "logout", logouthelp, logout, 1 }, 1443 logout(int argc, char *argv[]) function in typeref:typename:int
|
/src/lib/libpam/modules/pam_lastlog/ |
pam_lastlog.c | 237 if (logout(tty))
|
/src/libexec/telnetd/ |
sys_term.c | 775 if (logout(p))
|
/src/libexec/rlogind/ |
rlogind.c | 573 if (logout(p))
|
/src/sbin/init/ |
init.c | 612 if (logout(line))
|