Home
last modified time | relevance | path

Searched refs:lastlog (Results 1 – 17 of 17) sorted by relevance

/freebsd/sbin/routed/
H A Dtrace.c150 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 Ddefs.h520 void lastlog(void);
H A Drdisc.c114 lastlog(); in trace_rdisc()
/freebsd/crypto/openssh/contrib/cygwin/
H A Dssh-host-config354 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 DINSTALL199 --with-lastlog=FILE will specify the location of the lastlog file.
200 ./configure searches a few locations for lastlog, but may not find
201 it if lastlog is installed in a different place.
203 --without-lastlog will disable lastlog support entirely.
H A Dconfigure.ac589 # lastlog.h requires sys/time.h to be included first on Solaris
590 AC_CHECK_HEADERS([lastlog.h], [], [], [
715 dnl AIX handles lastlog as part of its login message
716 AC_DEFINE([DISABLE_LASTLOG], [1], [Define if you don't want to use lastlog])
794 [Define if pututxline updates lastlog too])
1116 conf_lastlog_location="/usr/adm/lastlog"
1152 # hardwire lastlog location (can't detect it on some versions)
1153 conf_lastlog_location="/var/adm/lastlog"
1215 conf_lastlog_location=/var/adm/lastlog
2435 dnl Checks for lastlog functions
[all …]
H A DOVERVIEW114 Logging in (updating utmp, lastlog, etc.)
118 and lastlog files. Some of the code is in sshd.c.
H A Dloginrec.c1559 offset = (off_t) ((u_long)li->uid * sizeof(struct lastlog)); in lastlog_openseek()
1589 struct lastlog last; in lastlog_write_entry()
1642 struct lastlog last; in lastlog_get_entry()
H A DFREEBSD-upgrade179 lastlog.ll_line, but uses it to disable the PrintLastLog configuration
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm6125-xiaomi-ginkgo.dts46 last_log_mem: lastlog@ffbc0000 {
H A Dsm6125-xiaomi-laurel-sprout.dts45 last_log_mem: lastlog@ffbc0000 {
H A Dsm6375.dtsi633 last_log_mem: lastlog@ffbc0000 {
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok336 lastlog
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3935 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; in zpool_vdev_split() local
4015 if (lastlog == 0) in zpool_vdev_split()
4016 lastlog = vcount; in zpool_vdev_split()
4020 lastlog = 0; in zpool_vdev_split()
4097 (const nvlist_t **)varray, lastlog == 0 ? vcount : lastlog) != 0) in zpool_vdev_split()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c8625 uint_t c, children, lastlog; local
8669 lastlog = 0;
8676 if (lastlog == 0)
8677 lastlog = c;
8681 lastlog = 0;
8683 if (children != (lastlog != 0 ? lastlog : rvd->vdev_children))
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog490 lastlog) that we believed to always be time_t. this has proven
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog610 (like in lastlog) that we believed to always be time_t. this has