Searched refs:DAT (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c157 outb(port + DAT+7, 0x04); /* clear status */
160 outb(port + DAT, 0x21); /* FMD */
418 outb(port + DAT + DLL, baud & 0xff);
419 outb(port + DAT + DLH, (baud >> 8) & 0xff);
767 outb(port + DAT, (char)c);
782 return (inb(port + DAT));
785 (void) inb(port + DAT);
789 return (inb(port + DAT));
H A Dboot_serial.h36 #define DAT 0 /* ... data */ macro
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c585 OUTB(DAT+7, 0x04); /* clear status */
588 OUTB(DAT, 0x21); /* FMD */
623 OUTB(DAT+DLL, (ASY9600*asy->asy_baud_divisor_factor) & 0xff);
624 OUTB(DAT+DLH, ((ASY9600*asy->asy_baud_divisor_factor) >> 8) & 0xff);
1418 (void) INB(DAT);
1456 OUTB(DAT, (asyspdtab[baudrate] *
1535 OUTB(DAT, c);
1561 return (INB(DAT));
1655 (void) INB(DAT);
1764 OUTB(DAT, *asyn
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t824 open( DAT, ">$datfil" ) || goto FAIL_BOTH;
825 print DAT $datdat;
826 close( DAT );
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dasy.c1005 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLL),
1007 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLH),
1408 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + DAT,
1422 asy->asy_ioaddr + DAT, i);
1456 asy->asy_ioaddr + DAT); /* lose another */
2104 asy->asy_ioaddr + DAT);
2108 asy->asy_ioaddr + DAT);
2144 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + DAT,
2254 asy->asy_ioaddr + DAT);
2342 asy->asy_ioaddr + DAT, *asyn
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4/sys/
H A Dsudev.h50 #define DAT 0 /* receive/transmit data */ macro
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt92 DAT Administration:::Manage the DAT configuration:help=RtDatAdmin.html
H A Dexec_attr.txt303 DAT Administration:solaris:cmd:::/usr/sbin/datadm:euid=0
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dasy.h59 #define DAT 0 /* receive/transmit data */ macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1745 sub DAT () { 2 }; subroutine
1871 return $top->[DAT];
1910 $val->[DAT];
1918 my $oval = $self->[$n][DAT];
1919 $self->[$n][DAT] = $val;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl9660 A107 YI SYLLABLE DAT

Completed in 370 milliseconds