Searched refs:LOGERR (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/usr.sbin/bluetooth/bthidd/ |
| H A D | parser.y | 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() 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() 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() [all …]
|
| /freebsd-14.2/sbin/routed/ |
| H A D | rdisc.c | 201 LOGERR("MCAST_LEAVE_GROUP ALLHOSTS"); in set_rdisc_mg() 211 LOGERR("MCAST_JOIN_GROUP ALLHOSTS"); in set_rdisc_mg() 227 LOGERR("MCAST_LEAVE_GROUP ALLROUTERS"); in set_rdisc_mg() 237 LOGERR("MCAST_JOIN_GROUP ALLROUTERS"); in set_rdisc_mg() 737 LOGERR("setsockopt(rdisc_sock," in send_rdisc() 954 LOGERR("recvfrom(rdisc_sock)"); in read_d()
|
| H A D | main.c | 249 LOGERR("sysctl(IPCTL_FORWARDING)"); in main() 295 LOGERR("setsockopt(SO_USELOOPBACK,0)"); in main() 715 LOGERR("setsockopt(MCAST_JOIN_GROUP RIP)"); in rip_mcast_on()
|
| H A D | defs.h | 504 #define LOGERR(msg) msglog(msg ": %s", strerror(errno)) macro 510 #define DBGERR(dump,msg) LOGERR(msg)
|
| H A D | input.c | 69 LOGERR("recvfrom(rip)"); in read_rip()
|
| H A D | output.c | 154 LOGERR("setsockopt(rip_sock, " in output()
|
| H A D | if.c | 488 LOGERR("setsockopt(MCAST_LEAVE_GROUP RIP)"); in ifdel()
|
| H A D | table.c | 1164 LOGERR("read(rt_sock)"); in read_rt()
|