Searched refs:lastlog (Results 1 – 17 of 17) sorted by relevance
/freebsd/sbin/routed/ |
H A D | trace.c | 150 lastlog(void) in lastlog() function 166 lastlog(); in tmsg() 222 lastlog(); in trace_off() 622 lastlog(); in trace_if() 662 lastlog(); in trace_upslot() 715 lastlog(); in trace_misc() 733 lastlog(); in trace_act() 751 lastlog(); in trace_pkt() 776 lastlog(); in trace_change() 807 lastlog(); in trace_add_del() [all …]
|
H A D | defs.h | 520 void lastlog(void);
|
H A D | rdisc.c | 114 lastlog(); in trace_rdisc()
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | ssh-host-config | 354 if ! chown "${run_service_as}".544 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1 642 if [ -e ${LOCALSTATEDIR}/log/lastlog -a ! -f ${LOCALSTATEDIR}/log/lastlog ] 648 if [ ! -e ${LOCALSTATEDIR}/log/lastlog ] 650 /usr/bin/cat /dev/null > ${LOCALSTATEDIR}/log/lastlog 651 if ! /usr/bin/chmod 644 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1
|
/freebsd/crypto/openssh/ |
H A D | INSTALL | 197 --with-lastlog=FILE will specify the location of the lastlog file. 198 ./configure searches a few locations for lastlog, but may not find 199 it if lastlog is installed in a different place. 201 --without-lastlog will disable lastlog support entirely.
|
H A D | configure.ac | 582 # lastlog.h requires sys/time.h to be included first on Solaris 583 AC_CHECK_HEADERS([lastlog.h], [], [], [ 704 dnl AIX handles lastlog as part of its login message 705 AC_DEFINE([DISABLE_LASTLOG], [1], [Define if you don't want to use lastlog]) 782 [Define if pututxline updates lastlog too]) 1082 conf_lastlog_location="/usr/adm/lastlog" 1118 # hardwire lastlog location (can't detect it on some versions) 1119 conf_lastlog_location="/var/adm/lastlog" 1181 conf_lastlog_location=/var/adm/lastlog 2350 dnl Checks for lastlog functions [all …]
|
H A D | OVERVIEW | 114 Logging in (updating utmp, lastlog, etc.) 118 and lastlog files. Some of the code is in sshd.c.
|
H A D | loginrec.c | 1491 offset = (off_t) ((u_long)li->uid * sizeof(struct lastlog)); in lastlog_openseek() 1521 struct lastlog last; in lastlog_write_entry() 1574 struct lastlog last; in lastlog_get_entry()
|
H A D | FREEBSD-upgrade | 174 lastlog.ll_line, but uses it to disable the PrintLastLog configuration
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 336 lastlog
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm6125-xiaomi-laurel-sprout.dts | 45 last_log_mem: lastlog@ffbc0000 {
|
H A D | sm6375.dtsi | 633 last_log_mem: lastlog@ffbc0000 {
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3861 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; in zpool_vdev_split() local 3941 if (lastlog == 0) in zpool_vdev_split() 3942 lastlog = vcount; in zpool_vdev_split() 3946 lastlog = 0; in zpool_vdev_split() 4023 (const nvlist_t **)varray, lastlog == 0 ? vcount : lastlog) != 0) in zpool_vdev_split()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 8325 uint_t c, children, lastlog; local 8369 lastlog = 0; 8376 if (lastlog == 0) 8377 lastlog = c; 8381 lastlog = 0; 8383 if (children != (lastlog != 0 ? lastlog : rvd->vdev_children))
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 490 lastlog) that we believed to always be time_t. this has proven
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 610 (like in lastlog) that we believed to always be time_t. this has
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16479 OLD_FILES+=usr/share/man/man5/lastlog.5.gz
|