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

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_SYS_PROCDESC_H_)) {
    eval 'sub _SYS_PROCDESC_H_ () {1;}' unless defined(&_SYS_PROCDESC_H_);
    if(defined(&_KERNEL)) {
	require 'sys/selinfo.ph';
	require 'sys/_lock.ph';
	require 'sys/_mutex.ph';
	eval 'sub PROCDESC_LOCK_DESTROY {
	    my($pd) = @_;
    	    eval q( &mtx_destroy(($pd)-> &pd_lock));
	}' unless defined(&PROCDESC_LOCK_DESTROY);
	eval 'sub PROCDESC_LOCK_INIT {
	    my($pd) = @_;
    	    eval q( &mtx_init(($pd)-> &pd_lock, \\"procdesc\\",  &NULL,  &MTX_DEF));
	}' unless defined(&PROCDESC_LOCK_INIT);
	eval 'sub PROCDESC_LOCK {
	    my($pd) = @_;
    	    eval q( &mtx_lock(($pd)-> &pd_lock));
	}' unless defined(&PROCDESC_LOCK);
	eval 'sub PROCDESC_UNLOCK {
	    my($pd) = @_;
    	    eval q( &mtx_unlock(($pd)-> &pd_lock));
	}' unless defined(&PROCDESC_UNLOCK);
	eval 'sub PDF_CLOSED () {0x1;}' unless defined(&PDF_CLOSED);
	eval 'sub PDF_SELECTED () {0x2;}' unless defined(&PDF_SELECTED);
	eval 'sub PDF_EXITED () {0x4;}' unless defined(&PDF_EXITED);
	eval 'sub PDF_DAEMON () {0x8;}' unless defined(&PDF_DAEMON);
    } else {
    }
    eval 'sub PD_DAEMON () {0x1;}' unless defined(&PD_DAEMON);
}
1;

Man Man