Searched refs:limit_adjust (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/plimit/ |
H A D | plimit.c | 351 limit_adjust(struct rlimit64 *rp, int units) in limit_adjust() function 408 limit_adjust(&rlim, 1024); in show_limits() 411 limit_adjust(&rlim, 1024 * 1024); in show_limits() 414 limit_adjust(&rlim, 512); in show_limits() 420 limit_adjust(&rlim, 1024 * 1024); in show_limits() 423 limit_adjust(&rlim, 1024); in show_limits() 429 limit_adjust(&rlim, 1024 * 1024); in show_limits() 432 limit_adjust(&rlim, 1024); in show_limits() 438 limit_adjust(&rlim, 1024); in show_limits() 441 limit_adjust(&rlim, 1024 * 1024); in show_limits() [all …]
|