HomeSort by relevance Sort by last modified time
    Searched refs:DLL (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
Makefile.PL 36 $virtual_path{'win32/PerlLog.dll'} = '$(INST_ARCHAUTODIR)/PerlLog.dll';
40 # recreate the DLL from its uuencoded form if it's not here
41 if (! -f File::Spec->catfile("win32", "$name.dll")) {
48 # write the DLL
49 open(DLL, '>' . File::Spec->catfile("win32", "$name.dll"))
50 or die "fatal: Can't write DLL '$name.dll': $!";
51 binmode(DLL);
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/boot/
boot_serial.h 43 #define DLL 0 /* ... data latch low (used for baud rate) */
boot_console.c 418 outb(port + DAT + DLL, baud & 0xff);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
XSLoader_pm.PL 55 # Some systems have restrictions on files names for DLL's etc.
299 is checked to find the extension DLL (this location is where C<make install>
300 would put the DLL). If not found, the search for the DLL is transparently
301 delegated to C<DynaLoader>, which looks for the DLL along the @INC list.
  /onnv/onnv-gate/usr/src/lib/libpp/common/
pp.def 45 DLL
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
sudev.h 58 #define DLL 0 /* divisor latch (lsb) */
  /onnv/onnv-gate/usr/src/uts/i86pc/ml/
cpr_wakecode.s 52 #define DLL 0 /* divisor latch (lsb) */
502 D16 movl $[COM1+DLL], %edx / divisor latch lsb
523 D16 movl $[COM2+DLL], %edx / divisor latch lsb
1024 D16 movl $[COM1+DLL], %edx / divisor latch lsb
1045 D16 movl $[COM2+DLL], %edx / divisor latch lsb
  /onnv/onnv-gate/usr/src/uts/common/sys/
asy.h 70 #define DLL 0 /* divisor latch (lsb) */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
installperl 321 -f $perldll || die "No perl DLL built\n";
324 # Install the DLL
  /onnv/onnv-gate/usr/src/uts/sun4/io/
su_driver.c 623 OUTB(DAT+DLL, (ASY9600*asy->asy_baud_divisor_factor) & 0xff);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
asy.c 1005 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + (DAT+DLL),
    [all...]

Completed in 2159 milliseconds