Lines Matching defs:attach
813 /** attach a device to the backend
815 static SANE_Status attach( const char *dev_name,
822 DBG( _DBG_SANE_INIT, "attach (%s, %p, %p)\n",
888 DBG( _DBG_SANE_INIT, "attach: model = >%s<\n", dev->sane.model );
950 return attach( _DEFAULT_DEVICE, &config, 0 );
988 /* new section, try and attach previous device */
990 attach( config.devName, &config, 0 );
1016 /* try to attach the last device in the config file... */
1018 attach( config.devName, &config, 0 );
1109 status = attach( devicename, &config, &dev );