/freebsd/sbin/nvmecontrol/modules/samsung/ |
H A D | samsung.c | 47 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/heimdal/lib/gssapi/krb5/ |
H A D | context_time.c | 39 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 D | add_cred.c | 50 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 D | inquire_cred_by_mech.c | 48 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 D | inquire_cred.c | 40 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 D | StackColoring.cpp | 10 // lifetime markers machine instructions (LIFETIME_START and LIFETIME_END), 11 // which represent the possible lifetime of stack slots. It attempts to 72 /// The user may write code that uses allocas outside of the declared lifetime 80 cl::desc("Do not optimize lifetime zones that " 83 /// Enable enhanced dataflow scheme for lifetime analysis (treat first 84 /// use of stack slot as start of slot lifetime, as opposed to looking 88 LifetimeStartOnFirstUse("stackcoloring-lifetime-start-on-first-use", 93 STATISTIC(NumMarkerSeen, "Number of lifetime markers found."); 96 STATISTIC(EscapedAllocas, "Number of allocas that escaped the lifetime region"); 154 // `z`'s lifetime is over after we exit from block `A:`, so any further [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CheckExprLifetime.cpp | 20 /// The lifetime of a temporary bound to this entity ends at the end of the 24 /// The lifetime of a temporary bound to this entity is extended to the 28 /// The lifetime of a temporary bound to this entity probably ends too soon, 32 /// The lifetime of a temporary bound to this entity ends too soon, because 36 /// The lifetime of a temporary bound to this entity ends too soon, because 44 /// The lifetime of a temporary bound to this entity probably ends too soon, 54 /// for the purpose of lifetime-extending a temporary bound to a reference in 62 // The temporary [...] persists for the lifetime of the reference in getEntityLifetime() 103 // -- The lifetime of a temporary bound to the returned value in a in getEntityLifetime() 109 // FIXME: Should we lifetime-extend through the result of a statement in getEntityLifetime() [all …]
|
H A D | CheckExprLifetime.h | 8 // This files implements a statement-local lifetime analysis. 27 /// Check that the lifetime of the given expr (and its subobjects) is 28 /// sufficient for initializing the entity, and perform lifetime extension 33 /// Check that the lifetime of the given expr (and its subobjects) is
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | tdls.c | 107 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() 1237 /* Lifetime */ in wpa_tdls_send_tpk_m1() 1238 peer->lifetime = TPK_LIFETIME; in wpa_tdls_send_tpk_m1() 1242 "lifetime"); in wpa_tdls_send_tpk_m1() 1243 peer->lifetime = 301; in wpa_tdls_send_tpk_m1() 1247 "lifetime"); in wpa_tdls_send_tpk_m1() 1248 peer->lifetime = 0xffffffff; in wpa_tdls_send_tpk_m1() [all …]
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.conf.5 | 150 (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 o [all...] |
/freebsd/sbin/ifconfig/ |
H A D | af_inet6.c | 66 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryProfileInfo.cpp | 21 // Upper bound on lifetime access density (accesses per byte per lifetime sec) 24 "memprof-lifetime-access-density-cold-threshold", cl::init(0.05), 26 cl::desc("The threshold the lifetime access density (accesses per byte per " 27 "lifetime sec) must be under to consider an allocation cold")); 29 // Lower bound on lifetime to mark an allocation cold (in addition to accesses 32 "memprof-ave-lifetime-cold-threshold", cl::init(200), cl::Hidden, 33 cl::desc("The average lifetime (s) for an allocation to be considered " 36 // Lower bound on average lifetime accesses density (total life time access 39 "memprof-min-ave-lifetime-access-density-hot-threshold", cl::init(1000), 55 // Lifetime is expected to be in ms, so convert the threshold to ms. in getAllocType()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 90 help = "realm max ticket lifetime" 95 help = "realm max renewable lifetime" 150 argument ="lifetime" 151 help = "max ticket lifetime" 156 argument = "lifetime" 304 argument ="lifetime" 305 help = "max ticket lifetime" 310 argument = "lifetime"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_timeout.pod | 23 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/ntp/libntp/ |
H A D | authkeys.c | 30 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 D | libmemstat.3 | 297 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 D | gss_inquire_cred.c | 56 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()
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_inquire_cred.c | 49 OM_uint32 *lifetime, in gss_inquire_cred() argument 68 if (lifetime) in gss_inquire_cred() 69 *lifetime = 0; in gss_inquire_cred() 184 if (lifetime) in gss_inquire_cred() 185 *lifetime = min_lifetime; in gss_inquire_cred()
|
/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 96 /* Default lifetime (0 == forever) */ 97 static int lifetime = 0; variable 379 lifetime, confirm, maxsign, skprovider, in add_file() 385 if (lifetime != 0) { in add_file() 387 "Lifetime set to %d seconds\n", lifetime); in add_file() 433 lifetime, confirm, maxsign, skprovider, in add_file() 443 if (lifetime != 0) { in add_file() 444 fprintf(stderr, "Lifetime set to %d seconds\n", in add_file() 445 lifetime); in add_file() 480 lifetime, confirm, dest_constraints, ndest_constraints, in update_card() [all …]
|
/freebsd/crypto/heimdal/kcm/ |
H A D | kcm.8 | 60 .Fl Fl lifetime= Ns Ar time 146 .It Fl l Ar time , Fl Fl lifetime= Ns Ar time 147 lifetime of system tickets 153 renewable lifetime of system tickets
|
/freebsd/usr.sbin/nscd/ |
H A D | parser.c | 130 struct timeval lifetime; in set_positive_time_to_live() local 135 memset(&lifetime, 0, sizeof(struct timeval)); in set_positive_time_to_live() 136 lifetime.tv_sec = ttl; in set_positive_time_to_live() 140 &lifetime, sizeof(struct timeval)); in set_positive_time_to_live() 142 &lifetime, sizeof(struct timeval)); in set_positive_time_to_live() 152 struct timeval lifetime; in set_negative_time_to_live() local 157 memset(&lifetime, 0, sizeof(struct timeval)); in set_negative_time_to_live() 158 lifetime.tv_sec = nttl; in set_negative_time_to_live() 163 &lifetime, sizeof(struct timeval)); in set_negative_time_to_live()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 1 //===- StackLifetime.h - Alloca Lifetime Analysis --------------*- C++ -*--===// 31 /// defined as instructions that may start or end an alloca's lifetime. These 33 /// * lifetime.start and lifetime.end intrinsics 111 /// The set of allocas that have at least one lifetime.start. All other
|
/freebsd/sys/nfsclient/ |
H A D | nfsmount.h | 67 int nm_acdirmin; /* Directory attr cache min lifetime */ 68 int nm_acdirmax; /* Directory attr cache max lifetime */ 69 int nm_acregmin; /* Reg file attr cache min lifetime */ 70 int nm_acregmax; /* Reg file attr cache max lifetime */
|
/freebsd/sys/netipsec/ |
H A D | ipsec.h | 104 * lifetime handler. 105 * the policy can be used without limitiation if both lifetime and 107 * "lifetime" is passed by sadb_lifetime.sadb_lifetime_addtime. 112 long lifetime; /* duration of the lifetime of this policy */ member 148 time_t created; /* for lifetime */ 149 int count; /* for lifetime */
|
/freebsd/contrib/netbsd-tests/net/net/ |
H A D | t_ipv6_lifetime.sh | 39 atf_set "descr" "Tests for IPv6 address lifetime" 56 # A normal IP address doesn't contain preferred/valid lifetime 63 # Setting only a preferred lifetime 74 # Setting only a valid lifetime (invalid)
|