Searched refs:LOGERR (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/usr.sbin/bluetooth/bthidd/ |
| H A D | parser.y | 55 #define LOGERR LOG_ERR macro 61 #define LOGERR stderr 276 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno); 286 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file() 298 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file() 399 SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL, in check_hid_device() 415 SYSLOG(LOGERR, "Ignoring entry without HID descriptor" EOL); in check_hid_device() 498 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in read_hids_file() 506 SYSLOG(LOGERR, "Could not open HIDs file '%s'. %s (%d)" EOL, in read_hids_file() 539 SYSLOG(LOGERR, "Unknown HIDs file name!" EOL); in write_hids_file() [all …]
|
| /freebsd-13.1/sbin/routed/ |
| H A D | rdisc.c | 206 LOGERR("MCAST_LEAVE_GROUP ALLHOSTS"); in set_rdisc_mg() 216 LOGERR("MCAST_JOIN_GROUP ALLHOSTS"); in set_rdisc_mg() 232 LOGERR("MCAST_LEAVE_GROUP ALLROUTERS"); in set_rdisc_mg() 242 LOGERR("MCAST_JOIN_GROUP ALLROUTERS"); in set_rdisc_mg() 742 LOGERR("setsockopt(rdisc_sock," in send_rdisc() 959 LOGERR("recvfrom(rdisc_sock)"); in read_d()
|
| H A D | main.c | 253 LOGERR("sysctl(IPCTL_FORWARDING)"); in main() 299 LOGERR("setsockopt(SO_USELOOPBACK,0)"); in main() 719 LOGERR("setsockopt(MCAST_JOIN_GROUP RIP)"); in rip_mcast_on()
|
| H A D | defs.h | 506 #define LOGERR(msg) msglog(msg ": %s", strerror(errno)) macro 512 #define DBGERR(dump,msg) LOGERR(msg)
|
| H A D | input.c | 74 LOGERR("recvfrom(rip)"); in read_rip()
|
| H A D | output.c | 159 LOGERR("setsockopt(rip_sock, " in output()
|
| H A D | if.c | 493 LOGERR("setsockopt(MCAST_LEAVE_GROUP RIP)"); in ifdel()
|
| H A D | table.c | 1169 LOGERR("read(rt_sock)"); in read_rt()
|