Searched refs:lastlog (Results 1 – 16 of 16) 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 | 202 --with-lastlog=FILE will specify the location of the lastlog file. 203 ./configure searches a few locations for lastlog, but may not find 204 it if lastlog is installed in a different place. 206 --without-lastlog will disable lastlog support entirely.
|
| H A D | configure.ac | 646 # lastlog.h requires sys/time.h to be included first on Solaris 647 AC_CHECK_HEADERS([lastlog.h], [], [], [ 775 dnl AIX handles lastlog as part of its login message 776 AC_DEFINE([DISABLE_LASTLOG], [1], [Define if you don't want to use lastlog]) 852 [Define if pututxline updates lastlog too]) 1176 conf_lastlog_location="/usr/adm/lastlog" 1231 # hardwire lastlog location (can't detect it on some versions) 1232 conf_lastlog_location="/var/adm/lastlog" 1294 conf_lastlog_location=/var/adm/lastlog 2573 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 | 1556 offset = (off_t) ((u_long)li->uid * sizeof(struct lastlog)); in lastlog_openseek() 1586 struct lastlog last; in lastlog_write_entry() 1639 struct lastlog last; in lastlog_get_entry()
|
| H A D | FREEBSD-upgrade | 184 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 | 4188 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; in zpool_vdev_split() local 4268 if (lastlog == 0) in zpool_vdev_split() 4269 lastlog = vcount; in zpool_vdev_split() 4273 lastlog = 0; in zpool_vdev_split() 4350 (const nvlist_t **)varray, lastlog == 0 ? vcount : lastlog) != 0) in zpool_vdev_split()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 9330 uint_t c, children, lastlog; local 9376 lastlog = 0; 9383 if (lastlog == 0) 9384 lastlog = c; 9388 lastlog = 0; 9390 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
|