Lines Matching refs:io_plugin
183 const wprint_io_plugin_t *io_plugin; member
360 if (_io_plugins[i].io_plugin == NULL) { in _get_caps_ifc()
363 if (_io_plugins[i].io_plugin->getCapsIFC == NULL) { in _get_caps_ifc()
366 return (_io_plugins[i].io_plugin->getCapsIFC(&_wprint_ifc)); in _get_caps_ifc()
377 if (_io_plugins[i].io_plugin == NULL) { in _get_status_ifc()
380 if (_io_plugins[i].io_plugin->getStatusIFC == NULL) { in _get_status_ifc()
383 return (_io_plugins[i].io_plugin->getStatusIFC(&_wprint_ifc)); in _get_status_ifc()
394 if (_io_plugins[i].io_plugin == NULL) { in _get_print_ifc()
397 if (_io_plugins[i].io_plugin->getPrintIFC == NULL) { in _get_print_ifc()
400 return (_io_plugins[i].io_plugin->getPrintIFC(&_wprint_ifc)); in _get_print_ifc()
1382 _io_plugins[0].io_plugin = &_file_io_plugin; in _setup_io_plugins()
1385 _io_plugins[1].io_plugin = &_ipp_io_plugin; in _setup_io_plugins()