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

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_SYS_TTYDISC_H_)) {
    eval 'sub _SYS_TTYDISC_H_ () {1;}' unless defined(&_SYS_TTYDISC_H_);
    unless(defined(&_SYS_TTY_H_)) {
	die("can only be included through <sys/tty.h>");
    }
    eval 'sub ttydisc_can_bypass {
        my($tp) = @_;
	    eval q((($tp)-> &t_flags &  &TF_BYPASS));
    }' unless defined(&ttydisc_can_bypass);
    eval 'sub TRE_FRAMING () {0x1;}' unless defined(&TRE_FRAMING);
    eval 'sub TRE_PARITY () {0x2;}' unless defined(&TRE_PARITY);
    eval 'sub TRE_OVERRUN () {0x4;}' unless defined(&TRE_OVERRUN);
    eval 'sub TRE_BREAK () {0x8;}' unless defined(&TRE_BREAK);
    eval 'sub ttydisc_read_poll {
        my($tp) = @_;
	    eval q({  &tty_lock_assert($tp,  &MA_OWNED);  &ttyinq_bytescanonicalized( ($tp->{t_inq})); });
    }' unless defined(&ttydisc_read_poll);
    eval 'sub ttydisc_write_poll {
        my($tp) = @_;
	    eval q({  &tty_lock_assert($tp,  &MA_OWNED);  &ttyoutq_bytesleft( ($tp->{t_outq})); });
    }' unless defined(&ttydisc_write_poll);
}
1;

Man Man