Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c1704 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, plh->x, "stackshot_" #x))… in kdp_stackshot_plh_stats()
3677 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, (uint32_t)pid, "stackshot… in kdp_stackshot_kcdata_format()
3680 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stack_snapshot_pagetable_… in kdp_stackshot_kcdata_format()
3683 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stackshot_initial_estimat… in kdp_stackshot_kcdata_format()
3684 …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-10063.101.15/osfmk/tests/
H A Dkernel_tests.c733 retval = kcdata_add_uint32_with_description(&test_kc_data, 0xbdc0ffee, "This is bad coffee"); in kcdata_api_test()