Lines Matching refs:LOGERR
54 #define LOGERR LOG_ERR macro
60 #define LOGERR stderr
275 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
285 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file()
290 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL, in read_config_file()
297 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file()
398 SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL, in check_hid_device()
404 SYSLOG(LOGERR, "Ignoring entry with invalid control PSM" EOL); in check_hid_device()
409 SYSLOG(LOGERR, "Ignoring entry with invalid interrupt PSM" EOL); in check_hid_device()
414 SYSLOG(LOGERR, "Ignoring entry without HID descriptor" EOL); in check_hid_device()
497 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in read_hids_file()
505 SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL, in read_hids_file()
538 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in write_hids_file()
545 SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL, in write_hids_file()
557 SYSLOG(LOGERR, "Could not rename new HIDs file '%s' to '%s'. " \ in write_hids_file()