Home
last modified time | relevance | path

Searched refs:local_only (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/backends/backend/pixma/
H A Dpixma_io.h94 pixma_devices[], SANE_Bool local_only);
H A Dpixma.h435 int pixma_find_scanners (const char **conf_devices, SANE_Bool local_only);
H A Dpixma_io_sanei.c311 const struct pixma_config_t *const pixma_devices[], SANE_Bool local_only) in pixma_collect_devices()
336 if (! local_only) in pixma_collect_devices()
310 pixma_collect_devices(const char **conf_devices, const struct pixma_config_t *const pixma_devices[], SANE_Bool local_only) pixma_collect_devices() argument
H A Dpixma_common.c1224 pixma_find_scanners (const char **conf_devices, SANE_Bool local_only) in pixma_find_scanners() argument
1226 return pixma_collect_devices (conf_devices, pixma_devices, local_only); in pixma_find_scanners()
H A Dpixma.c247 find_scanners (SANE_Bool local_only) in find_scanners() argument
252 nscanners = pixma_find_scanners (conf_devices, local_only); in find_scanners()
1703 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
1707 find_scanners (local_only); in sane_get_devices()
/third_party/backends/backend/
H A Dcardscan.h141 SANE_Bool local_only);
H A Dkodak.h206 SANE_Bool local_only);
H A Dsp15c.h203 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only);
H A Dcanon630u.c785 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
790 DBG (3, "sane_get_devices(local_only = %d)\n", local_only); in sane_get_devices()
H A Dumax1220u.c656 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
661 DBG (3, "sane_get_devices(local_only = %d)\n", local_only); in sane_get_devices()
H A Depson2.c809 SANE_Bool local_only = *(SANE_Bool*) data; in attach_one_config() local
840 if (!local_only) { in attach_one_config()
885 probe_devices(SANE_Bool local_only) in probe_devices() argument
892 attach_one_config, &local_only); in probe_devices()
920 sane_get_devices(const SANE_Device ***device_list, SANE_Bool local_only) in sane_get_devices() argument
927 probe_devices(local_only); in sane_get_devices()
H A Depjitsu.h317 SANE_Bool local_only);
H A Dkvs1025.c86 SANE_Bool __sane_unused__ local_only) in sane_get_devices()
85 sane_get_devices(const SANE_Device *** device_list, SANE_Bool __sane_unused__ local_only) sane_get_devices() argument
H A Dcardscan.c303 * available. If argument local_only is true, only local devices are
317 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
326 (void) local_only; /* get rid of compiler warning */ in sane_get_devices()
H A Dcanon_lide70.c291 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
296 DBG (3, "sane_get_devices(local_only = %d)\n", local_only); in sane_get_devices()
H A Das6e.c663 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
668 DBG (3, "sane_get_devices (local_only = %d)\n", local_only); in sane_get_devices()
H A Dpnm.c556 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
569 DBG (2, "sane_get_devices: local_only = %d\n", local_only); in sane_get_devices()
H A Dsm3840.c601 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
607 DBG (3, "sane_get_devices (local_only = %d)\n", local_only); in sane_get_devices()
H A Dhpsj5s.c241 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
251 DBG (2, "sane_get_devices: local_only = %d\n", local_only); in sane_get_devices()
H A Dp5.c193 * available. If argument local_only is true, only local devices are
203 * @param local_only SANE_TRUE if only local devices are required.
207 sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only) in sane_get_devices() argument
214 DBG (DBG_proc, "sane_get_devices: start: local_only = %s\n", in sane_get_devices()
215 local_only == SANE_TRUE ? "true" : "false"); in sane_get_devices()
268 if ((local_only == SANE_TRUE && device->local == SANE_TRUE) in sane_get_devices()
269 || local_only == SANE_FALSE) in sane_get_devices()
H A Dcanon_dr.h571 SANE_Bool local_only);
/third_party/backends/include/sane/
H A Dsane.h222 SANE_Bool local_only);
/third_party/libabigail/src/
H A Dabg-reporter-priv.h157 bool local_only = false);
H A Dabg-reporter-priv.cc385 /// @param local_only if true, only display local changes.
395 bool local_only) in represent()
507 if (local_only) in represent()
391 represent(const var_diff_sptr &diff, diff_context_sptr ctxt, ostream& out, const string& indent, bool local_only) represent() argument
H A Dabg-comparison-priv.h518 count_filtered_subtype_changed_dm(bool local_only = false);
521 count_filtered_changed_dm(bool local_only = false);

Completed in 31 milliseconds

12345