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

/netbsd-current/sys/compat/common/
H A Dkern_resource_43.c76 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, SCAR
99 struct orlimit olim; local
[all...]
/netbsd-current/sys/dev/ic/
H A Disp_netbsd.c1594 unsigned int maxc, olim, ilim; local
1609 for (olim = 0; olim < maxc; olim++) {
1625 for (olim = 0; olim < maxc; olim++) {
/netbsd-current/sbin/sysctl/
H A Dsysctl.c2512 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 321 milliseconds