Searched refs:lastlog (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dincludes.h70 # include <lastlog.h>
H A Dloginrec.c50 ** loginrec.c: platform-independent login recording and lastlog retrieval
89 * Retrieving the time of last login ('lastlog') is in some ways even
129 * login time. It uses local system lastlog support if it can,
264 * system lastlog facilities if they are available, but will fall back
272 * DISABLE_LASTLOG: If set, *never* even try to retrieve lastlog
274 * USE_LASTLOG: If set, indicates the presence of system lastlog
276 * try to retrieve lastlog information from wtmp/wtmpx.
290 * login_get_lastlog(struct logininfo *, int) - Retrieve a lastlog entry
293 * information from the system lastlog data, or from wtmp/wtmpx if no
294 * system lastlog informatio
[all...]
/freebsd-current/crypto/openssh/contrib/cygwin/
H A Dssh-host-config354 if ! chown "${run_service_as}".544 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1
356 csih_warning "Couldn't change owner of ${LOCALSTATEDIR}/log/lastlog!"
641 # Create /var/log/lastlog if not already exists
642 if [ -e ${LOCALSTATEDIR}/log/lastlog -a ! -f ${LOCALSTATEDIR}/log/lastlog ]
645 csih_error_multi "${LOCALSTATEDIR}/log/lastlog exists, but is not a file." \
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
653 csih_warning "Can't set permissions on ${LOCALSTATEDIR}/log/lastlog!"
[all...]
/freebsd-current/sbin/routed/
H A Dtrace.c150 lastlog(void) function
166 lastlog();
222 lastlog();
622 lastlog();
662 lastlog();
715 lastlog();
733 lastlog();
751 lastlog();
776 lastlog();
807 lastlog();
[all...]
H A Ddefs.h520 void lastlog(void);
H A Drdisc.c114 lastlog();
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3741 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; local
3821 if (lastlog == 0)
3822 lastlog = vcount;
3826 lastlog = 0;
3903 (const nvlist_t **)varray, lastlog == 0 ? vcount : lastlog) != 0)
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c8241 uint_t c, children, lastlog; local
8285 lastlog = 0;
8292 if (lastlog == 0)
8293 lastlog = c;
8297 lastlog = 0;
8299 if (children != (lastlog != 0 ? lastlog : rvd->vdev_children))

Completed in 302 milliseconds