Searched defs:ulimit (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/compat/common/ |
H A D | ulimit.c | 34 ulimit(int cmd, long newlimit) function
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | doulimit.c | 46 #define ERR_SET_ULIMIT "unable to set ulimit to <%ld> blocks" 53 static struct rlimit ulimit = {RLIM_INFINITY, RLIM_INFINITY}; variable in typeref:struct:rlimit 59 void set_limit(); /* Called from installf to undo ulimit */ 109 n = setrlimit(RLIMIT_FSIZE, &ulimit); 133 ulimit.rlim_cur = (limit * 512); /* fslimit is in blocks */
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 43 #include <sys/ulimit.h> 50 * Perhaps ulimit could be moved into a user library, as calls to 55 ulimit(int cmd, long arg) function 73 * File size is returned in blocks for ulimit. 75 * didn't define the behaviour of ulimit. 254 return ((int)ulimit(cmd, (long)arg));
|
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 157 int ulimit() { } function
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 99 ulimit.h.3head \ 188 ulimit.3head \ 277 ulimit.3head := LINKSRC = ulimit.h.3head
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 519 ulimit.1 \ 644 ulimit.1 := LINKSRC = limit.1
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vnode.c | 750 rlim64_t ulimit, /* meaningful only if rw is UIO_WRITE */ 774 uio.uio_llimit = ulimit; 742 vn_rdwr( enum uio_rw rw, struct vnode *vp, caddr_t base, ssize_t len, offset_t offset, enum uio_seg seg, int ioflag, rlim64_t ulimit, cred_t *cr, ssize_t *residp) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 2871 * and ulimit are the lower and upper limits of the array values printed 2873 * and value pairs and ulimit and llimit parameters are ignored and instead 2882 int ulimit, 2892 IPQOSCDBG4(L0, "In print_int_array: size: %u, llimit: %u, ulimit: %u, " 2893 "enum_nvs: %x \n", size, llimit, ulimit, enum_nvs); 2899 get_str_val_value_range(enum_nvs, &llimit, &ulimit); 2911 for (x = llimit; x <= ulimit; x++) { 3411 int llimit, ulimit; local 3421 &arr_enum_nvs, &size, &llimit, &ulimit, 3430 llimit, ulimit, arr_enum_nv 2877 print_int_array( FILE *fp, int arr[], uint32_t size, int llimit, int ulimit, str_val_nd_t *enum_nvs, int tab_inserts) argument 4300 read_int_array( FILE *fp, char *first_token, int **arrp, uint32_t arr_size, int llimit, int ulimit, str_val_nd_t *enum_nvs) argument 6046 int llimit = 0, ulimit = 0; local [all...] |
Completed in 108 milliseconds