Searched refs:chgsbsize (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | resourcevar.h | 142 int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to,
|
/freebsd/sys/kern/ |
H A D | uipc_sockbuf.c | 671 if (!chgsbsize(so->so_cred->cr_uidinfo, &sb->sb_hiwat, cc, in sbreserve_locked_limit() 788 (void)chgsbsize(so->so_cred->cr_uidinfo, &sb->sb_hiwat, 0, in sbrelease_internal()
|
H A D | kern_resource.c | 1698 chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to, rlim_t max) in chgsbsize() function
|
H A D | uipc_socket.c | 886 (void)chgsbsize(so->so_cred->cr_uidinfo, in sodealloc() 889 (void)chgsbsize(so->so_cred->cr_uidinfo, in sodealloc()
|
H A D | uipc_usrreq.c | 3270 (void)chgsbsize(so->so_cred->cr_uidinfo, &sb->sb_hiwat, 0, in unp_dispose()
|