Home
last modified time | relevance | path

Searched refs:kcdata_add_uint32_with_description (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dkern_cdata.h154 kern_return_t kcdata_add_uint32_with_description(kcdata_descriptor_t crashinfo, uint32_t data, cons…
H A Dkern_stackshot.c1277 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, plh->x, "stackshot_" #x))… in kdp_stackshot_plh_stats()
3193 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, (uint32_t)pid, "stackshot… in kdp_stackshot_kcdata_format()
3196 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stack_snapshot_pagetable_… in kdp_stackshot_kcdata_format()
3199 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stackshot_initial_estimat… in kdp_stackshot_kcdata_format()
3200 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stackshot_initial_estimat… in kdp_stackshot_kcdata_format()
H A Dkern_cdata.c1444 kcdata_add_uint32_with_description( in kcdata_add_uint32_with_description() function
/xnu-10002.1.13/osfmk/tests/
H A Dkernel_tests.c727 retval = kcdata_add_uint32_with_description(&test_kc_data, 0xbdc0ffee, "This is bad coffee"); in kcdata_api_test()