Searched refs:req2 (Results 1 – 1 of 1) sorted by relevance
2181 struct sysctl_req req2; in userland_sysctl() local2185 req2 = *req; in userland_sysctl()2190 error = sysctl_root(FALSE, string_is_canonical, namestring, namestringlen, name, namelen, &req2); in userland_sysctl()2198 if (req2.oldptr && req2.oldidx > req2.oldlen) { in userland_sysctl()2199 *retval = req2.oldlen; in userland_sysctl()2201 *retval = req2.oldidx; in userland_sysctl()