Searched refs:alloced_format_len (Results 1 – 1 of 1) sorted by relevance
414 size_t alloced_format_len = 0; in coredump() local443 alloced_format_len = dirname_len + 1 + custom_location_entitlement_len; in coredump()444 alloced_format = kalloc_data(alloced_format_len + 1, Z_ZERO | Z_WAITOK | Z_NOFAIL); in coredump()445 …printed_len = snprintf(alloced_format, alloced_format_len + 1, "%s/%s", dirname, custom_location_e… in coredump()446 assert(printed_len == alloced_format_len); in coredump()815 kfree_data(alloced_format, alloced_format_len + 1); in coredump()