Searched refs:olim (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dkern_resource_43.c62 struct orlimit olim; local
66 olim.rlim_cur = p->p_rlimit[which].rlim_cur;
67 if (olim.rlim_cur == -1)
68 olim.rlim_cur = 0x7fffffff;
69 olim.rlim_max = p->p_rlimit[which].rlim_max;
70 if (olim.rlim_max == -1)
71 olim.rlim_max = 0x7fffffff;
72 return copyout(&olim, SCARG(uap, rlp), sizeof(olim));
84 struct orlimit olim; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_netbsd.c1590 unsigned int maxc, olim, ilim; local
1605 for (olim = 0; olim < maxc; olim++) {
1621 for (olim = 0; olim < maxc; olim++) {
/netbsd-6-1-5-RELEASE/sbin/sysctl/
H A Dsysctl.c2475 u_quad_t olim, *newp, nlim; local
2483 osz = sizeof(olim);
2504 rc = prog_sysctl(name, namelen, &olim, &osz, newp, nsz);
2513 if (rflag || xflag || olim != RLIM_INFINITY)
2514 display_number(pnode, sname, &olim, sizeof(olim),

Completed in 63 milliseconds