Lines Matching defs:attach
969 /** attach a device to the backend
971 static SANE_Status attach( const char *dev_name, pCnfDef cnf,
979 DBG( _DBG_SANE_INIT, "attach (%s, %p, %p)\n",
1098 DBG( _DBG_SANE_INIT, "attach: model = >%s<\n", dev->sane.model );
1175 return attach( _DEFAULT_DEVICE, &config, 0 );
1205 /* new section, try and attach previous device */
1207 attach( config.devName, &config, 0 );
1215 /* new section, try and attach previous device */
1217 attach( config.devName, &config, 0 );
1232 /* try to attach the last device in the config file... */
1234 attach( config.devName, &config, 0 );
1331 status = attach( devicename, &config, &dev );