Lines Matching refs:io_plugin
183 const wprint_io_plugin_t *io_plugin; member
365 if (_io_plugins[i].io_plugin == NULL) { in _get_caps_ifc()
368 if (_io_plugins[i].io_plugin->getCapsIFC == NULL) { in _get_caps_ifc()
371 return (_io_plugins[i].io_plugin->getCapsIFC(&_wprint_ifc)); in _get_caps_ifc()
382 if (_io_plugins[i].io_plugin == NULL) { in _get_status_ifc()
385 if (_io_plugins[i].io_plugin->getStatusIFC == NULL) { in _get_status_ifc()
388 return (_io_plugins[i].io_plugin->getStatusIFC(&_wprint_ifc)); in _get_status_ifc()
399 if (_io_plugins[i].io_plugin == NULL) { in _get_print_ifc()
402 if (_io_plugins[i].io_plugin->getPrintIFC == NULL) { in _get_print_ifc()
405 return (_io_plugins[i].io_plugin->getPrintIFC(&_wprint_ifc)); in _get_print_ifc()
1458 _io_plugins[0].io_plugin = &_file_io_plugin; in _setup_io_plugins()
1461 _io_plugins[1].io_plugin = &_ipp_io_plugin; in _setup_io_plugins()