Home
last modified time | relevance | path

Searched refs:boot_path (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/emulators/vice/vice-3.5/src/arch/shared/
H A Darchdep_boot_path.c69 static char *boot_path = NULL; variable
85 if (boot_path != NULL) { in archdep_boot_path()
87 return boot_path; in archdep_boot_path()
100 boot_path = lib_strdup("."); in archdep_boot_path()
102 boot_path = lib_malloc((size_t)(p - full_path + 1)); in archdep_boot_path()
103 memcpy(boot_path, full_path, (size_t)(p - full_path)); in archdep_boot_path()
104 boot_path[p - full_path] = '\0'; in archdep_boot_path()
109 return boot_path; in archdep_boot_path()
119 if (boot_path != NULL) { in archdep_boot_path_free()
120 lib_free(boot_path); in archdep_boot_path_free()
[all …]
H A Darchdep_default_sysfile_pathlist.c83 const char *boot_path = NULL; in archdep_default_sysfile_pathlist() local
113 boot_path = archdep_boot_path(); in archdep_default_sysfile_pathlist()
138 boot_machine_roms = archdep_join_paths(boot_path, emu_id, NULL); in archdep_default_sysfile_pathlist()
139 boot_drive_roms = archdep_join_paths(boot_path, "DRIVES", NULL); in archdep_default_sysfile_pathlist()
140 boot_printer_roms = archdep_join_paths(boot_path, "PRINTER", NULL); in archdep_default_sysfile_pathlist()
149 boot_machine_roms = archdep_join_paths(boot_path, emu_id, NULL); in archdep_default_sysfile_pathlist()
150 boot_drive_roms = archdep_join_paths(boot_path, "DRIVES", NULL); in archdep_default_sysfile_pathlist()
151 boot_printer_roms = archdep_join_paths(boot_path, "PRINTER", NULL); in archdep_default_sysfile_pathlist()
163 boot_machine_roms = archdep_join_paths(boot_path, emu_id, NULL); in archdep_default_sysfile_pathlist()
164 boot_drive_roms = archdep_join_paths(boot_path, "DRIVES", NULL); in archdep_default_sysfile_pathlist()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/shared/
H A Darchdep_boot_path.c77 static char *boot_path = NULL; variable
93 if (boot_path != NULL) { in archdep_boot_path()
95 return boot_path; in archdep_boot_path()
108 boot_path = lib_stralloc("."); in archdep_boot_path()
110 boot_path = lib_malloc((size_t)(p - full_path + 1)); in archdep_boot_path()
111 memcpy(boot_path, full_path, (size_t)(p - full_path)); in archdep_boot_path()
112 boot_path[p - full_path] = '\0'; in archdep_boot_path()
117 return boot_path; in archdep_boot_path()
127 if (boot_path != NULL) { in archdep_boot_path_free()
128 lib_free(boot_path); in archdep_boot_path_free()
[all …]
H A Darchdep_default_sysfile_pathlist.c67 const char *boot_path = archdep_boot_path(); in archdep_default_sysfile_pathlist() local
107 boot_path, "..", "ROM", emu_id, NULL); in archdep_default_sysfile_pathlist()
109 boot_path, "..", "ROM", "DRIVES", NULL); in archdep_default_sysfile_pathlist()
111 boot_path, "..", "ROM", "PRINTER", NULL); in archdep_default_sysfile_pathlist()
116 boot_path, "..", "Resources", "ROM", emu_id, NULL); in archdep_default_sysfile_pathlist()
118 boot_path, "..", "Resources", "ROM", "DRIVES", NULL); in archdep_default_sysfile_pathlist()
120 boot_path, "..", "Resources", "ROM", "PRINTER", NULL); in archdep_default_sysfile_pathlist()
127 boot_machine_roms = archdep_join_paths(boot_path, emu_id, NULL); in archdep_default_sysfile_pathlist()
128 boot_drive_roms = archdep_join_paths(boot_path, "DRIVES", NULL); in archdep_default_sysfile_pathlist()
139 boot_machine_roms = archdep_join_paths(boot_path, emu_id, NULL); in archdep_default_sysfile_pathlist()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libfs_avb/tests/
H A Dbasic_test.cpp29 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local
30 EXPECT_NE(0U, boot_path.value().size()); in TEST_F()
34 ASSERT_TRUE(base::GetFileSize(boot_path, &file_size)); in TEST_F()
75 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local
76 EXPECT_NE(0U, boot_path.value().size()); in TEST_F()
79 ASSERT_TRUE(base::GetFileSize(boot_path, &file_size)); in TEST_F()
82 AddAvbFooter(boot_path, "hash", "boot", partition_size, "SHA256_RSA4096", 10, in TEST_F()
86 ExtractVBMetaImage(boot_path, "boot-vbmeta.img"); in TEST_F()
156 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
158 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA4096", 10, in TEST_F()
[all …]
H A Davb_util_test.cpp295 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
337 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local
808 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
911 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
1194 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
1250 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F()
1329 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F()
1428 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F()
1456 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F()
1532 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F()
[all …]
H A Dfs_avb_test.cpp67 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
70 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA2048", 10, in TEST_F()
138 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
141 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA2048", 10, in TEST_F()
243 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local
246 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA2048", 10, in TEST_F()
H A Dfs_avb_util_test.cpp107 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local
109 AddAvbFooter(boot_path, "hash", "boot", partition_size, "SHA256_RSA4096", 10, in TEST_F()
113 auto boot_vbmeta = ExtractAndLoadVBMetaData(boot_path, "boot-vbmeta.img"); in TEST_F()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/avb/test/
H A Davb_slot_verify_unittest.cc434 boot_path.value().c_str(), in TEST_F()
446 boot_path.value().c_str())); in TEST_F()
502 boot_path.value().c_str(), in TEST_F()
514 boot_path.value().c_str())); in TEST_F()
564 boot_path.value().c_str(), in TEST_F()
576 boot_path.value().c_str())); in TEST_F()
686 boot_path.value().c_str(), in TEST_F()
698 boot_path.value().c_str())); in TEST_F()
762 boot_path.value().c_str(), in TEST_F()
905 InfoImage(boot_path)); in TEST_F()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/libretro/
H A Darchdep.c75 static char *boot_path = NULL; variable
230 const char *boot_path; in archdep_default_sysfile_pathlist() local
233 boot_path = archdep_boot_path(); in archdep_default_sysfile_pathlist()
246 boot_path, "/", emu_id, in archdep_default_sysfile_pathlist()
252 boot_path, "/DRIVES", in archdep_default_sysfile_pathlist()
258 boot_path, "/PRINTER", in archdep_default_sysfile_pathlist()
271 boot_path, "/", emu_id, in archdep_default_sysfile_pathlist()
277 boot_path, "/DRIVES", in archdep_default_sysfile_pathlist()
283 boot_path, "/PRINTER", in archdep_default_sysfile_pathlist()
706 lib_free(boot_path); in archdep_shutdown()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1086 boot_path = "hd"; in arch_of_init()
1090 boot_path = "cd"; in arch_of_init()
1098 boot_path, boot_path, boot_path); in arch_of_init()
1112 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1117 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1086 boot_path = "hd"; in arch_of_init()
1090 boot_path = "cd"; in arch_of_init()
1098 boot_path, boot_path, boot_path); in arch_of_init()
1112 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1117 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1086 boot_path = "hd"; in arch_of_init()
1090 boot_path = "cd"; in arch_of_init()
1098 boot_path, boot_path, boot_path); in arch_of_init()
1112 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1117 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1070 boot_path = "hd"; in arch_of_init()
1074 boot_path = "cd"; in arch_of_init()
1082 boot_path, boot_path, boot_path); in arch_of_init()
1096 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1101 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1086 boot_path = "hd"; in arch_of_init()
1090 boot_path = "cd"; in arch_of_init()
1098 boot_path, boot_path, boot_path); in arch_of_init()
1112 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1117 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1086 boot_path = "hd"; in arch_of_init()
1090 boot_path = "cd"; in arch_of_init()
1098 boot_path, boot_path, boot_path); in arch_of_init()
1112 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1117 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/ppc/qemu/
H A Dinit.c843 const char *stdin_path, *stdout_path, *boot_path; in arch_of_init() local
1086 boot_path = "hd"; in arch_of_init()
1090 boot_path = "cd"; in arch_of_init()
1098 boot_path, boot_path, boot_path); in arch_of_init()
1112 while ((boot_path = strsep(&bootorder_file, "\n")) != NULL) { in arch_of_init()
1117 boot_path, boot_path, boot_path); in arch_of_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
597 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
609 free ( boot_path ); in efi_block_boot_image()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
598 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
612 free ( boot_path ); in efi_block_boot_image()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
597 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
609 free ( boot_path ); in efi_block_boot_image()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
597 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
609 free ( boot_path ); in efi_block_boot_image()
/dports/net/ipxe/ipxe-2265a65/src/interface/efi/
H A Defi_block.c527 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
567 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
568 if ( ! boot_path ) { in efi_block_boot_image()
572 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
573 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
589 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
593 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
607 free ( boot_path ); in efi_block_boot_image()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
597 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
609 free ( boot_path ); in efi_block_boot_image()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
598 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
612 free ( boot_path ); in efi_block_boot_image()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/interface/efi/
H A Defi_block.c532 EFI_DEVICE_PATH_PROTOCOL *boot_path; in efi_block_boot_image() local
572 boot_path = zalloc ( boot_path_len ); in efi_block_boot_image()
573 if ( ! boot_path ) { in efi_block_boot_image()
577 memcpy ( boot_path, path.path, prefix_len ); in efi_block_boot_image()
578 filepath = ( ( ( void * ) boot_path ) + prefix_len ); in efi_block_boot_image()
594 sandev->drive, efi_devpath_text ( boot_path ) ); in efi_block_boot_image()
598 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, boot_path, in efi_block_boot_image()
612 free ( boot_path ); in efi_block_boot_image()

12345678