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

/freebsd-10-stable/libexec/atrun/
H A Datrun.c462 size_t ncpusz; local
506 ncpusz = sizeof(size_t);
507 if (sysctlbyname("hw.ncpu", &ncpu, &ncpusz, NULL, 0) < 0)
/freebsd-10-stable/usr.bin/mkuzip/
H A Dmkuzip.c111 size_t ncpusz, ncpu, magiclen; local
116 ncpusz = sizeof(size_t);
117 if (sysctlbyname("hw.ncpu", &ncpu, &ncpusz, NULL, 0) < 0) {

Completed in 105 milliseconds