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/cpuctl.ph

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_CPUCTL_H_)) {
    eval 'sub _CPUCTL_H_ () {1;}' unless defined(&_CPUCTL_H_);
    eval 'sub CPUCTL_RDMSR () { &_IOWR(ord(\'c\'), 1,  &cpuctl_msr_args_t);}' unless defined(&CPUCTL_RDMSR);
    eval 'sub CPUCTL_WRMSR () { &_IOWR(ord(\'c\'), 2,  &cpuctl_msr_args_t);}' unless defined(&CPUCTL_WRMSR);
    eval 'sub CPUCTL_CPUID () { &_IOWR(ord(\'c\'), 3,  &cpuctl_cpuid_args_t);}' unless defined(&CPUCTL_CPUID);
    eval 'sub CPUCTL_UPDATE () { &_IOWR(ord(\'c\'), 4,  &cpuctl_update_args_t);}' unless defined(&CPUCTL_UPDATE);
    eval 'sub CPUCTL_MSRSBIT () { &_IOWR(ord(\'c\'), 5,  &cpuctl_msr_args_t);}' unless defined(&CPUCTL_MSRSBIT);
    eval 'sub CPUCTL_MSRCBIT () { &_IOWR(ord(\'c\'), 6,  &cpuctl_msr_args_t);}' unless defined(&CPUCTL_MSRCBIT);
}
1;

Man Man