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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c108 STATIC int sysctl_sysctl_next_ls (struct sysctl_oid_list *lsp,
742 * sysctl_sysctl_next_ls
774 sysctl_sysctl_next_ls (struct sysctl_oid_list *lsp, int *name, u_int namelen, function
796 if (!sysctl_sysctl_next_ls (lsp, 0, 0, next+1,
811 if (!sysctl_sysctl_next_ls (lsp, name+1, namelen-1,
823 if (!sysctl_sysctl_next_ls (lsp, name+1, namelen-1, next+1,
883 i = sysctl_sysctl_next_ls (lsp, name, namelen, newoid, &j, 1, &oid);

Completed in 13 milliseconds