Home
last modified time | relevance | path

Searched refs:log_err (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/usr.sbin/bluetooth/btpand/
H A Dserver.c100 log_err("Could not open L2CAP socket: %m"); in server_open()
113 log_err("Could not bind 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()
204 log_err("L2CAP OMTU too small (%d)", mtu); in server_read()
272 log_err("failed to contact SDP server"); in server_register()
[all …]
H A Dclient.c63 log_err("Could not open L2CAP socket: %m"); in client_init()
75 log_err("Could not bind client socket: %m"); 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()
186 log_err("%s: %m", service_name); in client_query()
203 log_err("%s service not found", service_name); in client_query()
[all …]
H A Dtap.c63 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 Dchannel.c65 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/cachedb/
H A Dredis.c104 log_err("failed to set redis timeout"); in redis_connect()
111 log_err("failed to authenticate with password"); in redis_connect()
121 log_err("failed to set logical database (%d)", in redis_connect()
147 log_err("out of memory"); in redis_init()
153 log_err("out of memory"); in redis_init()
168 log_err("redis_init: failed to init redis"); in redis_init()
182 log_err("redis_init: failed to init redis, the " in redis_init()
194 log_err("redis_init: failed to init redis, the " in redis_init()
262 log_err("redis_command: failed to receive a reply, " in redis_command()
272 log_err("redis: %s resulted in an error: %s", in redis_command()
[all …]
/freebsd/contrib/unbound/util/
H A Dtube.c66 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()
186 log_err("malloc failure"); in tube_handle_listen()
205 log_err("rpipe error: %s", strerror(errno)); in tube_handle_listen()
376 log_err("tube read out of memory"); in tube_read_msg()
502 log_err("out of memory for async answer"); in tube_queue_item()
538 log_err("tube_create: out of memory"); in tube_create()
613 log_err("out of memory in tube_write_msg"); in tube_write_msg()
643 log_err("WSAResetEvent: %s", in tube_read_msg()
[all …]
H A Drandom.c87 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 Dnet_help.c152 log_err("can't ioctlsocket FIONBIO on: %s", in fd_set_nonblock()
309 log_err("netblock too large: %s", str); in netblockstrtoaddr()
314 log_err("cannot parse netblock: '%s'", str); in netblockstrtoaddr()
956 log_err("%s crypto %s", str, buf); in log_crypto_err_code()
959 log_err("and additionally crypto %s", buf); in log_crypto_err_code()
1045 log_err("%s: %s", str, inf); in log_crypto_err_io_code_arg()
1250 log_err("error for cert file: %s", pem); in listen_sslctx_create()
1262 log_err("error for key file: %s", key); in listen_sslctx_create()
1433 log_err("error in client key %s", key); in connect_sslctx_create()
1548 log_err("SSL_set1_host failed"); in set_auth_name_on_ssl()
[all …]
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c139 log_err("out of memory"); in acl_list_str_cfg()
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()
241 log_err("out of memory"); in acl_list_tags_cfg()
260 log_err("no view with name: %s", str2); in acl_list_view_cfg()
286 log_err("out of memory"); in acl_list_tag_action_cfg()
354 log_err("rr data [char %d] parse error %s", in check_data()
379 log_err("out of memory"); in acl_list_tag_data_cfg()
403 log_err("out of memory"); in acl_list_tag_data_cfg()
[all …]
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod.c60 log_err("ipsecmod: missing ipsecmod-hook."); in ipsecmod_apply_cfg()
75 log_err("malloc failure"); in ipsecmod_init()
168 log_err("Could not generate request: out of memory"); in generate_request()
282 log_err("ipsecmod: qname has unsafe characters"); in call_hook()
320 log_err("ipsecmod: Error in printing IP address"); in call_hook()
325 log_err("ipsecmod: shell command too long"); in call_hook()
367 log_err("ipsecmod: shell command too long"); in call_hook()
421 log_err("ipsecmod: bogus IPSECKEY"); in ipsecmod_handle_query()
429 log_err("ipsecmod: ipsecmod-hook failed"); in ipsecmod_handle_query()
460 log_err("ipsecmod: out of memory caching record"); in ipsecmod_handle_query()
[all …]
/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c34 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()
115log_err("dynlibmod[%d]: unable to load init procedure from dynamic library \"%s\".", dynlib_mod_id… in dynlibmod_init()
123log_err("dynlibmod[%d]: unable to load deinit procedure from dynamic library \"%s\".", dynlib_mod_… in dynlibmod_init()
131log_err("dynlibmod[%d]: unable to load operate procedure from dynamic library \"%s\".", dynlib_mod… in dynlibmod_init()
147log_err("dynlibmod[%d]: unable to load clear procedure from dynamic library \"%s\".", dynlib_mod_i… in dynlibmod_init()
[all …]
/freebsd/usr.sbin/iscsid/
H A Discsid.c101 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()
501 log_err(1, "ISCSIDFAIL"); in fail()
535 log_err(1, "cap_enter"); in capsicate()
587 log_err(1, "sigaction"); in set_timeout()
601 log_err(1, "setitimer"); in set_timeout()
626 log_err(1, "sigaction"); in register_sigchld()
774 log_err(1, "ISCSIDWAIT"); in main()
[all …]
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c390 log_err("setsockopt(..., SO_RCVBUF, " in create_udp_sock()
435 log_err("setsockopt(..., SO_SNDBUF, " in create_udp_sock()
478 log_err("setsockopt(..., IPV6_V6ONLY" in create_udp_sock()
975 log_err("Cannot set non-blocking mode"); in create_local_accept_sock()
1524 log_err("can't create commpoint"); in listen_create()
1556 log_err("malloc failed"); in listen_create()
1637 log_err("inet_ntop failed"); in resolve_ifa_name()
1651 log_err("inet_ntop failed"); in resolve_ifa_name()
1759 log_err("out of memory"); in resolve_interface_names()
1767 log_err("out of memory"); in resolve_interface_names()
[all …]
H A Dlocalzone.c217 log_err("out of memory"); in lz_enter_zone_dname()
286 log_err("out of memory"); in rrstr_get_rr_content()
316 log_err("out of memory"); in get_rr_nameclass()
368 log_err("out of memory"); in new_local_rrset()
376 log_err("out of memory"); in new_local_rrset()
383 log_err("out of memory"); in new_local_rrset()
416 log_err("out of memory"); in rrset_insert_rr()
431 log_err("out of memory"); in rrset_insert_rr()
487 log_err("out of memory"); in lz_find_create_node()
521 log_err("out of memory"); in lz_mark_soa_for_zone()
[all …]
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c167 log_err("dnstap io wakeup: write: %s", in dtio_wakeup()
253 log_err("out of memory logging dnstap"); in dt_msg_queue_submit()
407 log_err("dnstap setup: client key " in dt_io_thread_apply_cfg()
439 log_err("could not setup SSL CTX"); in dt_io_thread_apply_cfg()
1026 log_err("SSL_read syscall: %s", in ssl_read_bytes()
1790 log_err("dnstap io: malloc failure"); in dtio_control_stop_flush()
1796 log_err("dnstap io: malloc failure"); in dtio_control_stop_flush()
1812 log_err("dnstap io: malloc failure"); in dtio_control_stop_flush()
1829 log_err("dnstap io: malloc failure"); in dtio_control_stop_flush()
2048 log_err("dnstap io: out of memory"); in dtio_open_output()
[all …]
H A Dunbound-dnstap-socket.c199 log_err("malloc failure"); in tap_socket_new_local()
205 log_err("malloc failure"); in tap_socket_new_local()
220 log_err("malloc failure"); in tap_socket_new_tcpaccept()
226 log_err("malloc failure"); in tap_socket_new_tcpaccept()
242 log_err("malloc failure"); in tap_socket_new_tlsaccept()
248 log_err("malloc failure"); in tap_socket_new_tlsaccept()
394 log_err("out of memory"); in log_control_frame()
524 log_err("could not unpack"); in log_data_frame()
756 log_err("out of memory"); in reply_with_accept()
801 log_err("out of memory"); in reply_with_finish()
[all …]
/freebsd/usr.sbin/autofs/
H A Dautomount.c69 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 Dpopen.c84 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 Dautounmountd.c80 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/contrib/unbound/iterator/
H A Diter_hints.c102 log_err("could not parse %s", sv); in ah()
201 log_err("stub zone without a name"); in read_stubs_name()
211 log_err("out of memory"); in read_stubs_name()
241 log_err("out of memory"); in read_stubs_host()
271 log_err("out of memory"); in read_stubs_addr()
320 log_err("could not read root hints %s: %s", in read_root_hints()
326 log_err("out of memory reading root hints"); in read_root_hints()
351 log_err("out of memory reading root hints"); in read_root_hints()
357 log_err("out of memory."); in read_root_hints()
375 log_err("out of memory reading root hints"); in read_root_hints()
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c313 log_err("Bad type for trust anchor"); in anchor_store_new_key()
412 log_err("out of memory"); in anchor_store_str()
665 log_err("line %d, too long", *line); in process_bind_contents()
678 log_err("line %d, bad key", *line); in process_bind_contents()
689 log_err("line %d, bad key", *line); in process_bind_contents()
714 log_err("line %d, too long", *line); in process_bind_contents()
722 log_err("line %d, EOF before }", *line); in process_bind_contents()
820 log_err("wildcard trusted-keys-file %s: " in anchor_read_bind_file_wild()
835 log_err("error reading wildcard " in anchor_read_bind_file_wild()
1003 log_err("out of memory"); in anchors_assemble_rrsets()
[all …]
/freebsd/lib/libiscsiutil/
H A Dchap.c113 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 Dkeys.c45 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/edns-subnet/
H A Dsubnet-whitelist.c106 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()
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dmain.c169 log_err("Could not find passwd entry for " \ in drop_root()
184 log_err("Could not find group entry for " \ in drop_root()
194 log_err("Could not setgid(%s). %s (%d)", in drop_root()
200 log_err("Could not setuid(%s). %s (%d)", in drop_root()

12345