Lines Matching refs:asprintf
380 if (asprintf(&file, "%s%s", path, "/EFI") < 0) { in install_esp_cb()
388 if (asprintf(&file, "%s%s", path, "/EFI/Boot") < 0) { in install_esp_cb()
403 if (asprintf(&file, "%s%s", path, plist->pl_device->stage.path) < 0) { in install_esp_cb()
824 if (asprintf(&file, "%s%s", path, plist->pl_device->stage.path) < 0) { in read_einfo_esp_cb()
1088 (void) asprintf(&ptr, "%s%d", path, i); in get_slice()
1467 (void) asprintf(&ptr, "%s%d", path, i); in probe_vtoc()
1616 rv = asprintf(&ptr, "%s%d", path, i + 1); in probe_mbr()
2101 if (asprintf(&stage1, "%s/%s", boot_dir, STAGE1) < 0) { in handle_install()
2105 if (asprintf(&stage2, "%s/%s", boot_dir, STAGE2) < 0) { in handle_install()
2109 if (asprintf(&efi32, "%s/%s", boot_dir, LOADER32) < 0) { in handle_install()
2113 if (asprintf(&efi64, "%s/%s", boot_dir, LOADER64) < 0) { in handle_install()
2131 if (asprintf(&efi32, "%s/%s", boot_dir, LOADER32) < 0) { in handle_install()
2135 if (asprintf(&efi64, "%s/%s", boot_dir, LOADER64) < 0) { in handle_install()