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

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_SYS_SLEEPQUEUE_H_)) {
    eval 'sub _SYS_SLEEPQUEUE_H_ () {1;}' unless defined(&_SYS_SLEEPQUEUE_H_);
    if(defined(&_KERNEL)) {
	eval 'sub SLEEPQ_TYPE () {0xff;}' unless defined(&SLEEPQ_TYPE);
	eval 'sub SLEEPQ_SLEEP () {0x;}' unless defined(&SLEEPQ_SLEEP);
	eval 'sub SLEEPQ_CONDVAR () {0x1;}' unless defined(&SLEEPQ_CONDVAR);
	eval 'sub SLEEPQ_PAUSE () {0x2;}' unless defined(&SLEEPQ_PAUSE);
	eval 'sub SLEEPQ_SX () {0x3;}' unless defined(&SLEEPQ_SX);
	eval 'sub SLEEPQ_LK () {0x4;}' unless defined(&SLEEPQ_LK);
	eval 'sub SLEEPQ_INTERRUPTIBLE () {0x100;}' unless defined(&SLEEPQ_INTERRUPTIBLE);
	eval 'sub SLEEPQ_STOP_ON_BDRY () {0x200;}' unless defined(&SLEEPQ_STOP_ON_BDRY);
    }
}
1;

Man Man