| /freebsd-13.1/contrib/unbound/dynlibmod/examples/ |
| H A D | helloworld.c | 41 log_info("dynlib: hello world from init"); in init() 54 log_info("dynlib: hello world from deinit"); in deinit() 64 log_info("dynlib: hello world from operate"); in operate() 65 log_info("dynlib: incoming query: %s %s(%d) %s(%d)", in operate() 95 log_info("dynlib: hello world from inform_super"); in inform_super() 101 log_info("dynlib: hello world from clear"); in clear() 112 log_info("dynlib: hello world from get_mem"); in get_mem() 123 log_info("dynlib: hello world from callback"); in reply_callback() 126 log_info("dynlib: numbers gotten from query: %d, %d, and %d", in reply_callback()
|
| /freebsd-13.1/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 396 log_info("control frame %s", desc); in log_control_frame() 830 if(verbosity) log_info("SSL connection %s" in tap_check_peer() 838 if(verbosity) log_info("SSL connection %s " in tap_check_peer() 843 if(verbosity) log_info("SSL connection %s " in tap_check_peer() 939 if(verbosity>=3) log_info("tap callback"); in dtio_tap_callback() 986 if(verbosity>=4) log_info("f recv %d", (int)r); in dtio_tap_callback() 1085 log_info("accepted new dnstap client"); in dtio_mainfdcallback() 1089 log_info("accepted new dnstap client"); in dtio_mainfdcallback() 1099 log_info("accepted new dnstap client"); in dtio_mainfdcallback() 1218 if(verbosity) log_info("start of service"); in setup_and_run() [all …]
|
| /freebsd-13.1/usr.sbin/bluetooth/btpand/ |
| H A D | server.c | 81 log_info("Service Availability: %d/%d", server_avail, UINT8_MAX); in server_update() 136 log_info("server socket open"); in server_open() 147 log_info("server socket closed"); in server_close() 195 log_info("Could not increase SO_RCVBUF (from %d)", n); in server_read() 240 log_info("Accepted connection from %s", bt_ntoa(&ra.l2cap_bdaddr, NULL)); in server_read()
|
| H A D | client.c | 86 log_info("Opening connection to service 0x%4.4x at %s", in client_init() 114 log_info("Could not increase SO_RCVBUF (from %d)", n); in client_init() 191 log_info("Searching for %s service at %s", in client_query() 224 log_info("Found PSM %d for service %s", l2cap_psm, service_name); in client_query()
|
| H A D | btpand.h | 181 #define log_info(fmt, args...) syslog(LOG_INFO, fmt , ##args) macro
|
| H A D | tap.c | 105 log_info("Using interface %s with addr %s", ifr.ifr_name, in tap_init()
|
| H A D | channel.c | 167 log_info("connection closed, exiting"); in channel_free()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | alloc.c | 306 log_info("%salloc: %d in cache, %d blocks.", alloc->super?"":"sup", in alloc_stats() 383 log_info("stat %p=malloc(%u)", res+16, (unsigned)size); in unbound_stat_malloc() 405 log_info("stat %p=calloc(%u, %u)", res+16, (unsigned)nmemb, (unsigned)size); in unbound_stat_calloc() 425 log_info("stat free(%p) size %u", ptr+16, (unsigned)s); in unbound_stat_free() 457 log_info("stat realloc(%p, %u) from %u", ptr+16, (unsigned)size, (unsigned)cursz); in unbound_stat_realloc() 474 log_info("%s:%d %s malloc(%u)", file, line, func, (unsigned)size); in unbound_stat_malloc_log() 482 log_info("%s:%d %s calloc(%u, %u)", file, line, func, in unbound_stat_calloc_log() 494 log_info("%s:%d %s free(%p) size %u", in unbound_stat_free_log() 497 log_info("%s:%d %s unmatched free(%p)", file, line, func, ptr); in unbound_stat_free_log() 505 log_info("%s:%d %s realloc(%p, %u)", file, line, func, in unbound_stat_realloc_log()
|
| H A D | timehist.c | 168 log_info("[25%%]=%g median[50%%]=%g [75%%]=%g", in timehist_log() 173 log_info("lower(secs) upper(secs) %s", name); in timehist_log() 176 log_info("%4d.%6.6d %4d.%6.6d %u", in timehist_log()
|
| H A D | log.h | 149 void log_info(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
|
| H A D | regional.c | 248 log_info("regional %u chunks, %u large", in regional_log_stats()
|
| /freebsd-13.1/usr.sbin/ypldap/ |
| H A D | log.c | 33 void log_info(const char *, ...); 121 log_info(const char *emsg, ...) in log_info() function
|
| H A D | ypldap.h | 188 void log_info(const char *, ...);
|
| H A D | ypldap_dns.c | 69 log_info("dns engine exiting"); in dns_shutdown()
|
| /freebsd-13.1/usr.sbin/bluetooth/sdpd/ |
| H A D | log.h | 45 void log_info (char const *message, ...);
|
| H A D | log.c | 111 log_info(char const *message, ...) in log_info() function
|
| /freebsd-13.1/contrib/unbound/util/data/ |
| H A D | packed_rrset.c | 296 log_info("rrbuf failure %d %s", (int)d->rr_len[i], dest); in packed_rr_to_string() 314 log_info("%s: rr %d wire2str-error", str, (int)i); in log_packed_rrset() 316 log_info("%s: %s", str, buf); in log_packed_rrset()
|
| H A D | msgreply.c | 878 log_info("%s: log_dns_msg: ldns tostr failed", str); in log_dns_msg() 880 log_info("%s %s", str, s); in log_dns_msg() 910 else log_info("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info() 922 else log_info("%s %s %s %s %s " ARG_LL "d.%6.6d %d %d", in log_reply_info()
|
| /freebsd-13.1/contrib/unbound/util/storage/ |
| H A D | lruhash.c | 462 log_info("%s: %u entries, memory %u / %u", in lruhash_status() 465 log_info(" itemsize %u, array %u, mask %d", in lruhash_status() 482 log_info("bin[%d] %d", (int)i, here); in lruhash_status() 486 log_info(" bin min %d, avg %.2lf, max %d", min, in lruhash_status()
|
| H A D | slabhash.c | 137 log_info("Slabhash %s: %u tables mask=%x shift=%d", in slabhash_status()
|
| /freebsd-13.1/contrib/unbound/validator/ |
| H A D | autotrust.c | 2274 log_info("out of memory in debug_print_ta"); in autr_debug_print_ta() 2280 log_info("[%s] %s ;;state:%d ;;pending_count:%d%s%s last:%s", in autr_debug_print_ta() 2295 log_info("trust point %s : %d", buf, (int)tp->dclass); in autr_debug_print_tp() 2296 log_info("assembled %d DS and %d DNSKEYs", in autr_debug_print_tp() 2304 log_info("file %s", tp->autr->file); in autr_debug_print_tp() 2307 log_info("last_queried: %u %s", (unsigned)tp->autr->last_queried, buf); in autr_debug_print_tp() 2310 log_info("last_success: %u %s", (unsigned)tp->autr->last_success, buf); in autr_debug_print_tp() 2313 log_info("next_probe_time: %u %s", (unsigned)tp->autr->next_probe_time, in autr_debug_print_tp() 2315 log_info("query_interval: %u", (unsigned)tp->autr->query_interval); in autr_debug_print_tp() 2316 log_info("retry_time: %u", (unsigned)tp->autr->retry_time); in autr_debug_print_tp() [all …]
|
| /freebsd-13.1/contrib/unbound/iterator/ |
| H A D | iter_delegpt.c | 283 log_info("DelegationPoint<%s>: empty", buf); in delegpt_log() 288 log_info("DelegationPoint<%s>: %u names (%u missing), " in delegpt_log() 296 log_info(" %s %s%s%s%s%s%s%s", buf, in delegpt_log()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.h | 358 clang::ObjCInterfaceDecl *original_interface_decl, const char *log_info);
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | stats.c | 113 log_info("server stats for thread %d: %u queries, " in server_stats_log() 122 log_info("server stats for thread %d: requestlist max %u avg %g " in server_stats_log()
|
| H A D | daemon.c | 700 log_info("start of service (%s).", PACKAGE_STRING); in daemon_fork() 708 log_info("service stopped (%s).", PACKAGE_STRING); in daemon_fork()
|