Home
last modified time | relevance | path

Searched refs:bootpath (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
90 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
94 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
90 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
94 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/libopenbios/
H A Dbootinfo_load.c143 char bootpath[1024]; in bootinfo_init_program() local
149 memcpy(bootpath, tmp, proplen); in bootinfo_init_program()
150 bootpath[proplen] = 0; in bootinfo_init_program()
152 DPRINTF("bootpath %s\n", bootpath); in bootinfo_init_program()
154 device = get_device(bootpath); in bootinfo_init_program()
155 partition = get_partition(bootpath); in bootinfo_init_program()
156 filename = get_filename(bootpath, &directory); in bootinfo_init_program()
246 strcpy(bootscript + scriptlen, bootpath); in bootinfo_init_program()
247 scriptlen += strlen(bootpath); in bootinfo_init_program()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/instrument/
H A DMakeJAR2.sh81 rm -rf bootpath
82 mkdir -p bootpath/bootreporter
83 cp ${TESTSRC}/bootreporter/*.java bootpath/bootreporter
85 cd bootpath
91 ${JAVAC} ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -classpath .${PATHSEP}bootpath ${APP}.java
95 echo Boot-Class-Path: bootpath >> ${AGENT}.mf
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dautoconf.c141 struct bootpath bootpath[8]; variable
146 static struct bootpath *bootpath_store(int, struct bootpath *);
512 struct bootpath *bp; in bootpath_build()
518 memset(bootpath, 0, sizeof(bootpath)); in bootpath_build()
519 bp = bootpath; in bootpath_build()
564 bp = &bootpath[2]; in bootpath_build()
567 bp = &bootpath[1]; in bootpath_build()
593 bootpath_print(bootpath); in bootpath_build()
837 struct bootpath *
841 struct bootpath *retval; in bootpath_store()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/softmmu/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
407 char *bootpath; in get_boot_devices_lchs_list() local
411 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/softmmu/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
407 char *bootpath; in get_boot_devices_lchs_list() local
411 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/softmmu/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
407 char *bootpath; in get_boot_devices_lchs_list() local
411 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/dports/emulators/qemu/qemu-6.2.0/softmmu/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
407 char *bootpath; in get_boot_devices_lchs_list() local
411 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
416 char *bootpath; in get_boot_devices_lchs_list() local
420 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
416 char *bootpath; in get_boot_devices_lchs_list() local
420 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dbootdevice.c208 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
229 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
235 return bootpath; in get_boot_device_path()
254 char *bootpath; in get_boot_devices_list() local
257 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
262 len = strlen(bootpath) + 1; in get_boot_devices_list()
264 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
266 g_free(bootpath); in get_boot_devices_list()
416 char *bootpath; in get_boot_devices_lchs_list() local
420 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]

1234567