Searched refs:driver (Results 51 - 75 of 143) sorted by relevance

123456

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCatalogue.h52 @abstract In-kernel database for IOKit driver personalities.
53 @discussion The IOCatalogue is a database which contains all IOKit driver personalities. IOService uses this resource when matching devices to their associated drivers.
69 @abstract Creates and initializes the database object and poputates it with in-kernel driver personalities.
76 @param initArray The initial array of driver personalities to populate the database.
91 @result Returns an ordered set of driver personalities ranked on probe-scores. The ordered set must be released by the receiver.
97 @abstract A more general purpose interface which allows one to retreive driver personalities based the intersection of the 'matching' dictionary and the personality's own property list.
100 @result Returns an ordered set of driver personalities ranked on probe-scores. The ordered set must be released by the receiver.
106 @abstract Adds an array of driver personalities to the database.
107 @param array Array of driver personalities to be added to the database.
109 @result Returns true if driver personalit
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Ddriver.rb2 # Ruby Benchmark driver
24 driver = self.new(opt[:execs], opt[:dir], opt)
26 driver.run
28 driver.show_results
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp283 * Add driver config tables to catalog and start matching process.
341 // Add driver personality to catalogue.
349 OSDictionary * driver; local
352 driver = (OSDictionary *)array->getObject(count);
357 * Do not compare just the properties present in one driver
360 if (personality->isEqualTo(driver)) {
475 bool IOCatalogue::isModuleLoaded(OSDictionary * driver) const
480 if ( !driver )
490 driver->getObject(kIOPersonalityPublisherKey));
493 moduleName = OSDynamicCast(OSString, driver
[all...]
/macosx-10.10/apache-793/httpd/modules/database/
H A Dmod_dbd.c164 const apr_dbd_driver_t *driver = NULL; local
172 /* loading the driver involves once-only dlloading that is
176 rv = apr_dbd_get_driver(cmd->pool, cfg->name, &driver);
178 return apr_psprintf(cmd->pool, "No driver for %s", cfg->name);
183 "Can't load driver file dbd%s.nlm",
185 "Can't load driver file apr_dbd_%s.so",
191 "Failed to load driver apr_dbd_%s_driver",
453 if (apr_dbd_prepare(rec->driver, pool, rec->handle, query,
477 if (apr_dbd_query(rec->driver, rec->handle, &nrows, *query_p)) {
490 return apr_dbd_close(rec->driver, re
[all...]
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp354 // Not a match to what is in the dictionary, so this workaround driver
355 // should not be loaded. Short circuit out and let another driver attempt
1438 IOATAPIProtocolTransport * driver; local
1445 driver = configData->self;
1452 driver->SetPIOTransferMode ( cmd, false );
1456 if ( ( driver->fUltraDMAMode != 0 ) || ( driver->fDMAMode != 0 ) )
1459 driver->SetDMATransferMode ( cmd, false );
1466 driver->fCommandGate->commandWakeup ( configData, false );
1517 IOATAPIProtocolTransport::sPollStatusRegister ( void * driver, voi argument
2418 sSetWakeupResetOccurred( IOATAPIProtocolTransport * driver, bool resetOccurred ) argument
2446 sCheckWakeupResetOccurred( IOATAPIProtocolTransport * driver, bool * resetOccurred ) argument
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.cpp98 IrDAComm::irDAComm(AppleIrDASerial *driver, AppleIrDA *appleirda) argument
104 if (obj && !obj->init(driver, appleirda)) {
156 // Inputs: pointer to the usb irda driver
164 bool IrDAComm::init(AppleIrDASerial *driver, AppleIrDA *appleirda) argument
173 require(driver, Fail);
176 fDriver = driver;
190 fQoS = driver->GetIrDAQoS();
216 //fTimerSrc = IOTimerEventSource::timerEventSource ( driver, &::timeoutRoutine); // create an io timer
433 DebugLog("IrDAComm data read but no driver");
449 fDriver->SetUpTransmit(); // ask driver cod
[all...]
/macosx-10.10/cups-408/cups/doc/
H A DMakefile52 help/api-driver.html \
110 help/postscript-driver.html \
112 help/raster-driver.html \
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddadrcal.cpp32 driver = TestDataModule::getTestDataModule("calendar", *this, status);
36 delete driver;
41 if (driver != NULL) {
47 TestData *testData = driver->createTestData(index, status);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dmtsm.h9 * emit meta tags for the post-grohtml device driver.
125 statem *driver; member in class:mtsm
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/
H A Dgui.h6 * The iODBC driver manager.
112 LPSTR create_driversetup (HWND hwnd, LPCSTR driver, LPCSTR attrs, BOOL add, BOOL user);
H A Ddrvconn.c8 * The iODBC driver manager.
407 /* Check if the driver is provided */
452 /* The last ressort, a proxy driver */
541 if (choose_t.driver)
543 if (cbInOutConnStr > WCSLEN (choose_t.driver) + WCSLEN (L"DRIVER="))
546 WCSCAT (szInOutConnStr, choose_t.driver);
563 if (choose_t.driver)
564 free (choose_t.driver);
/macosx-10.10/iodbc-42.5/iodbc/admin/
H A Dlibiodbc.spec.in8 # The iODBC driver manager.
104 ODBC compliant driver manager which allows developers to write ODBC
119 ODBC compliant driver manager which allows developers to write ODBC
124 program that use the driver manager.
137 ODBC compliant driver manager which allows developers to write ODBC
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dgui.h6 * The iODBC driver manager.
111 wchar_t *driver; member in struct:TDRIVERCHOOSER
123 wchar_t *driver; member in struct:TFDRIVERCHOOSER
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:
119 retf ; far return to driver with ES:DI
H A Dpkt_rx0.asm108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
114 ; This routine gets called by the packet driver twice:
158 retf ; far return to driver with ES:DI
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesm.cc234 // call the menu driver and do basic error checking.
236 NCursesMenu::driver (int c) function in class:NCursesMenu
313 switch((err=driver(drvCmnd))) {
H A Dcursespad.cc57 int NCursesPad::driver (int key) function in class:NCursesPad
165 } while( (req=driver(W->getch())) != REQ_PAD_EXIT );
H A Dcursesf.cc244 // call the form driver and do basic error checking.
246 NCursesForm::driver (int c) function in class:NCursesForm
290 switch((err=driver(drvCmnd))) {
/macosx-10.10/tcl-105/tcl_ext/snack/snack/
H A Dconfigure.in145 AC_MSG_CHECKING([sound driver])
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm218 ; Get the address of the XMS driver, or NULL if not available
234 xor dx,dx ; no XMS driver available
237 xmsavail: mov ax,4310h ; fetch driver address with
279 call dword ptr [bp+6] ; call the driver
300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
360 int 67h ; call the EMS driver
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.cpp127 TIrGlue::tIrGlue(AppleIrDASerial *driver, AppleIrDA *appleirda, IOWorkLoop *workloop, USBIrDAQoS *qos) argument
133 if (obj && !obj->init(driver, appleirda, workloop, qos)) {
140 Boolean TIrGlue::init(AppleIrDASerial *driver, AppleIrDA *appleirda, IOWorkLoop *workloop, USBIrDAQoS *qos) argument
194 fIrDevice = CIrDevice::cIrDevice(this, driver);
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_crypto.c108 "cipher '%s' not recognised by crypto driver. "
404 const apr_crypto_driver_t *driver = NULL; local
429 rv = apr_crypto_get_driver(&driver, conf->library, conf->params, &err, p);
447 if (APR_SUCCESS != rv || !driver) {
454 rv = apr_crypto_make(&f, driver, conf->params, p);
627 "The underlying crypto library driver to use"),
/macosx-10.10/ncurses-44/ncurses/man/
H A Dman_db.renames99 form_driver.3x driver.3form
128 menu_driver.3x driver.3menu
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageUFISubclass.cpp104 IOUSBMassStorageUFIDevice * driver; local
106 driver = (IOUSBMassStorageUFIDevice *) theUFIDriver;
107 require_nonzero ( driver, ErrorExit );
109 if( driver->fPollingMode != kPollingMode_Suspended )
112 driver->ProcessPoll();
114 if( driver->fPollingMode != kPollingMode_Suspended )
117 driver->EnablePolling();
123 driver->release();
296 // The driver has not found media in the device, restart
1484 // GetNumberOfPowerStateTransitions - Asks the driver fo
[all...]
/macosx-10.10/cups-408/cups/backend/
H A Dusb-darwin.c336 CFStringRef driverBundlePath; /* Class driver path */
441 strlcpy(print_buffer, "USB class driver", sizeof(print_buffer));
480 * can finish out any page data the driver sends (e.g. to eject the
727 fprintf(stderr, "DEBUG: USB class driver Abort returned %x\n", err);
745 fprintf(stderr, "DEBUG: USB class driver WritePipe returned %x\n",
749 fprintf(stderr, "DEBUG: USB class driver Abort returned %x\n",
991 fputs("DEBUG: CUPS_SC_CMD_SOFT_RESET received from driver...\n",
1011 fputs("DEBUG: CUPS_SC_CMD_DRAIN_OUTPUT received from driver...\n",
1018 fputs("DEBUG: CUPS_SC_CMD_GET_BIDI received from driver...\n",
1030 fputs("DEBUG: CUPS_SC_CMD_GET_DEVICE_ID received from driver
1404 classdriver_t **driver = NULL; local
[all...]

Completed in 199 milliseconds

123456