Home
last modified time | relevance | path

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

/xnu-8796.101.5/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.c1276 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, plh->x, "stackshot_" #x))… in kdp_stackshot_plh_stats()
3138 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, (uint32_t)pid, "stackshot… in kdp_stackshot_kcdata_format()
3141 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stack_snapshot_pagetable_… in kdp_stackshot_kcdata_format()
3144 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stackshot_initial_estimat… in kdp_stackshot_kcdata_format()
3145 …kcd_exit_on_error(kcdata_add_uint32_with_description(stackshot_kcdata_p, stackshot_initial_estimat… in kdp_stackshot_kcdata_format()
H A Dkern_cdata.c1443 kcdata_add_uint32_with_description( in kcdata_add_uint32_with_description() function
/xnu-8796.101.5/osfmk/tests/
H A Dkernel_tests.c725 retval = kcdata_add_uint32_with_description(&test_kc_data, 0xbdc0ffee, "This is bad coffee"); in kcdata_api_test()