Home
last modified time | relevance | path

Searched refs:sp_max (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/appl/login/
H A Dshadow.c84 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()
/freebsd/crypto/openssh/
H A Dauth-shadow.c102 (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()
/freebsd/crypto/heimdal/appl/su/
H A Dsu.c420 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()
/freebsd/sys/sys/
H A Dsocket.h679 off_t sp_max; /* if set, maximum bytes to splice */ member
/freebsd/sys/kern/
H A Duipc_socket.c231 int64_t sp_max; member
1658 if (splice->sp_max < 0)
1674 sp = so_splice_alloc(splice->sp_max);
3948 splice.sp_max = splice32.sp_max;
/freebsd/tests/sys/kern/
H A Dsocket_splice.c158 sp->sp_max = max; in splice_init()
/freebsd/usr.bin/kdump/
H A Dkdump.c1931 sp->sp_fd, (uintmax_t)sp->sp_max, (intmax_t)sp->sp_idle.tv_sec, in ktrsplice()