Home
last modified time | relevance | path

Searched refs:string_is_canonical (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_newsysctl.c143 STATIC int sysctl_root(boolean_t from_kernel, boolean_t string_is_canonical, char *namestring, size…
147 int userland_sysctl(boolean_t string_is_canonical,
1725 sysctl_root(boolean_t from_kernel, boolean_t string_is_canonical, in sysctl_root() argument
1741 if (string_is_canonical) { in sysctl_root()
1755 if (!from_kernel && !string_is_canonical) { in sysctl_root()
1819 if (!from_kernel && !string_is_canonical && (indx < namelen)) { in sysctl_root()
2175 userland_sysctl(boolean_t string_is_canonical, in userland_sysctl() argument
2186 if (!string_is_canonical) { in userland_sysctl()
2190 error = sysctl_root(FALSE, string_is_canonical, namestring, namestringlen, name, namelen, &req2); in userland_sysctl()