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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c110 struct sysctl_oid **oidpp);
350 struct sysctl_oid **oidpp, *oidp; local
352 LINKER_SET_FOREACH(oidpp, struct sysctl_oid **, set) {
353 oidp = *oidpp;
363 struct sysctl_oid **oidpp, *oidp; local
365 LINKER_SET_FOREACH(oidpp, struct sysctl_oid **, set) {
366 oidp = *oidpp;
756 * oidpp Pointer to OID list entry
775 int *next, int *len, int level, struct sysctl_oid **oidpp)
782 *oidpp
774 sysctl_sysctl_next_ls(struct sysctl_oid_list *lsp, int *name, u_int namelen, int *next, int *len, int level, struct sysctl_oid **oidpp) argument
[all...]

Completed in 75 milliseconds