Searched refs:serial (Results 1 - 25 of 404) sorted by path

1234567891011>>

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp52 #include <IOKit/serial/IOSerialKeys.h>
53 #include <IOKit/serial/IOSerialDriverSync.h>
54 #include <IOKit/serial/IOModemSerialStreamSync.h>
55 #include <IOKit/serial/IORS232SerialStreamSync.h>
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp50 #include <IOKit/serial/IOSerialKeys.h>
51 #include <IOKit/serial/IOSerialDriverSync.h>
52 #include <IOKit/serial/IOModemSerialStreamSync.h>
53 #include <IOKit/serial/IORS232SerialStreamSync.h>
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp50 #include <IOKit/serial/IOSerialKeys.h>
51 #include <IOKit/serial/IOSerialDriverSync.h>
52 #include <IOKit/serial/IOModemSerialStreamSync.h>
53 #include <IOKit/serial/IORS232SerialStreamSync.h>
1451 // Desc: Creates the suffix key. It attempts to use the serial number string from the device
1478 // Generate suffix key based on the serial number string (if reasonable <= 8 and > 0)
1491 XTRACE(this, 0, rc, "createSuffix error reading serial number string");
1675 XTRACEP(this, 0, pNub, "createSerialStream - Could not create serial stream");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp50 #include <IOKit/serial/IOSerialKeys.h>
51 #include <IOKit/serial/IOSerialDriverSync.h>
52 #include <IOKit/serial/IOModemSerialStreamSync.h>
53 #include <IOKit/serial/IORS232SerialStreamSync.h>
1045 // Desc: Creates the suffix key. It attempts to use the serial number string from the device
1072 // Generate suffix key based on the serial number string (if reasonable <= 8 and > 0)
1085 XTRACE(this, 0, rc, "createSuffix error reading serial number string");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp48 #include <IOKit/serial/IOSerialKeys.h>
49 #include <IOKit/serial/IOSerialDriverSync.h>
50 #include <IOKit/serial/IOModemSerialStreamSync.h>
51 #include <IOKit/serial/IORS232SerialStreamSync.h>
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h37 #include <IOKit/serial/IORS232SerialStreamSync.h>
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp40 #include <IOKit/serial/IOSerialKeys.h>
41 #include <IOKit/serial/IOModemSerialStreamSync.h>
42 #include <IOKit/serial/IORS232SerialStreamSync.h>
143 {kLogCreateSerialStream, "AppleUSBIrDADriver: create serial stream"},
1176 // Finally create the bsd tty (serial stream) and leave it there until usb stop
1935 // Desc: Creates the suffix key. It attempts to use the serial number string from the device
1961 // Generate suffix key based on the serial number string (if reasonable <= 8 and > 0)
1972 ELG( 0, rc, 'Sdt-', "createSuffix error reading serial number string" );
2169 // create serial stream finishes the job later.
2201 fUserClientNub = AppleIrDA::withNub(fNub); // it talks to the serial nu
[all...]
H A DAppleUSBIrDA.h27 #include <IOKit/serial/IOSerialDriverSync.h>
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/
H A Dbuild149 com.sleepycat.db com.sleepycat.bind com.sleepycat.bind.serial com.sleepycat.bind.tuple com.sleepycat.collections com.sleepycat.persist com.sleepycat.persist.model com.sleepycat.persist.evolve com.sleepycat.persist.raw com.sleepycat.util \
152 -group 'Berkeley DB Bind and Collections Packages' com.sleepycat.bind:com.sleepycat.bind.serial:com.sleepycat.bind.tuple:com.sleepycat.collections:com.sleepycat.util | \
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java16 import com.sleepycat.bind.serial.ClassCatalog;
17 import com.sleepycat.bind.serial.SerialBinding;
18 import com.sleepycat.bind.serial.StoredClassCatalog;
99 // catalog is needed for serial bindings (java serialization)
107 // use String serial binding for data entries
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.StoredClassCatalog;
65 // format for all database records of serial format.
H A DSampleViews.java12 import com.sleepycat.bind.serial.ClassCatalog;
13 import com.sleepycat.bind.serial.SerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.ClassCatalog;
15 import com.sleepycat.bind.serial.SerialSerialKeyCreator;
16 import com.sleepycat.bind.serial.StoredClassCatalog;
77 // format for all database records of serial format.
227 * of the serial format.
263 * of the serial format.
299 * of the serial format.
H A DSampleViews.java12 import com.sleepycat.bind.serial.ClassCatalog;
13 import com.sleepycat.bind.serial.SerialBinding;
14 import com.sleepycat.bind.serial.SerialSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.StoredClassCatalog;
77 // format for all database records of serial format.
138 * Return the tuple-serial factory.
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.ClassCatalog;
15 import com.sleepycat.bind.serial.SerialSerialKeyCreator;
16 import com.sleepycat.bind.serial.StoredClassCatalog;
77 // format for all database records of serial format.
227 * of the serial format.
263 * of the serial format.
299 * of the serial format.
H A DSampleViews.java12 import com.sleepycat.bind.serial.ClassCatalog;
13 import com.sleepycat.bind.serial.SerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.ClassCatalog;
15 import com.sleepycat.bind.serial.StoredClassCatalog;
16 import com.sleepycat.bind.serial.TupleSerialKeyCreator;
79 // format for all database records of serial format.
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.ClassCatalog;
15 import com.sleepycat.bind.serial.StoredClassCatalog;
16 import com.sleepycat.bind.serial.TupleSerialKeyCreator;
79 // format for all database records of serial format.
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.ClassCatalog;
15 import com.sleepycat.bind.serial.StoredClassCatalog;
16 import com.sleepycat.bind.serial.TupleSerialKeyCreator;
79 // format for all database records of serial format.
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java17 import com.sleepycat.bind.serial.SerialBinding;
86 // Need a serial binding for the data
H A DExampleDatabaseRead.java6 import com.sleepycat.bind.serial.SerialBinding;

Completed in 425 milliseconds

1234567891011>>