/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | server.c | 100 log_err("Could not open L2CAP socket: %m"); in server_open() 113 log_err("Could not bind server socket: %m"); in server_open() 120 log_err("Could not set L2CAP IMTU (%d): %m", mru); in server_open() 125 log_err("Could not listen on server socket: %m"); in server_open() 131 log_err("Could not add server event: %m"); in server_open() 168 log_err("Could not set NonBlocking IO: %m"); in server_read() 175 log_err("Could not get L2CAP IMTU: %m"); in server_read() 180 log_err("L2CAP IMTU too small (%d)", mru); in server_read() 187 log_err("Could not read SO_RCVBUF"); in server_read() 199 log_err("Could not get L2CAP OMTU: %m"); in server_read() [all …]
|
H A D | client.c | 63 log_err("Could not open L2CAP socket: %m"); in client_init() 75 log_err("Could not bind client socket: %m"); in client_init() 81 log_err("Could not set L2CAP IMTU (%d): %m", mru); in client_init() 91 log_err("Could not connect: %m"); in client_init() 97 log_err("Could not get IMTU: %m"); in client_init() 101 log_err("L2CAP IMTU too small (%d)", mru); in client_init() 107 log_err("Could not read SO_RCVBUF"); in client_init() 118 log_err("Could not get L2CAP OMTU: %m"); in client_init() 122 log_err("L2CAP OMTU too small (%d)", mtu); in client_init() 128 log_err("Could not get socket send buffer size: %m"); in client_init() [all …]
|
H A D | tap.c | 63 log_err("Could not open \"%s\": %m", interface_name); in tap_init() 69 log_err("Could not get interface name: %m"); in tap_init() 75 log_err("Could not open PF_LINK socket: %m"); in tap_init() 84 log_err("Could not set %s physical address: %m", ifr.ifr_name); in tap_init() 89 log_err("Could not get interface flags: %m"); in tap_init() 97 log_err("Could not set IFF_UP: %m"); in tap_init() 124 log_err("can't create pidfile"); in tap_init() 126 log_err("can't write pidfile"); in tap_init()
|
H A D | channel.c | 65 log_err("%s() failed: %m", __func__); in channel_alloc() 90 log_err("Could not malloc channel sendbuf: %m"); in channel_open() 97 log_err("Could not set non-blocking IO: %m"); in channel_open() 103 log_err("Could not add channel read event: %m"); in channel_open() 185 log_err("Could not add channel write event: %m"); in channel_start() 215 log_err("channel read error: %m"); in channel_read() 333 log_err("Could not add watchdog event: %m"); in channel_watchdog()
|
/freebsd/contrib/unbound/util/ |
H A D | tube.c | 66 log_err("tube_create: out of memory"); in tube_create() 74 log_err("socketpair: %s", strerror(errno)); in tube_create() 83 log_err("tube: cannot set nonblocking"); in tube_create() 174 log_err("rpipe error: %s", strerror(errno)); in tube_handle_listen() 186 log_err("malloc failure"); in tube_handle_listen() 205 log_err("rpipe error: %s", strerror(errno)); in tube_handle_listen() 232 log_err("tube_handle_write net error %d", error); in tube_handle_write() 246 log_err("wpipe error: %s", strerror(errno)); in tube_handle_write() 263 log_err("wpipe error: %s", strerror(errno)); in tube_handle_write() 300 log_err("tube msg write failed: %s", strerror(errno)); in tube_write_msg() [all …]
|
H A D | random.c | 87 log_err("malloc failure in random init"); in ub_initstate() 119 log_err("malloc failure in random init"); in ub_initstate() 155 log_err("malloc failure in random init"); in ub_initstate() 166 log_err("nettle random(yarrow) cannot initialize, " in ub_initstate() 180 log_err("Couldn't generate randomness, Yarrow-256 generator not yet seeded"); in ub_random()
|
H A D | net_help.c | 142 log_err("can't fcntl F_GETFL: %s", strerror(errno)); in fd_set_nonblock() 147 log_err("can't fcntl F_SETFL: %s", strerror(errno)); in fd_set_nonblock() 153 log_err("can't ioctlsocket FIONBIO on: %s", in fd_set_nonblock() 166 log_err("cannot fcntl F_GETFL: %s", strerror(errno)); in fd_set_block() 171 log_err("cannot fcntl F_SETFL: %s", strerror(errno)); in fd_set_block() 178 log_err("can't ioctlsocket FIONBIO off: %s", in fd_set_block() 310 log_err("netblock too large: %s", str); in netblockstrtoaddr() 315 log_err("cannot parse netblock: '%s'", str); in netblockstrtoaddr() 324 log_err("cannot parse ip address: '%s'", str); in netblockstrtoaddr() 653 log_err("%s: %s for %s port %d (len %d)", str, err, dest, in log_err_addr() [all …]
|
/freebsd/contrib/unbound/cachedb/ |
H A D | redis.c | 101 log_err("failed to connect to redis server: %s", errstr); in redis_connect() 105 log_err("failed to set redis timeout"); in redis_connect() 112 log_err("failed to authenticate with password"); in redis_connect() 122 log_err("failed to set logical database (%d)", in redis_connect() 148 log_err("out of memory"); in redis_init() 154 log_err("out of memory"); in redis_init() 185 log_err("redis_init: failed to init redis"); in redis_init() 199 log_err("redis_init: failed to init redis, the " in redis_init() 211 log_err("redis_init: failed to init redis, the " in redis_init() 279 log_err("redis_command: failed to receive a reply, " in redis_command() [all …]
|
/freebsd/contrib/unbound/daemon/ |
H A D | acl_list.c | 115 log_err("access control type %s unknown", str); in parse_acl_access() 134 log_err("cannot parse access control: %s %s", str, s2); in acl_list_str_cfg() 139 log_err("out of memory"); in acl_list_str_cfg() 156 log_err("cannot parse interface: %s", str); in acl_find_or_create_str2addr() 161 log_err("cannot parse netblock: %s", str); in acl_find_or_create_str2addr() 172 log_err("out of memory"); in acl_find_or_create_str2addr() 193 log_err("out of memory"); in acl_find_or_create() 211 log_err("cannot update ACL on non-configured interface: %s %d", in acl_interface_str_cfg() 235 log_err("non-configured interface: %s", str); in acl_list_tags_cfg() 241 log_err("out of memory"); in acl_list_tags_cfg() [all …]
|
/freebsd/contrib/unbound/ipsecmod/ |
H A D | ipsecmod.c | 60 log_err("ipsecmod: missing ipsecmod-hook."); in ipsecmod_apply_cfg() 75 log_err("malloc failure"); in ipsecmod_init() 81 log_err("ipsecmod: could not apply configuration settings."); in ipsecmod_init() 168 log_err("Could not generate request: out of memory"); in generate_request() 220 log_err("ipsecmod: out of memory when calling the hook"); in ipseckey_has_safe_characters() 261 log_err("ipsecmod: no shell available for ipsecmod-hook"); in call_hook() 278 log_err("ipsecmod: out of memory when calling the hook"); in call_hook() 282 log_err("ipsecmod: qname has unsafe characters"); in call_hook() 303 log_err("ipsecmod: Answer is not of A or AAAA type"); in call_hook() 320 log_err("ipsecmod: Error in printing IP address"); in call_hook() [all …]
|
/freebsd/contrib/unbound/dynlibmod/ |
H A D | dynlibmod.c | 34 log_err("dynlibmod: %s (%ld)", MessageBuffer, dwLastError); in log_dlerror() 54 log_err("dynlibmod: %s", dlerror()); in log_dlerror() 64 log_err("dlclose %s: %s", fname, strerror(errno)); in close_library() 81 log_err("dynlibmod[%d]: malloc failure", dynlib_mod_idx); in dynlibmod_init() 93 log_err("dynlibmod[%d]: no dynamic library given.", dynlib_mod_idx); in dynlibmod_init() 103 log_err("dynlibmod[%d]: unable to load dynamic library \"%s\".", dynlib_mod_idx, de->fname); in dynlibmod_init() 115 …log_err("dynlibmod[%d]: unable to load init procedure from dynamic library \"%s\".", dynlib_mod_id… in dynlibmod_init() 123 …log_err("dynlibmod[%d]: unable to load deinit procedure from dynamic library \"%s\".", dynlib_mod_… in dynlibmod_init() 131 …log_err("dynlibmod[%d]: unable to load operate procedure from dynamic library \"%s\".", dynlib_mod… in dynlibmod_init() 139 …log_err("dynlibmod[%d]: unable to load inform_super procedure from dynamic library \"%s\".", dynli… in dynlibmod_init() [all …]
|
/freebsd/usr.sbin/iscsid/ |
H A D | iscsid.c | 101 log_err(1, "malloc"); in pdu_receive_proxy() 111 log_err(1, "ISCSIDRECEIVE"); in pdu_receive_proxy() 142 log_err(1, "ISCSIDSEND"); in pdu_send_proxy() 234 log_err(1, "calloc"); in connection_new() 278 log_err(1, "failed to connect to %s " in connection_new() 300 log_err(1, "failed to create socket for %s", from_addr); in connection_new() 385 log_err(1, "failed to bind to %s", from_addr); in connection_new() 393 log_err(1, "failed to connect to %s", to_addr); in connection_new() 418 log_err(1, "ISCSIDLIMITS"); in limits() 482 log_err(1, "ISCSIDHANDOFF"); in handoff() [all …]
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 167 log_err("dnstap io wakeup: write: %s", in dtio_wakeup() 258 log_err("out of memory logging dnstap"); in dt_msg_queue_submit() 358 log_err("dnstap setup: no dnstap-socket-path for " in dt_io_thread_apply_cfg() 369 log_err("dnstap setup: malloc failure"); in dt_io_thread_apply_cfg() 376 log_err("dnstap setup: no dnstap-ip for TCP connect"); in dt_io_thread_apply_cfg() 382 log_err("dnstap setup: malloc failure"); in dt_io_thread_apply_cfg() 395 log_err("dnstap setup: malloc failure"); in dt_io_thread_apply_cfg() 408 log_err("dnstap setup: malloc failure"); in dt_io_thread_apply_cfg() 413 log_err("dnstap setup: client key " in dt_io_thread_apply_cfg() 424 log_err("dnstap setup: malloc failure"); in dt_io_thread_apply_cfg() [all …]
|
H A D | unbound-dnstap-socket.c | 294 log_err("malloc failure"); in tap_socket_new_local() 300 log_err("malloc failure"); in tap_socket_new_local() 315 log_err("malloc failure"); in tap_socket_new_tcpaccept() 321 log_err("malloc failure"); in tap_socket_new_tcpaccept() 337 log_err("malloc failure"); in tap_socket_new_tlsaccept() 343 log_err("malloc failure"); in tap_socket_new_tlsaccept() 351 log_err("could not create ssl context"); in tap_socket_new_tlsaccept() 372 log_err("could not parse IP '%s'", ip); in make_tcp_accept() 377 log_err("can't create socket: %s", sock_strerror(errno)); in make_tcp_accept() 383 log_err("setsockopt(.. SO_REUSEADDR ..) failed: %s", in make_tcp_accept() [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | val_anchor.c | 313 log_err("Bad type for trust anchor"); in anchor_store_new_key() 387 log_err("parse error in domain name '%s'", str); in anchor_insert_insecure() 406 log_err("error parsing trust anchor %s: at %d: %s", in anchor_store_str() 412 log_err("out of memory"); in anchor_store_str() 438 log_err("error opening file %s: %s", fname, strerror(errno)); in anchor_read_file() 451 log_err("parse error in %s:%d:%d : %s", fname, in anchor_read_file() 463 log_err("mem error at %s line %d", fname, pst.lineno); in anchor_read_file() 468 log_err("error at %s line %d: no multiple anchor " in anchor_read_file() 617 log_err("trusted-keys, line %d, expected %c", in skip_to_special() 623 log_err("trusted-keys, line %d, expected %c got EOF", *line, spec); in skip_to_special() [all …]
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_hints.c | 102 log_err("could not parse %s", sv); in ah() 186 log_err("second hints for zone %s ignored.", buf); in hints_insert() 201 log_err("stub zone without a name"); in read_stubs_name() 206 log_err("cannot parse stub zone name %s", s->name); in read_stubs_name() 211 log_err("out of memory"); in read_stubs_name() 230 log_err("cannot parse stub %s nameserver name: '%s'", in read_stubs_host() 236 log_err("no name verification functionality in " in read_stubs_host() 241 log_err("out of memory"); in read_stubs_host() 260 log_err("cannot parse stub %s ip address: '%s'", in read_stubs_addr() 266 log_err("no name verification functionality in " in read_stubs_addr() [all …]
|
/freebsd/usr.sbin/autofs/ |
H A D | automount.c | 69 log_err(1, "asprintf"); in unmount_by_statfs() 134 log_err(1, "cannot mount %s on %s: %s", in mount_autofs() 137 log_err(1, "cannot mount %s on %s", from, fspath); in mount_autofs() 153 log_err(1, "asprintf"); in mount_if_not_already() 191 log_err(1, "getmntinfo"); in mount_unmount() 252 log_err(1, "cannot flush %s: %s", in flush_autofs() 255 log_err(1, "cannot flush %s", fspath); in flush_autofs() 269 log_err(1, "getmntinfo"); in flush_caches() 286 log_err(1, "cannot statfs %s", mntbuf[i].f_mntonname); in flush_caches() 307 log_err(1, "getmntinfo"); in unmount_automounted()
|
H A D | popen.c | 84 log_err(1, "cannot open %s", _PATH_DEVNULL); in auto_popen() 88 log_err(1, "pipe"); in auto_popen() 92 log_err(1, "malloc"); in auto_popen() 114 log_err(1, "fork"); in auto_popen() 127 log_err(1, "failed to execute %s", argv[0]); in auto_popen()
|
H A D | autounmountd.c | 80 log_err(1, "calloc"); in automounted_add() 107 log_err(1, "getmntinfo"); in refresh_automounted() 159 log_err(1, "asprintf"); in unmount_by_fsid() 249 log_err(1, "kevent"); in do_wait() 308 log_err(1, "cannot open or create pidfile \"%s\"", in main_autounmountd() 326 log_err(1, "kqueue"); in main_autounmountd() 331 log_err(1, "kevent"); in main_autounmountd()
|
/freebsd/lib/libiscsiutil/ |
H A D | chap.c | 113 log_err(1, "calloc"); in chap_b642bin() 157 log_err(1, "calloc"); in chap_hex2bin() 195 log_err(1, "malloc"); in chap_bin2hex() 214 log_err(1, "malloc"); in chap_bin2hex() 234 log_err(1, "calloc"); in chap_new() 253 log_err(1, "asprintf"); in chap_get_id() 335 log_err(1, "calloc"); in rchap_new() 350 log_err(1, "calloc"); in rchap_receive_bin() 388 log_err(1, "calloc"); in rchap_get_response_bin()
|
H A D | keys.c | 45 log_err(1, "calloc"); in keys_new() 76 log_err(1, "malloc"); in keys_load() 116 log_err(1, "open_memstream"); in keys_save() 127 log_err(1, "fclose"); in keys_save() 187 log_err(1, "asprintf"); in keys_add_int()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 196 log_err("systemd sd_booted(): %s", strerror(-r)); in systemd_get_activated() 217 log_err("systemd sd_listen_fds(): %s", strerror(-r)); in systemd_get_activated() 233 log_err("systemd sd_listen_fds(): %s", path); in systemd_get_activated() 292 log_err("can't create socket: %s", sock_strerror(errno)); in create_udp_sock() 305 log_err("setsockopt(.. SO_REUSEADDR ..) failed: %s", in create_udp_sock() 406 log_err("setsockopt(..., SO_RCVBUFFORCE, " in create_udp_sock() 416 log_err("setsockopt(..., SO_RCVBUF, " in create_udp_sock() 451 log_err("setsockopt(..., SO_SNDBUFFORCE, " in create_udp_sock() 461 log_err("setsockopt(..., SO_SNDBUF, " in create_udp_sock() 504 log_err("setsockopt(..., IPV6_V6ONLY" in create_udp_sock() [all …]
|
H A D | modstack.c | 115 log_err("error: no modules specified"); in modstack_config() 119 log_err("error: too many modules (%d max %d)", in modstack_config() 126 log_err("out of memory"); in modstack_config() 140 log_err("Unknown value in module-config, module: '%s'." in modstack_config() 253 log_err("module startup for module %s failed", in modstack_call_startup() 273 log_err("changed module ordering during reload not supported, for module that needs startup"); in modstack_call_init() 293 log_err("module init for module %s failed", in modstack_call_init()
|
/freebsd/contrib/unbound/ipset/ |
H A D | ipset.c | 60 log_err("open(\"/dev/pf\") failed: %s", strerror(errno)); in open_filter() 72 log_err("ipset: could not open netfilter."); in open_filter() 78 log_err("ipset: could not bind netfilter."); in open_filter() 136 log_err("ioctl failed: %s", strerror(errno)); in add_to_ipset() 210 log_err("ipset: could not add %s into %s", dname, setname); in ipset_add_rrset_data() 238 log_err("bad domain name"); in ipset_check_zones_for_rrset() 297 log_err("bad domain name"); in ipset_update() 329 log_err("malloc failure"); in ipset_startup() 338 log_err("ipset open_filter failed"); in ipset_startup() 380 log_err("ipset: set name no configuration?"); in ipset_init() [all …]
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnet-whitelist.c | 106 log_err("cannot parse send-client-subnet netblock: %s", str); in upstream_str_cfg() 110 log_err("out of memory"); in upstream_str_cfg() 144 log_err("cannot parse client-subnet-zone: %s", p->str); in read_names() 152 log_err("out of memory"); in read_names() 158 log_err("out of memory"); in read_names()
|