Searched refs:logout (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/distrib/utils/libhack/
H A Dutmp.c26 logout(line) function
/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_kn8ae.c51 #include <machine/logout.h>
345 kn8ae_harderr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
352 hdr = (mc_hdr_ev5 *) logout;
353 mptr = (mc_cc_ev5 *) (logout + sizeof (*hdr));
355 (logout + sizeof (*hdr) + sizeof (*mptr));
424 kn8ae_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
431 hdr = (mc_hdr_ev5 *) logout;
432 mptr = (mc_cc_ev5 *) (logout + sizeof (*hdr));
434 (logout + sizeof (*hdr) + sizeof (*mptr));
472 kn8ae_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struc argument
[all...]
H A Ddec_kn20aa.c53 #include <machine/logout.h>
282 dec_kn20aa_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
293 machine_check(mces, framep, type, logout);
297 hdr = (mc_hdr_ev5 *) logout;
298 mptr = (mc_uc_ev5 *) (logout + sizeof (*hdr));
305 machine_check(mces, framep, type, logout);
H A Ddec_kn300.c68 #include <machine/logout.h>
418 kn300_softerr(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
427 hdr = (mc_hdr_ev5 *) logout;
428 ptr = (mc_soft300 *) (logout + sizeof (*hdr));
479 kn300_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
493 machine_check(mces, framep, type, logout);
497 hdr = (mc_hdr_ev5 *) logout;
498 ptr = (mc_uc_ev5 *) (logout + sizeof (*hdr));
538 machine_check(mces, framep, type, logout);
H A Ddec_2100_a50.c66 #include <machine/logout.h>
294 dec_2100_a50_mcheck(unsigned long mces, unsigned long type, unsigned long logout, struct trapframe *framep) argument
307 machine_check(mces, framep, type, logout);
311 hdr = (mc_hdr_avanti *) logout;
312 ptr = (mc_uc_avanti *) (logout + sizeof (*hdr));
572 machine_check(mces, framep, type, logout);
H A Ddec_6600.c50 #include <machine/logout.h>
/netbsd-current/usr.bin/last/
H A Dwant.c171 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;
H A Dlast.c105 time_t logout; /* log out time */ member in struct:ttytab
111 static time_t currentout; /* current logout value */
296 cur->logout = currentout;
/netbsd-current/lib/libutil/
H A Dlogout.c1 /* $NetBSD: logout.c,v 1.15 2003/08/07 16:44:59 agc Exp $ */
35 static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: logout.c,v 1.15 2003/08/07 16:44:59 agc Exp $");
54 logout(const char *line) function
/netbsd-current/sys/arch/alpha/common/
H A Dcomlogout.c45 #include <machine/logout.h>
/netbsd-current/include/
H A Dutil.h92 int logout(const char *);
/netbsd-current/sbin/iscsictl/
H A Discsic_globals.h166 int logout(int, char **);
H A Discsic_main.c68 {"logout", logout},
137 {ISCSI_STATUS_TARGET_LOGOUT, "Target requested logout"},
/netbsd-current/sys/dev/iscsi/
H A Discsi_ioctl.c479 * logout The logout reason code
484 kill_connection(connection_t *conn, uint32_t status, int logout, bool recover) argument
489 DEBC(conn, 1, ("Kill_connection: terminating=%d, status=%d, logout=%d, "
491 conn->c_terminating, status, logout, conn->c_state));
539 if (logout >= 0) {
541 logout == RECOVER_CONNECTION) {
542 logout = LOGOUT_CONNECTION;
545 logout == LOGOUT_CONNECTION) {
546 logout
596 kill_session(uint32_t sid, uint32_t status, int logout, bool recover) argument
1175 logout(iscsi_logout_parameters_t *par) function
[all...]
/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h119 int logout(const char *);
/netbsd-current/external/bsd/tmux/usr.bin/tmux/
H A Dutempter.c114 logout(tty);
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h120 int logout(const char *);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipftest.c82 char *datain, *iface, *ifname, *logout; local
98 logout = NULL;
156 logout = optarg;
327 if (logout != NULL) {
328 drain_log(logout);
/netbsd-current/usr.bin/telnet/
H A Dexterns.h208 int logout(int, char *[]);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c193 * XXX: why do we need to handle logout cases here?
209 /* Update lastlog unless actually recording a logout. */
287 if (logout(line))
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcvs.h912 # define logout cvs_logout
915 int logout (int argc, char **argv);
910 # define logout macro
H A Dlogin.c643 logout (int argc, char **argv) function
652 error (0, 0, "can only use pserver method with `logout' command");
660 it), then this variant of "cvs logout" might give a false sense
/netbsd-current/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c237 if (logout(tty))
/netbsd-current/libexec/telnetd/
H A Dsys_term.c771 if (logout(p))
/netbsd-current/libexec/rlogind/
H A Drlogind.c573 if (logout(p))

Completed in 397 milliseconds

12