Searched refs:sp_max (Results 1 – 7 of 7) sorted by relevance
84 if (sp->sp_max > 0) { in check_shadow()85 if (today >= (sp->sp_lstchg + sp->sp_max)) { in check_shadow()89 && (today > (sp->sp_lstchg + sp->sp_max - sp->sp_warn))) { in check_shadow()91 (int)(sp->sp_lstchg + sp->sp_max - today)); in check_shadow()
102 (long long)spw->sp_lstchg, (long long)spw->sp_max); in auth_shadow_pwexpired()120 daysleft = spw->sp_lstchg + spw->sp_max - today; in auth_shadow_pwexpired()126 } else if (spw->sp_max == -1) { in auth_shadow_pwexpired()
420 if (sp->sp_max > 0) { in main()421 if (today >= sp->sp_lstchg + sp->sp_max) { in main()427 else if (today >= sp->sp_lstchg + sp->sp_max - sp->sp_warn) in main()429 (int)(sp->sp_lstchg + sp->sp_max -today)); in main()
682 off_t sp_max; /* if set, maximum bytes to splice */ member
231 int64_t sp_max; member1673 if (splice->sp_max < 0)1689 sp = so_splice_alloc(splice->sp_max);3962 splice.sp_max = splice32.sp_max;
158 sp->sp_max = max; in splice_init()
1967 sp->sp_fd, (uintmax_t)sp->sp_max, (intmax_t)sp->sp_idle.tv_sec, in ktrsplice()