Searched refs:runtime (Results 1 – 25 of 85) sorted by relevance
1234
/illumos-gate/exception_lists/ |
H A D | packaging.deps | 29 pkg:/runtime/java 30 pkg:/runtime/java/openjdk11 31 pkg:/runtime/java/openjdk8 32 pkg:/runtime/java/runtime64 33 pkg:/runtime/perl 40 pkg:/system/library/g++-10-runtime 41 pkg:/system/library/g++-7-runtime 42 pkg:/system/library/g++-runtime 44 pkg:/system/library/gcc-10-runtime 45 pkg:/system/library/gcc-7-runtime [all …]
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | package.mk | 19 * runtime build binary archive, generates 1366 runtime : .runtime.init .runtime.gen .runtime.$$(style) 1368 .runtime.init : .MAKE 1370 type := runtime 1383 A := $(runtime.list) 1395 runtime := $(B:/$(CC.HOSTTYPE).$(suffix)$/$(release).&/) 1396 version := $(runtime:B:B:/$(name).//) 1403 old.runtime := $(I) 1411 runtime := $(B) 1419 version := $(runtime:B:/$(name)-run.//:/\..*//) [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.mk | 19 * runtime build binary archive, generates 1366 runtime : .runtime.init .runtime.gen .runtime.$$(style) 1368 .runtime.init : .MAKE 1370 type := runtime 1383 A := $(runtime.list) 1395 runtime := $(B:/$(CC.HOSTTYPE).$(suffix)$/$(release).&/) 1396 version := $(runtime:B:B:/$(name).//) 1403 old.runtime := $(I) 1411 runtime := $(B) 1419 version := $(runtime:B:/$(name)-run.//:/\..*//) [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | README.zfs | 35 The Lua runtime is considered stable software. Channel programs don't need much 36 complicated logic, so updates to the Lua runtime from upstream are viewed as 38 such, the Lua runtime in ZFS should be updated on an as-needed basis for 45 The version of the Lua runtime we're using in ZFS has been modified in a variety 50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t 55 3. The "normal" Lua runtime handles errors by failing fatally, but since this 62 We've added new protections into the Lua interpreter to limit the runtime
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | zloop.bash | 160 runtime=$((RANDOM % 100)) 161 passtime=$((RANDOM % (runtime / 3 + 1) + 10)) 169 zopt="$zopt -T $runtime"
|
/illumos-gate/usr/src/test/smbclient-tests/config/ |
H A D | generic.func | 52 my $runtime = conf_reqval("runtime"); 65 op_stats($runtime,"stats.$fs",@ext_stats,@file_stats,@arg_stats);
|
H A D | randomread.prof | 27 runtime = 60;
|
H A D | seqread.prof | 27 runtime = 120;
|
H A D | fileio.prof | 27 runtime = 120;
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | 00README | 26 interface of the runtime linker (ld.so.1(1)). The Link-Auditing interface 28 and symbols that are bound, by the runtime linker. A full description
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | nightly | 532 -r check ELF runtime attributes in the proto area 1972 -D object_list -f object_list -E runtime.err \ 1973 -I runtime.attr.raw 1980 sort $elf_ddir/runtime.attr.raw > $elf_ddir/runtime.attr 1981 rm $elf_ddir/runtime.attr.raw 1984 if [[ -s $elf_ddir/runtime.err ]]; then 1985 tee -a $LOGFILE < $elf_ddir/runtime.err \ 2000 if [[ -f $elf_ddir.ref/runtime.attr ]]; then 2001 diff $elf_ddir.ref/runtime.attr \ 2002 $elf_ddir/runtime.attr \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-c-runtime.p5m | 13 set name=pkg.fmri value=pkg:/system/library/c-runtime@$(PKGVERS) 15 set name=pkg.description value="C runtime objects"
|
H A D | system-library-python-libbe-3.p5m | 30 depend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
|
H A D | system-library-python-libbe-3b.p5m | 30 depend type=require fmri=runtime/python$(PYTHON3b_PKGVERS)
|
H A D | system-library-python-solaris-3.p5m | 34 depend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
|
H A D | system-library-python-solaris-3b.p5m | 34 depend type=require fmri=runtime/python$(PYTHON3b_PKGVERS)
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/fio/ |
H A D | random_reads.fio | 25 runtime=${RUNTIME}
|
H A D | random_readwrite_fixed.fio | 27 runtime=${RUNTIME}
|
H A D | random_writes.fio | 24 runtime=${RUNTIME}
|
H A D | sequential_reads.fio | 25 runtime=${RUNTIME}
|
H A D | sequential_writes.fio | 24 runtime=${RUNTIME}
|
H A D | random_readwrite.fio | 27 runtime=${RUNTIME}
|
/illumos-gate/usr/src/contrib/mDNSResponder/ |
H A D | LICENSE | 7 at runtime into the same address space as the client using it, is
|
/illumos-gate/usr/src/common/bignum/i386/ |
H A D | cap_mapfile | 27 # runtime check for this and don't need the loaders help.
|
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | ndrtypes.ndl | 122 * unions so we need to fix some of the data offsets at runtime. The 145 * by DECL_FIXUP_STRUCT) at runtime. The values are based on the
|
1234