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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c193 * Copy the structure only through the oid_fmt field, which
1128 if (!oid->oid_fmt)
1133 error = SYSCTL_OUT(req, oid->oid_fmt,
1134 strlen(oid->oid_fmt)+1);
/darwin-on-arm/xnu/bsd/sys/
H A Dsysctl.h216 * to oid_fmt are unchanged, and that the field immediately
253 const char *oid_fmt; member in struct:sysctl_oid

Completed in 23 milliseconds