config root man

Current Path : /usr/local/lib/perl5/site_perl/5.8.9/mach/sys/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/perl5/site_perl/5.8.9/mach/sys/_cpuset.ph

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_SYS__CPUSET_H_)) {
    eval 'sub _SYS__CPUSET_H_ () {1;}' unless defined(&_SYS__CPUSET_H_);
    if(defined(&_KERNEL)) {
	eval 'sub CPU_SETSIZE () { &MAXCPU;}' unless defined(&CPU_SETSIZE);
    }
    eval 'sub CPU_MAXSIZE () {128;}' unless defined(&CPU_MAXSIZE);
    unless(defined(&CPU_SETSIZE)) {
	eval 'sub CPU_SETSIZE () { &CPU_MAXSIZE;}' unless defined(&CPU_SETSIZE);
    }
    eval 'sub _NCPUBITS () {($sizeof{\'long\'} *  &NBBY);}' unless defined(&_NCPUBITS);
    eval 'sub _NCPUWORDS () { &howmany( &CPU_SETSIZE,  &_NCPUBITS);}' unless defined(&_NCPUWORDS);
}
1;

Man Man