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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c400 int smallValue; local
416 smallValue = (int)bigValue;
417 if ((long long)smallValue != bigValue)
419 error = SYSCTL_OUT(req, &smallValue, sizeof(smallValue));
435 error = SYSCTL_IN(req, &smallValue, sizeof(smallValue));
437 *(long long *)pValue = (long long)smallValue;
442 smallValue = (int)bigValue;
443 if ((long long)smallValue !
[all...]

Completed in 69 milliseconds