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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mib.c349 SYSCTL_OPAQUE (_hw, OID_AUTO, cacheconfig, CTLFLAG_RD | CTLFLAG_LOCKED, &cacheconfig, sizeof(cacheconfig), "Q", "");
350 SYSCTL_OPAQUE (_hw, OID_AUTO, cachesize, CTLFLAG_RD | CTLFLAG_LOCKED, &cachesize, sizeof(cachesize), "Q", "");
/darwin-on-arm/xnu/bsd/sys/
H A Dsysctl.h350 #define SYSCTL_OPAQUE(parent, nbr, name, access, ptr, len, fmt, descr) \ macro

Completed in 12 milliseconds