Searched refs:kdb_printf (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/kdp/ |
| H A D | kdp_udp.c | 1582 kdb_printf("Unable to create core header packet.\n"); in create_panic_header() 1585 kdb_printf("dumpinfo does not fit into KDP packet.\n"); in create_panic_header() 1988 kdb_printf("System dump aborted.\n"); in kdp_panic_dump() 1995 kdb_printf("Error: No transport device registered for kernel crashdump\n"); in kdp_panic_dump() 2041 kdb_printf("inet_aton() failed interpreting %s as a panic server IP\n", panicd_ip_str); in kdp_panic_dump() 2049 kdb_printf("Resolved %s's (or proxy's) link level address\n", panicd_ip_str); in kdp_panic_dump() 2057 kdb_printf("inet_aton() failed interpreting %s as an IP\n", router_ip_str); in kdp_panic_dump() 2072 kdb_printf("Transmitting packets to link level address: %02x:%02x:%02x:%02x:%02x:%02x\n", in kdp_panic_dump() 2080 kdb_printf("Kernel map size is %llu\n", (unsigned long long) get_vmmap_size(kernel_map)); in kdp_panic_dump() 2081 kdb_printf("Sending write request for %s\n", corename_str); in kdp_panic_dump() [all …]
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 56 extern int kdb_printf(const char *format, ...) __printflike(1, 2); 696 { if (kernel_debugger_entry_count) { kdb_printf(fmt, ## args); } } 699 …{ if (kernel_debugger_entry_count) { kdb_printf(fmt, ## args); } else { kprintf(fmt, ## args); pri… 702 … { if (kernel_debugger_entry_count) { kdb_printf(fmt, ## args); } else { kprintf(fmt, ## args); } }
|
| /xnu-11215/pexpert/i386/ |
| H A D | pe_init.c | 53 extern int kdb_printf(const char *format, ...) __printflike(1, 2); 456 …kdb_printf("panic_info contains invalid stackshot metadata: mph_stackshot_offset 0x%x mph_stacksho… in PE_update_panicheader_nestedpanic() 471 …kdb_printf("panic_info contains invalid other log metadata (zero offset but non-zero length), leng… in PE_update_panicheader_nestedpanic()
|
| /xnu-11215/osfmk/i386/AT386/ |
| H A D | model_dep.c | 690 kdb_printf("Found zero length panic log, skipping capturing panic stackshot\n"); in RecordPanicStackshot() 700 kdb_printf("Panicked during stackshot, skipping panic stackshot\n"); in RecordPanicStackshot() 724 kdb_printf("Failed to initialize kcdata buffer for in-memory panic stackshot, skipping ...\n"); in RecordPanicStackshot() 769 …kdb_printf("Failed to re-initialize kcdata buffer for kernel only in-memory panic stackshot, skipp… in RecordPanicStackshot() 807 …kdb_printf("\n** In Memory Panic Stackshot Succeeded ** Bytes Traced %zu (Uncompressed %zu) **\n",… in RecordPanicStackshot() 809 kdb_printf("\n** In Memory Panic Stackshot Succeeded ** Bytes Traced %zu **\n", bytes_traced); in RecordPanicStackshot() 827 …kdb_printf("\n** In Memory Panic Stackshot Incomplete ** Bytes Filled %zu ** Err %d\n", bytes_used… in RecordPanicStackshot() 833 …kdb_printf("\n** In Memory Panic Stackshot Failed ** Bytes Traced %zu, err %d\n", bytes_traced, er… in RecordPanicStackshot() 922 …kdb_printf("Invalid panic log offset found (not properly initialized?): debug_buf_ptr : 0x%p, pani… in SavePanicInfo()
|
| /xnu-11215/osfmk/kern/ |
| H A D | misc_protos.h | 190 extern int kdb_printf(const char *format, ...) __printflike(1, 2);
|
| H A D | printf.c | 965 kdb_printf(const char *fmt, ...) in kdb_printf() function
|