Lines Matching defs:hard
1418 "Soft allocations limit more than hard limit"));
1421 "Soft bytes limit more than hard limit"));
1424 "than hard expiration time"));
1427 "than hard expiration time"));
1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft,
1893 if (hard != NULL &&
1894 hard->sadb_lifetime_len != SADB_8TO64(sizeof (*hard))) {
1897 SADB_64TO8(hard->sadb_lifetime_len));
2022 if (hard != NULL) {
2028 hard->sadb_lifetime_bytes,
2029 bytecnt2out(hard->sadb_lifetime_bytes, byte_str,
2031 hard->sadb_lifetime_allocations);
2034 hard_prefix, hard->sadb_lifetime_addtime,
2035 secs2out(hard->sadb_lifetime_addtime, secs_str,
2039 hard_prefix, hard->sadb_lifetime_usetime,
2040 secs2out(hard->sadb_lifetime_usetime, secs_str,
2044 if (hard->sadb_lifetime_bytes != 0)
2048 (hard->sadb_lifetime_bytes >
2050 hard->sadb_lifetime_bytes -
2052 (hard->sadb_lifetime_bytes >
2054 bytecnt2out(hard->sadb_lifetime_bytes -
2057 if (hard->sadb_lifetime_addtime != 0 ||
2058 (hard->sadb_lifetime_usetime != 0 &&
2062 if (hard->sadb_lifetime_addtime != 0) {
2065 hard->sadb_lifetime_addtime -
2071 if (hard->sadb_lifetime_usetime != 0 &&
2075 hard->sadb_lifetime_usetime -
2812 prefix = "hard";