Searched refs:mro (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/memcontrol/
H A Dmemcontrol.c128 struct mem_range_op mro; local
130 mro.mo_arg[0] = 0;
131 if (ioctl(memfd, MEMRANGE_GET, &mro))
134 *nmr = mro.mo_arg[0];
140 mro.mo_arg[0] = *nmr;
141 mro.mo_desc = mrd;
142 if (ioctl(memfd, MEMRANGE_GET, &mro))
195 struct mem_range_op mro; local
247 mro.mo_desc = &mrd;
248 mro
257 struct mem_range_op mro; local
[all...]
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c61 struct mem_range_op mro; local
69 PTRIN_CP(mro32, mro, mo_desc);
70 CP(mro32, mro, mo_arg[0]);
71 CP(mro32, mro, mo_arg[1]);
75 if ((error = fo_ioctl(fp, com, (caddr_t)&mro, td->td_ucred, td)) != 0)
79 CP(mro, mro32, mo_arg[0]);
80 CP(mro, mro32, mo_arg[1]);

Completed in 66 milliseconds