OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:olim
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/common/
kern_resource_43.c
76
struct orlimit
olim
;
local
80
memset(&
olim
, 0, sizeof(
olim
));
81
olim
.rlim_cur = p->p_rlimit[which].rlim_cur;
82
if (
olim
.rlim_cur == -1)
83
olim
.rlim_cur = 0x7fffffff;
84
olim
.rlim_max = p->p_rlimit[which].rlim_max;
85
if (
olim
.rlim_max == -1)
86
olim
.rlim_max = 0x7fffffff;
87
return copyout(&
olim
, SCARG(uap, rlp), sizeof(olim))
99
struct orlimit
olim
;
local
[
all
...]
/src/sys/dev/ic/
isp_netbsd.c
1594
unsigned int maxc,
olim
, ilim;
local
1609
for (
olim
= 0;
olim
< maxc;
olim
++) {
1625
for (
olim
= 0;
olim
< maxc;
olim
++) {
/src/sbin/sysctl/
sysctl.c
2512
u_quad_t
olim
, *newp, nlim;
local
2520
osz = sizeof(
olim
);
2541
rc = prog_sysctl(name, namelen, &
olim
, &osz, newp, nsz);
2550
if (rflag || xflag ||
olim
!= RLIM_INFINITY)
2551
display_number(pnode, sname, &
olim
, sizeof(
olim
),
Completed in 31 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026