Searched refs:rlim_t (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | resource.h | 83 typedef unsigned long rlim_t; typedef 85 #define RLIM_INFINITY ((rlim_t)-3) 86 #define RLIM_SAVED_MAX ((rlim_t)-2) 87 #define RLIM_SAVED_CUR ((rlim_t)-1) 97 typedef unsigned long rlim_t; typedef 105 typedef u_longlong_t rlim_t; typedef 107 #define RLIM_INFINITY ((rlim_t)-3) 108 #define RLIM_SAVED_MAX ((rlim_t)-2) 109 #define RLIM_SAVED_CUR ((rlim_t)-1) 133 rlim_t rlim_cu [all...] |
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | sunw_port_after.h | 86 #define RLIMIT_TYPE rlim_t
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | ulimit.h | 67 # define INFINITY ((rlim_t)-1L) 97 typedef long rlim_t; typedef
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | ulimit.c | 48 rlim_t divisor; 68 rlim_t limit, new_limit;
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | doulimit.c | 121 rlim_t limit;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | pclose.c | 85 static rlim_t nfiles = 0;
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | ulimit.c | 80 rlim_t i;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | types.h | 185 typedef __rlim_t rlim_t; /* resource limit */ typedef
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | rlimit.c | 237 retval = (rlim_t)fdno_ctl; 263 * rlim_cur or rlim_max is not representable in 32-bit rlim_t. These 279 * cannot be represented in rlim_t. For more discussion refer to
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 158 (rlim_t)RLIM_INFINITY, (rlim_t)RLIM_INFINITY
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.func.c | 54 static int getval(struct limits *lp, tchar **v, rlim_t *); 1309 rlim_t limit; 1346 getval(struct limits *lp, tchar **v, rlim_t *retval) 1348 rlim_t value, tmp, tmp2; 1372 tmp = value * (rlim_t)lp->limdiv; 1488 rlim_t limit; 1543 setlim(struct limits *lp, tchar hard, rlim_t limit)
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 182 rlim_t limit;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 561 rlim_t limit; 606 limit = (rlim_t)uiop->uio_llimit;
|
Completed in 137 milliseconds