| /onnv/onnv-gate/usr/src/uts/i86pc/boot/ |
| boot_console.c | 157 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));
|
| boot_serial.h | 36 #define DAT 0 /* ... data */
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/ |
| su_driver.c | 585 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); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/x2p/ |
| s2p.t | 824 open( DAT, ">$datfil" ) || goto FAIL_BOTH; 825 print DAT $datdat; 826 close( DAT );
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| asy.c | 1005 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLL), 1007 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLH), [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/sys/ |
| sudev.h | 50 #define DAT 0 /* receive/transmit data */
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| asy.h | 62 #define DAT 0 /* receive/transmit data */
|
| /onnv/onnv-gate/usr/src/lib/libsecdb/ |
| prof_attr.txt | 91 DAT Administration:::Manage the DAT configuration:help=RtDatAdmin.html
|
| exec_attr.txt | 311 DAT Administration:solaris:cmd:::/usr/sbin/datadm:euid=0
|
| /onnv/onnv-gate/usr/src/cmd/hwdata/ |
| usb.ids | [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| Name.pl | [all...] |