Searched refs:alloced_format_len (Results 1 – 1 of 1) sorted by relevance
357 size_t alloced_format_len = 0; in coredump() local401 alloced_format_len = dirname_len + 1 + custom_location_entitlement_len; in coredump()402 alloced_format = kalloc_data(alloced_format_len + 1, Z_ZERO | Z_WAITOK | Z_NOFAIL); in coredump()403 …printed_len = snprintf(alloced_format, alloced_format_len + 1, "%s/%s", dirname, custom_location_e… in coredump()404 assert(printed_len == alloced_format_len); in coredump()773 kfree_data(alloced_format, alloced_format_len + 1); in coredump()