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

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dulimit.h67 # define INFINITY ((rlim_t)-1L)
97 typedef long rlim_t; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h83 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/boot/sys/sys/
H A Dtypes.h185 typedef __rlim_t rlim_t; /* resource limit */ typedef

Completed in 69 milliseconds