Home
last modified time | relevance | path

Searched refs:log_info (Results 1 – 25 of 264) sorted by relevance

1234567891011

/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c267 if (log_info->enabled) { in vg_dump_clk_registers()
271 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
280 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
287 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
294 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
300 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
306 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
312 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
318 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
324 log_info->pBuf += chars_printed; in vg_dump_clk_registers()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c335 if (log_info->enabled) { in rn_dump_clk_registers()
339 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
348 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
355 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
362 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
368 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
374 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
380 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
386 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
392 log_info->pBuf += chars_printed; in rn_dump_clk_registers()
[all …]
/openbsd/usr.sbin/unbound/dynlibmod/examples/
H A Dhelloworld.c41 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()
/openbsd/usr.sbin/smtpd/
H A Dforward.c48 log_info("info: forward file is empty"); in forwards_get()
55 log_info("info: forward file exceeds max size"); in forwards_get()
68 log_info("info: parse error in forward file"); in forwards_get()
72 log_info("info: forward file expanded too many nodes"); in forwards_get()
/openbsd/usr.sbin/dhcpd/
H A Dbootp.c80 log_info("BOOTREQUEST from %s via %s%s", in bootp()
117 log_info("Ignoring excluded BOOTP client %s", in bootp()
125 log_info("Ignoring BOOTP request from client %s", in bootp()
137 log_info("Ignoring unknown BOOTP client %s via %s", in bootp()
151 log_info("Ignoring BOOTP request from client %s via " in bootp()
167 log_info("No applicable record for BOOTP host %s via " in bootp()
223 log_info("Ignoring excluded BOOTP client %s", hp->name); in bootp()
229 log_info("Ignoring BOOTP request from client %s", hp->name); in bootp()
327 log_info("BOOTREPLY for %s to %s (%s) via %s", piaddr(ip_address), in bootp()
H A Ddhcp.c109 log_info("DHCPDISCOVER from %s via %s", in dhcpdiscover()
117 log_info("Packet from unknown subnet: %s", in dhcpdiscover()
131 log_info("no free leases on subnet %s", in dhcpdiscover()
193 log_info("Ignoring unknown client %s", in dhcpdiscover()
197 log_info("Declining to boot client %s", in dhcpdiscover()
336 log_info("Ignoring unknown client %s", in dhcprequest()
342 log_info("Declining to renew client %s", in dhcprequest()
552 log_info("Packet from unknown subnet: %s", in dhcpinform()
717 log_info("already acking lease %s", in ack_lease()
1380 log_info("DHCPACK to %s (%s) via %s", in dhcp_reply()
[all …]
H A Dpacket.c201 log_info("%u bad IP checksums seen in %u packets", in decode_udp_ip_header()
245 log_info("%u udp packets in %u too long - dropped", in decode_udp_ip_header()
269 log_info("%u bad udp checksums in %u packets", in decode_udp_ip_header()
H A Dsync.c108 log_info("added dhcp sync host %s (address %s, port %d)\n", in sync_addhost()
279 log_info("%s(sync): received packet of %d bytes\n", in sync_recv()
348 log_info("%s(sync): truncated or invalid packet\n", in sync_recv()
368 log_info("sending multicast sync message\n"); in sync_send()
377 log_info("sending sync message to %s (%s)\n", in sync_send()
/openbsd/sbin/iked/
H A Dradius.c236 log_info("%s: ibuf_new() failed: %s", __func__, in iked_radius_on_event()
242 log_info("%s: received Access-Accept for %s", in iked_radius_on_event()
250 log_info("%s: ibuf_new() failed: %s", __func__, in iked_radius_on_event()
278 log_info("%s: ibuf_new() failed: %s", __func__, in iked_radius_on_event()
302 log_info("%s: received Access-Reject for %s", in iked_radius_on_event()
321 log_info("%s: ibuf_new() failed: %s", __func__, in iked_radius_on_event()
375 log_info("%s: RADIUS server %s failed", __func__, in iked_radius_request_send()
385 log_info("%s: Can't change RADIUS server: " in iked_radius_request_send()
392 log_info("%s: RADIUS server %s is active", in iked_radius_request_send()
412 log_info("%s: No RADIUS server is configured", in iked_radius_request_send()
[all …]
H A Dikev2.c3033 log_info("%s: failed eap response", in ikev2_resp_recv()
3205 log_info("%sdeleted %zu SPI%s: %s", in ikev2_handle_delete()
4572 log_info("%s: failed to setup DH", in ikev2_init_create_child_sa()
5513 log_info("%s: failed to get encr", in ikev2_sa_negotiate_common()
5582 log_info("%s: invalid peer nonce", in ikev2_sa_initiator()
7172 log_info("%s: addrpool error", in ikev2_cp_setaddr_pool()
7180 log_info("%s: addrpool6 error", in ikev2_cp_setaddr_pool()
7201 log_info( in ikev2_cp_setaddr_pool()
7209 log_info( in ikev2_cp_setaddr_pool()
7707 log_info( in ikev2_log_established()
[all …]
H A Deap.c80 log_info("%s: invalid identity response, length %zu", in eap_validate_id_response()
490 log_info("%s: %s %s id %d " in eap_parse()
512 log_info("%s: %s %s id %d " in eap_parse()
535 log_info("%s: %s %s request id %d " in eap_parse()
547 log_info("%s: %s %s response", __func__, in eap_parse()
569 log_info("%s: %s %s id %d " in eap_parse()
577 log_info("%s: unknown ms opcode %d", __func__, in eap_parse()
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c134 log_info("%s%s", desc, str); in log_pkt()
414 log_info("testbound: do STEP %d %s", in answer_check_it()
464 log_info("testbound: incoming QUERY"); in fake_front_query()
560 log_info("elapsed %d.%6.6d now %d.%6.6d", in time_passes()
567 log_info("fake_timer callback"); in time_passes()
712 log_info("remove message %s", now->string); in do_flush_message()
737 log_info("expire message %s", now->string); in do_expire_message()
1093 log_info("comm_point_drop_reply fake"); in comm_point_drop_reply()
1383 log_info("serviced pending delete"); in outnet_serviced_query_stop()
1644 log_info("fake timer disabled"); in comm_timer_disable()
[all …]
H A Dchecklocks.c793 log_info("+++ Lock %llx, %d %d create %s %s %d", in lock_debug_info()
797 log_info("lock type: %s", in lock_debug_info()
806 log_info("holder thread %d, writeholder thread %d", in lock_debug_info()
828 log_info("pthread id is %x", (int)thr->id); in thread_debug_info()
830 log_info("thread arg is %llx (%d)", in thread_debug_info()
833 log_info("thread num is %d", thr->num); in thread_debug_info()
834 log_info("locks created %d", thr->locks_created); in thread_debug_info()
835 log_info("open file for lockinfo: %s", in thread_debug_info()
853 log_info("checklocks: supervising %d threads.", in total_debug_info()
856 log_info("No thread debug key created yet"); in total_debug_info()
[all …]
/openbsd/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c492 log_info("control frame %s", desc); in log_control_frame()
936 if(verbosity) log_info("SSL connection %s" in tap_check_peer()
944 if(verbosity) log_info("SSL connection %s " in tap_check_peer()
949 if(verbosity) log_info("SSL connection %s " in tap_check_peer()
1049 if(verbosity>=3) log_info("tap callback"); in dtio_tap_callback()
1096 if(verbosity>=4) log_info("f recv %d", (int)r); in dtio_tap_callback()
1194 log_info("accepted new dnstap client"); in dtio_mainfdcallback()
1198 log_info("accepted new dnstap client"); in dtio_mainfdcallback()
1208 log_info("accepted new dnstap client"); in dtio_mainfdcallback()
1329 if(verbosity) log_info("start of service"); in setup_and_run()
[all …]
/openbsd/usr.sbin/dhcrelay/
H A Ddhcrelay.c334 log_info("Discarding packet with invalid hlen."); in relay()
375 log_info("ignoring BOOTREPLY with invalid " in relay()
400 log_info("ignoring non BOOTREPLY from server"); in relay()
422 log_info("ignoring BOOTREQUEST with invalid " in relay()
541 log_info("Discarding packet with invalid size."); in got_response()
633 log_info("unmatched relay info %d", *p); in relay_agentinfo_cmp()
654 log_info("invalid dhcp options cookie"); in relay_agentinfo_append()
671 log_info("truncated dhcp options"); in relay_agentinfo_append()
774 log_info("invalid dhcp options cookie"); in relay_agentinfo_remove()
792 log_info("truncated dhcp options"); in relay_agentinfo_remove()
[all …]
/openbsd/usr.sbin/vmd/
H A Dx86_mmio.c248 log_info("%s: %s 0x%llx", __progname, str_reg(i), in dump_regs()
253 log_info("%s: %s { sel: 0x%04x, lim: 0x%08x, ar: 0x%08x, " in dump_regs()
262 log_info("instruction { %s, enc=%s, len=%d, mod=0x%02x, (" in dump_insn()
826 log_info("%s: cpu mode %s detected", __progname, str_cpu_mode(mode)); in insn_decode()
842 log_info("%s: prefixes {g1: 0x%02x, g2: 0x%02x, g3: 0x%02x, g4: 0x%02x," in insn_decode()
857 log_info("%s: found opcode %s (operand encoding %s) (%s)", __progname, in insn_decode()
877 log_info("%s: found ModRM 0x%02x (%s)", __progname, in insn_decode()
891 log_info("%s: found SIB 0x%02x (%s)", __progname, in insn_decode()
914 log_info("%s: final instruction length is %u", __func__, in insn_decode()
917 log_info("%s: modrm: {mod: %d, regop: %d, rm: %d}", __func__, in insn_decode()
[all …]
H A Dpsp.c203 log_info("%s: measurement 0x%s", __func__, buf); in psp_launch_measure()
212 log_info("%s: nonce 0x%s", __func__, buf); in psp_launch_measure()
343 log_info("PSP api %hhu.%hhu, build %hhu", major, minor, build); in psp_setup()
/openbsd/sbin/unwind/libunbound/util/
H A Dalloc.c306 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()
486 log_info("%s:%d %s malloc(%u)", file, line, func, (unsigned)size); in unbound_stat_malloc_log()
494 log_info("%s:%d %s calloc(%u, %u)", file, line, func, in unbound_stat_calloc_log()
506 log_info("%s:%d %s free(%p) size %u", in unbound_stat_free_log()
509 log_info("%s:%d %s unmatched free(%p)", file, line, func, ptr); in unbound_stat_free_log()
517 log_info("%s:%d %s realloc(%p, %u)", file, line, func, in unbound_stat_realloc_log()
[all …]
H A Dtimehist.c152 log_info("[25%%]=%g median[50%%]=%g [75%%]=%g", in timehist_log()
157 log_info("lower(secs) upper(secs) %s", name); in timehist_log()
160 log_info("%4d.%6.6d %4d.%6.6d %u", in timehist_log()
/openbsd/usr.sbin/unbound/util/
H A Dalloc.c306 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()
486 log_info("%s:%d %s malloc(%u)", file, line, func, (unsigned)size); in unbound_stat_malloc_log()
494 log_info("%s:%d %s calloc(%u, %u)", file, line, func, in unbound_stat_calloc_log()
506 log_info("%s:%d %s free(%p) size %u", in unbound_stat_free_log()
509 log_info("%s:%d %s unmatched free(%p)", file, line, func, ptr); in unbound_stat_free_log()
517 log_info("%s:%d %s realloc(%p, %u)", file, line, func, in unbound_stat_realloc_log()
[all …]
H A Dtimehist.c152 log_info("[25%%]=%g median[50%%]=%g [75%%]=%g", in timehist_log()
157 log_info("lower(secs) upper(secs) %s", name); in timehist_log()
160 log_info("%4d.%6.6d %4d.%6.6d %u", in timehist_log()
/openbsd/usr.sbin/radiusd/
H A Dradiusd_file.c207 log_info("user `%s' is not configured", username); in parent_dispatch_main()
211 log_info("password for `%s' is not configured", in parent_dispatch_main()
416 log_info("q=%u User `%s' authentication %s (PAP)", q_id, username, in auth_pap()
458 log_info("q=%u User `%s' authentication %s (CHAP)", q_id, username, in auth_md5chap()
504 log_info("q=%u failed to retribute MS-CHAP-Challenge", q_id); in auth_mschapv2()
510 log_info("q=%u failed to retribute MS-CHAP2-Response", q_id); in auth_mschapv2()
530 log_info("q=%u User `%s' authentication failed (MSCHAPv2)", in auth_mschapv2()
544 log_info("q=%u User `%s' authentication succeeded (MSCHAPv2)", in auth_mschapv2()
605 log_info("q=%u User `%s' authentication failed", q_id, in auth_reject()
/openbsd/sbin/slaacd/
H A Dlog.h34 void log_info(const char *, ...)
53 #define log_info(x...) do {} while (0) macro
/openbsd/sbin/dhcpleased/
H A Dlog.h34 void log_info(const char *, ...)
53 #define log_info(x...) do {} while (0) macro
/openbsd/usr.sbin/bgpd/
H A Drtr.c95 log_info("%u roa-set entries expired", recalc); in rtr_expire_roas()
113 log_info("%u aspa-set entries expired", recalc); in rtr_expire_aspa()
228 log_info("rtr engine ready"); in rtr_main()
304 log_info("rtr engine exiting"); in rtr_main()
436 log_info("RTR engine reconfigured"); in rtr_dispatch_imsg_parent()

1234567891011