Searched defs:limit_adjust (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c352 limit_adjust(struct rlimit64 *rp, int units) function
409 limit_adjust(&rlim, 1024);
412 limit_adjust(&rlim, 1024 * 1024);
415 limit_adjust(&rlim, 512);
421 limit_adjust(&rlim, 1024 * 1024);
424 limit_adjust(&rlim, 1024);
430 limit_adjust(&rlim, 1024 * 1024);
433 limit_adjust(&rlim, 1024);
439 limit_adjust(&rlim, 1024);
442 limit_adjust(
[all...]

Completed in 45 milliseconds