Home
last modified time | relevance | path

Searched refs:ulimit (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/bin/ksh/
H A Dc_ulimit.c37 extern long ulimit();
217 val = ulimit(l->gcmd, (rlim_t) 0);
268 } else if (ulimit(l->scmd, val) < 0) {
273 val = ulimit(l->gcmd, (rlim_t) 0);
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dfile_limit.c65 if ((limit = ulimit(UL_GETFSIZE, 0)) < 0) in get_file_limit()
85 if (ulimit(UL_SETFSIZE, limit / ULIMIT_BLOCK_SIZE) < 0) in set_file_limit()
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_ctl_defs.h79 unsigned int ulimit; /* TDDP region end address */ member
95 unsigned int ulimit; member
H A Dcxgb_offload.c244 uiip->ulimit = t3_read_reg(adapter, A_ULPRX_ISCSI_ULIMIT); in cxgb_ulp_iscsi_ctl()
404 ddpp->ulimit = t3_read_reg(adapter, A_ULPRX_TDDP_ULIMIT); in cxgb_offload_ctl()
/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmem-limits.h121 extern long ulimit (); in get_lim_data()
127 lim_data = ulimit (3, 0); in get_lim_data()
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dvnode.h268 offset_t offset, enum uio_seg seg, int ioflag, uint64_t ulimit, cred_t *cr, in zfs_vn_rdwr() argument
276 ASSERT(ulimit == RLIM64_INFINITY); in zfs_vn_rdwr()
286 #define vn_rdwr(rw, vp, base, len, offset, seg, ioflag, ulimit, cr, residp) \ argument
287 zfs_vn_rdwr((rw), (vp), (base), (len), (offset), (seg), (ioflag), (ulimit), (cr), (residp))
/netbsd-src/include/
H A Dulimit.h41 long int ulimit(int, ...);
/netbsd-src/lib/libc/gen/
H A Dulimit.c43 ulimit(int cmd, ...) in ulimit() function
/netbsd-src/etc/root/
H A Ddot.profile20 #ulimit -c 0
/netbsd-src/external/bsd/am-utils/dist/
H A DBUGS132 listed in the ulimit. If the ulimit is infinite, plock() will try to take
134 Normally ulimit may be set to a few gigs of max memory usage, but even that
137 your ulimit before starting amd. This can be done inside the ctl-amd
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.10.rst
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThreadSanitizer.rst121 This means that tools like ``ulimit`` may not work as usually expected.
H A DMemorySanitizer.rst200 address space. This means that tools like ``ulimit`` may not work as
H A DAddressSanitizer.rst266 virtual address space. This means that tools like ``ulimit`` may not work as
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Daclocal.m4706 [AC_MSG_CHECKING(whether ulimit can substitute for getdtablesize)
711 #include <ulimit.h>
716 long maxfds = ulimit(4, 0L);
720 [AC_MSG_WARN(cannot check ulimit if cross compiling -- defaulting to no)
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dfaq.txt136 On most systems, "ulimit -a" will show the current resource limits.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop1511 ulimit
/netbsd-src/external/bsd/cron/dist/
H A DMAIL375 One other minor thing to consider is the ulimit: can different users get
378 << Boy I'm ignorant today. What's a ulimit, and what should I do with
/netbsd-src/share/man/tools/
H A Dsp.ignore521 ulimit
/netbsd-src/external/public-domain/xz/dist/
H A DREADME167 for example in GNU bash it is done with "ulimit -c unlimited",
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt4290 ulimit
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLibFuzzer.rst273 If running w/o ASAN/MSAN, you may use 'ulimit -v' instead.
/netbsd-src/external/ibm-public/postfix/dist/
H A DWISHLIST1146 Med: separate ulimit for delivery to command?
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog1543 - Fix unit test for added ulimit checks.
7698 - rlimit adjustments for select and ulimit can happen at the same time.
9834 - unbound tries to set the ulimit fds when started as server.
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog3920 easily under 256 ulimit (a common default).

12