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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mib.c356 SYSCTL_OPAQUE (_hw, OID_AUTO, cacheconfig, CTLFLAG_RD | CTLFLAG_LOCKED, &cacheconfig, sizeof(cacheconfig), "Q", "");
357 SYSCTL_OPAQUE (_hw, OID_AUTO, cachesize, CTLFLAG_RD | CTLFLAG_LOCKED, &cachesize, sizeof(cachesize), "Q", "");
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsysctl.h382 #define SYSCTL_OPAQUE(parent, nbr, name, access, ptr, len, fmt, descr) \ macro

Completed in 126 milliseconds