Home
last modified time | relevance | path

Searched full:lifetime (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/freebsd/sbin/nvmecontrol/modules/samsung/
H A Dsamsung.c47 uint32_t lwaf; /* Lifetime Write Amplification */
49 uint64_t luw[2]; /* Lifetime User Writes */
50 uint64_t lnw[2]; /* Lifetime NAND Writes */
51 uint64_t lur[2]; /* Lifetime User Reads */
52 uint32_t lrbc; /* Lifetime Retired Block Count */
55 uint32_t luurb; /* Lifetime Unused Reserved Block */
57 uint64_t lueccc; /* Lifetime Uncorrectable ECC count */
58 uint32_t lurb; /* Lifetime Used Reserved Block */
78 { 0xab, "Lifetime Program Fail Count" }, in print_samsung_extended_smart()
79 { 0xac, "Lifetime Erase Fail Count" }, in print_samsung_extended_smart()
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DTicket_Settings.htm24 <li> <a href="#lifetime"> Ticket lifetime setting </a> </li>
33 <li> <a href="#lifetime"> Adjust the ticket lifetime setting </a> </li>
64 <th id="th2">Ticket lifetime </th><td>Valid Until</td>
66 <th id="th2">Renewable lifetime </th><td>Renewable Until</td>
76 <a name="lifetime"><h2>Ticket Lifetime </h2></a>
84 Ticket window. The Ticket Lifetime slider is below the Password field.
85 Move the slider left to shorten the lifetime; move the slider right to
86 lengthen the lifetime. </td>
91 Your Kerberos ticket will expire at the end of the lifetime specified
93 secure. To get a longer usable ticket lifetime without losing security,
[all …]
H A DTroubleshooting.htm13 <li> <a href="#ticket-lifetime"> Why doesn't my ticket lifetime match the lifetime I selected with…
17 <li> <a href="#set-preferences"> How do I set properties like the default ticket lifetime? </a></…
28 you could renew it, or because the ticket's renewable lifetime has been
40 <a name="ticket-lifetime"> </a><h3><a name="ticket-lifetime"> Why doesn't my ticket lifetime match…
42 lifetime length that is determined by the administrators. If your
43 installation uses a shorter maximum ticket lifetime than the default,
44 the Ticket Lifetime slider might show the default maximum instead of
49 a lifetime of only 5 hours.</p>
54 <h3> <a name="set-preferences"> How do I set properties like the default ticket lifetime?</a></h3>
H A DKINIT.htm23 <span class="command">[<b>-l</b> <i>lifetime</i>]</span>
57 <td> <i>lifetime</i>
58 requests a ticket with the lifetime <i>lifetime</i>. The value for
59 <i>lifetime</i> must be followed immediately by one of the following
70 If the <b>-l</b> option is not specified, the default ticket lifetime
71 (configured by each site) is used. Specifying a ticket lifetime
72 longer than the maximum ticket lifetime (configured by each
73 site) results in a ticket with the maximum lifetime.
80 <td> requests renewable tickets, with a total lifetime of <span class="command">-<i>renewable<…
H A DTickets.htm54 the ticket's lifetime. Note that some Kerberos installations will not
55 allow you to adjust the ticket lifetime. <br> <a href="HTML/Get_Tickets.htm">How to: Get Tickets </…
72 <td>Renewable tickets have a normal ticket lifetime, but they also have
73 a renewable lifetime that is much longer (usually several days). Each
74 time you renew your ticket, Kerberos resets the ticket lifetime to the
76 need to (once at time or automatically) until the renewable lifetime is
81 to adjust the ticket's renewable lifetime. <br>
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfCommon.cpp23 // Upper bound on lifetime access density (accesses per byte per lifetime sec)
26 "memprof-lifetime-access-density-cold-threshold", cl::init(0.05),
28 cl::desc("The threshold the lifetime access density (accesses per byte per "
29 "lifetime sec) must be under to consider an allocation cold"));
31 // Lower bound on lifetime to mark an allocation cold (in addition to accesses
34 "memprof-ave-lifetime-cold-threshold", cl::init(200), cl::Hidden,
35 cl::desc("The average lifetime (s) for an allocation to be considered "
38 // Lower bound on average lifetime accesses density (total life time access
41 "memprof-min-ave-lifetime-access-density-hot-threshold", cl::init(1000),
58 // Lifetime is expected to be in ms, so convert the threshold to ms. in getAllocType()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcontext_time.c39 OM_uint32 lifetime, in _gsskrb5_lifetime_left() argument
45 if (lifetime == 0) { in _gsskrb5_lifetime_left()
56 if (lifetime < timeret) in _gsskrb5_lifetime_left()
59 *lifetime_rec = lifetime - timeret; in _gsskrb5_lifetime_left()
72 OM_uint32 lifetime; in _gsskrb5_context_time() local
79 lifetime = ctx->lifetime; in _gsskrb5_context_time()
83 lifetime, time_rec); in _gsskrb5_context_time()
H A Dadd_cred.c50 OM_uint32 ret, lifetime; in _gsskrb5_add_cred() local
107 handle->lifetime = cred->lifetime; in _gsskrb5_add_cred()
207 NULL, &lifetime, NULL, actual_mechs); in _gsskrb5_add_cred()
212 *initiator_time_rec = lifetime; in _gsskrb5_add_cred()
214 *acceptor_time_rec = lifetime; in _gsskrb5_add_cred()
H A Dinquire_cred_by_mech.c48 OM_uint32 lifetime; in _gsskrb5_inquire_cred_by_mech() local
52 name, &lifetime, &usage, NULL); in _gsskrb5_inquire_cred_by_mech()
58 *initiator_lifetime = lifetime; in _gsskrb5_inquire_cred_by_mech()
65 *acceptor_lifetime = lifetime; in _gsskrb5_inquire_cred_by_mech()
H A Dinquire_cred.c40 OM_uint32 * lifetime, in _gsskrb5_inquire_cred() argument
128 if (lifetime != NULL) { in _gsskrb5_inquire_cred()
131 if (acred) alife = acred->lifetime; in _gsskrb5_inquire_cred()
132 if (icred) ilife = icred->lifetime; in _gsskrb5_inquire_cred()
137 lifetime); in _gsskrb5_inquire_cred()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp10 // lifetime markers machine instructions (LIFETIME_START and LIFETIME_END),
11 // which represent the possible lifetime of stack slots. It attempts to
73 /// The user may write code that uses allocas outside of the declared lifetime
81 cl::desc("Do not optimize lifetime zones that "
84 /// Enable enhanced dataflow scheme for lifetime analysis (treat first
85 /// use of stack slot as start of slot lifetime, as opposed to looking
89 LifetimeStartOnFirstUse("stackcoloring-lifetime-start-on-first-use",
94 STATISTIC(NumMarkerSeen, "Number of lifetime markers found.");
97 STATISTIC(EscapedAllocas, "Number of allocas that escaped the lifetime region");
155 // `z`'s lifetime is over after we exit from block `A:`, so any further
[all …]
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.conf.5150 (num) Router lifetime field
205 configures a prefix on the link with a lifetime that decrements in
240 (num) Valid lifetime field
244 (bool) This item means the advertised valid lifetime will decrement
247 (num) Preferred lifetime field
251 (bool) This item means the advertised preferred lifetime will decrement
303 (num) Specifies home agent lifetime.
347 (num) route lifetime field in route information option.
353 allows this item to be unspecified, and uses the router lifetime
399 The lifetime of the
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.h8 // This files implements a statement-local lifetime analysis.
32 // In an function call involving a lifetime capture, this would be the
33 // argument capturing the lifetime of another argument.
43 /// Check that the lifetime of the given expr (and its subobjects) is
44 /// sufficient for initializing the entity, and perform lifetime extension
49 /// Check that the lifetime of the given expr (and its subobjects) is
57 /// Check that the lifetime of the given expr (and its subobjects) is
H A DCheckExprLifetime.cpp21 /// The lifetime of a temporary bound to this entity ends at the end of the
25 /// The lifetime of a temporary bound to this entity is extended to the
29 /// The lifetime of a temporary bound to this entity probably ends too soon,
33 /// The lifetime of a temporary bound to this entity ends too soon, because
37 /// The lifetime of a temporary bound to this entity ends too soon, because
41 /// The lifetime of a temporary bound to this entity ends too soon, because
49 /// The lifetime of a temporary bound to this entity may end too soon,
54 /// The lifetime of a temporary bound to this entity may end too soon,
63 /// for the purpose of lifetime-extending a temporary bound to a reference in
71 // The temporary [...] persists for the lifetime of the reference in getEntityLifetime()
[all …]
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dinq_cred.c85 krb5_deltat lifetime; in krb5_gss_inquire_cred() local
129 lifetime = ts_interval(now, cred->expire); in krb5_gss_inquire_cred()
130 if (lifetime < 0) in krb5_gss_inquire_cred()
131 lifetime = 0; in krb5_gss_inquire_cred()
134 lifetime = GSS_C_INDEFINITE; in krb5_gss_inquire_cred()
184 *lifetime_ret = lifetime; in krb5_gss_inquire_cred()
195 ret = (lifetime == 0) ? GSS_S_CREDENTIALS_EXPIRED : GSS_S_COMPLETE; in krb5_gss_inquire_cred()
214 OM_uint32 lifetime; in krb5_gss_inquire_cred_by_mech() local
221 &lifetime, in krb5_gss_inquire_cred_by_mech()
229 *initiator_lifetime = lifetime; in krb5_gss_inquire_cred_by_mech()
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c107 u32 lifetime; member
664 * On TPK lifetime expiration, we have an option of either tearing down in wpa_tdls_tpk_timeout()
674 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR in wpa_tdls_tpk_timeout()
682 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR in wpa_tdls_tpk_timeout()
1243 /* Lifetime */ in wpa_tdls_send_tpk_m1()
1244 peer->lifetime = TPK_LIFETIME; in wpa_tdls_send_tpk_m1()
1248 "lifetime"); in wpa_tdls_send_tpk_m1()
1249 peer->lifetime = 301; in wpa_tdls_send_tpk_m1()
1253 "lifetime"); in wpa_tdls_send_tpk_m1()
1254 peer->lifetime = 0xffffffff; in wpa_tdls_send_tpk_m1()
[all …]
/freebsd/crypto/krb5/src/man/
H A Dkinit.man37 [\fB\-l\fP \fIlifetime\fP]
70 \fB\-l\fP \fIlifetime\fP
71 (\fI\%Time duration\fP string.) Requests a ticket with the lifetime
72 \fIlifetime\fP\&.
76 If the \fB\-l\fP option is not specified, the default ticket lifetime
77 (configured by each site) is used. Specifying a ticket lifetime
78 longer than the maximum ticket lifetime (configured by each site)
79 will not override the configured maximum ticket lifetime.
91 lifetime of \fIrenewable_life\fP\&.
/freebsd/sbin/ifconfig/
H A Daf_inet6.c66 struct in6_addrlifetime lifetime; member
73 .lifetime = { 0, 0, ND6_INFINITE_LIFETIME, ND6_INFINITE_LIFETIME },
143 struct in6_addrlifetime *lifetime = &in6_addreq.ifra_lifetime; in setip6lifetime() local
145 struct in6_addrlifetime *lifetime = &in6_add.lifetime; in setip6lifetime() local
155 lifetime->ia6t_expire = now.tv_sec + newval; in setip6lifetime()
156 lifetime->ia6t_vltime = newval; in setip6lifetime()
158 lifetime->ia6t_preferred = now.tv_sec + newval; in setip6lifetime()
159 lifetime->ia6t_pltime = newval; in setip6lifetime()
295 struct in6_addrlifetime lifetime; in in6_status() local
313 memset(&lifetime, 0, sizeof(lifetime)); in in6_status()
[all …]
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-commands.in96 help = "realm max ticket lifetime"
101 help = "realm max renewable lifetime"
156 argument ="lifetime"
157 help = "max ticket lifetime"
162 argument = "lifetime"
310 argument ="lifetime"
311 help = "max ticket lifetime"
316 argument = "lifetime"
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dkadm5_create.c48 char *name, char *realm, int attrs, int lifetime);
166 * lifetime (r) principal's max life, or 0
182 * attributes attrs and max life of lifetime (if not zero).
186 char *name, char *realm, int attrs, int lifetime) in add_admin_princ() argument
207 ent.max_life = lifetime; in add_admin_princ()
211 if (lifetime) in add_admin_princ()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_timeout.pod23 Whenever a new session is created, it is assigned a maximum lifetime. This
24 lifetime is specified by storing the creation time of the session and the
45 This timeout value is used as the ticket lifetime hint for stateless session
53 of 0 for the ticket lifetime hint.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSpillUtils.cpp56 /// Is the given alloca "local", i.e. bounded in lifetime to not cross a
267 // When we found the lifetime markers refers to a in visitIntrinsicInst()
268 // subrange of the original alloca, ignore the lifetime in visitIntrinsicInst()
329 // If lifetime information is available, we check it first since it's in computeShouldLiveOnFrame()
330 // more precise. We look at every pair of lifetime.start intrinsic and in computeShouldLiveOnFrame()
334 // If there is no explicit lifetime.end, then assume the address can in computeShouldLiveOnFrame()
339 // If there is a path from a lifetime.start to a suspend without a in computeShouldLiveOnFrame()
340 // corresponding lifetime.end, then the alloca's lifetime persists in computeShouldLiveOnFrame()
347 // Addresses are guaranteed to be identical after every lifetime.start so in computeShouldLiveOnFrame()
349 // suspend point between lifetime markers. This should also cover the in computeShouldLiveOnFrame()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c30 u_long lifetime; /* remaining lifetime */ member
79 u_long authkeyexpired; /* key lifetime expirations */
481 u_long lifetime, in allocsymkey() argument
503 sk->lifetime = lifetime; in allocsymkey()
639 u_long lifetime; in authtrust()
658 * its lifetime. If no longer trusted, return it to the in authtrust()
666 sk->lifetime = current_time + trust; in authtrust()
668 sk->lifetime in authtrust()
636 u_long lifetime; authtrust() local
[all...]
/freebsd/lib/libmemstat/
H A Dlibmemstat.3297 lifetime.
299 Return the total number of bytes freed for the memory type over its lifetime.
301 Return the total number of allocations for the memory type over its lifetime.
303 Return the total number of frees for the memory type over its lifetime.
334 bytes of memory allocated for the memory type on the CPU over its lifetime.
337 bytes of memory freed from the memory type on the CPU over its lifetime.
340 allocations for the memory type on the CPU over its lifetime.
343 frees for the memory type on the CPU over its lifetime.
/freebsd/lib/libgssapi/
H A Dgss_inquire_cred.c56 OM_uint32 *lifetime, in gss_inquire_cred() argument
75 if (lifetime) in gss_inquire_cred()
76 *lifetime = 0; in gss_inquire_cred()
192 if (lifetime) in gss_inquire_cred()
193 *lifetime = min_lifetime; in gss_inquire_cred()

12345678910>>...41