Searched refs:expired (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c177 int authsuccess = 0, expired, reenter, result; local
200 * Check if the user's password is expired.
202 expired = passwdexpired(name, &msg);
207 debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
209 switch (expired) {
210 case 0: /* password not expired */
212 case 1: /* expired, password change required */
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl421 } elsif (/TCP-connection from IPv[46]:([0-9\.:a-fA-F]+) expired after [0-9]+ bytes/) {
473 } elsif (/krb_rd_req: Ticket expired \(krb_rd_req\)/) {
474 } elsif (/Ticket expired \(.*\)/) {
490 } elsif (/Failed to verify AP-REQ: Ticket expired/) {
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dklist.c192 printf(N_(" (expired)", ""));
341 int expired; local
361 expired = time(NULL) > creds.times.endtime;
368 return expired;
518 int expired = 0; local
526 expired = check_for_tgt (context, id, principal, &t);
535 if (expired)
/freebsd-11-stable/sys/geom/sched/
H A Dgs_rr.c402 int expired; local
458 expired = g_rr_queue_expired(qp); /* are we expired ? */
460 if (expired) {
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c710 if(!ssl_printf(ssl, "%s.num.expired"SQ"%lu\n", nm,
1602 time_t expired; member in struct:del_info
1629 if(d->ttl > inf->expired) {
1630 d->ttl = inf->expired;
1653 /* what we do is to set them all expired */
1658 inf.expired = *worker->env.now;
1659 inf.expired -= 3; /* handle 3 seconds skew between threads */
1688 if(d->ttl > inf->expired) {
1689 d->ttl = inf->expired;
1704 if(d->ttl > inf->expired) {
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h569 * @throw bad_weak_ptr when __r.expired(),
848 if (expired())
865 return expired() ? __shared_ptr<element_type, _Lp>()
876 expired() const // never throws function in class:std::__weak_ptr
1085 if (this->expired())
1097 return this->expired() ? shared_ptr<_Tp>()
/freebsd-11-stable/contrib/amd/amd/
H A Dmap.c1018 int expired = 0; local
1022 expired = 1;
1049 if (!mp->am_child && mf->mf_error >= 0 && expired) {
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c438 time_t expired = time((time_t *) 0) + dialog_vars.timeout_secs; local
482 && current >= expired) {
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h192 bool expired; member in struct:prof_tdata_s
390 } else if (unlikely(tdata->expired)) {
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h91 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
292 #define sqlite3_expired sqlite3_api->expired
H A Dsqlite3.c5623 ** then the BLOB handle is marked as "expired".
5627 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
5731 ** ^An attempt to read from an expired [BLOB handle] fails with an
5765 ** ^An attempt to write to an expired [BLOB handle] fails with an
5767 ** before the [BLOB handle] expired are not rolled back by the
5769 ** have been overwritten by the statement that expired the BLOB handle
12846 u8 expired; /* True if the VM needs to be recompiled */ member in struct:Vdbe
[all...]
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.c448 /* it expired, try to reuse existing entry */
527 /* expired, reuse existing entry */
574 int needtoinsert = 0, expired = 0; local
584 expired = 1;
589 if(needtoinsert || expired) {
590 /* timeout on entry that has expired before the timer
722 /* expired entry */
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c85 * {attached,detached,expired}.
1270 if (!tdata->expired) {
1577 * Iterate over tdatas, and for the non-expired ones snapshot their tctx
1813 tdata->expired = false;
1939 if (!tdata->expired) {
1940 tdata->expired = true;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c127 * object, and this reference should be released when state becomes expired.
183 SLIST_ENTRY(dyn_ipv4_state) expired;
208 SLIST_ENTRY(dyn_ipv6_state) expired;
253 * Unlinked entries are linked into expired lists using "expired" field.
302 mtx_init(&V_dyn_expire_lock, "IPFW expired states list", NULL, MTX_DEF)
2014 * Free safe to remove state entries from expired lists.
2055 * Free expired states that are safe to free.
2066 next = SLIST_NEXT(s, expired); \
2077 s, dyn_ ## name ## _state, expired); \
[all...]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in177 # 4. current file expired or expires soon
368 logger(LOG_DEBUG, 'File expired on ' . gmtime($EXPIRES));
440 If the leapfile does not exist, is not valid, has expired, or is
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h99 int (*expired)(sqlite3_stmt*); member in struct:sqlite3_api_routines
424 #define sqlite3_expired sqlite3_api->expired
H A Dsqlite3.c8264 ** then the BLOB handle is marked as "expired".
8268 ** an expired BLOB handle fail with a return code of [SQLITE_ABORT].
8377 ** ^An attempt to read from an expired [BLOB handle] fails with an
8418 ** ^An attempt to write to an expired [BLOB handle] fails with an
8420 ** before the [BLOB handle] expired are not rolled back by the
8422 ** have been overwritten by the statement that expired the BLOB handle
21410 bft expired:2; /* 1: recompile VM immediately 2: when convenient */ member in struct:Vdbe
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h773 u_int32 expired; /* number of expired keys */ member in struct:info_auth
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c660 printf("offsetof(expired) = %d\n",
661 (int) offsetof(struct info_auth, expired));
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c752 uint8_t expired = 0; local
775 KASSERT(!expired, ("%s:%d: fail", __func__, __LINE__));
776 expired = 1;
779 DPRINTF(sc, BWN_DEBUG_LO, "expired BB %u RF %u %u I %d Q %d\n",
786 if (expired || TAILQ_EMPTY(&lo->calib_list)) {
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c3512 return 1; /* expired, the sent serial is better than expired
3613 /** set a zone expired */
3616 int expired)
3622 xfr->zone_expired = expired;
3637 z->zone_expired = expired;
6499 /* see if zone has expired, and if so, also set auth_zone expired */
3615 auth_xfer_set_expired(struct auth_xfer* xfr, struct module_env* env, int expired) argument
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2352 fprintf(fp, "expired keys: %lu\n",
2353 (u_long)ntohl(ia->expired));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c2133 ia->expired = htonl((u_int32)authkeyexpired);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3956 if (m_debug_map_symfile == nullptr && !m_debug_map_module_wp.expired()) {

Completed in 1281 milliseconds