Searched refs:image_path_length (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c113 int image_path_length; member in struct:netboot_info
378 info->image_path_length = strlen(image_path) + 1;
381 info->image_path_length++;
383 info->image_path = (char *)kalloc(info->image_path_length);
387 info->image_path_length - 1);
390 info->image_path_length);
399 save_path(&info->image_path, &info->image_path_length,
437 kfree(info->image_path, info->image_path_length);

Completed in 48 milliseconds