Lines Matching defs:set
51 These debug levels can be set using the environment variable
785 DBG (6, "pa4s2_disable: using alternative command set\n");
1830 sanei_pa4s2_options (u_int * options, int set)
1835 DBG (4, "sanei_pa4s2_options: called with options %u and set = %d\n",
1836 *options, set);
1838 if ((set != SANE_TRUE) && (set != SANE_FALSE))
1839 DBG (2, "sanei_pa4s2_options: value of set is invalid\n");
1841 if ((set == SANE_TRUE) && (*options > 7))
1844 if (set == SANE_TRUE)
1855 DBG (5, "sanei_pa4s2_options: options are set to %u\n",
2003 sanei_pa4s2_options (u_int * options, int set)
2008 DBG (4, "sanei_pa4s2_options: called with options %u and set = %d\n",
2009 *options, set);
2011 if ((set != SANE_TRUE) && (set != SANE_FALSE))
2012 DBG (2, "sanei_pa4s2_options: value of set is invalid\n");
2014 if ((set == SANE_TRUE) && (*options > 3))