Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 85) sorted by relevance

1234

/illumos-gate/exception_lists/
H A Dpackaging.deps25 pkg:/runtime/java
26 pkg:/runtime/java/openjdk11
27 pkg:/runtime/java/openjdk8
28 pkg:/runtime/java/runtime64
29 pkg:/runtime/perl
36 pkg:/system/library/g++-10-runtime
37 pkg:/system/library/g++-7-runtime
38 pkg:/system/library/g++-runtime
40 pkg:/system/library/gcc-10-runtime
41 pkg:/system/library/gcc-7-runtime
[all …]
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk1366 runtime : .runtime.init .runtime.gen .runtime.$$(style)
1368 .runtime.init : .MAKE
1370 type := runtime
1383 A := $(runtime.list)
1411 runtime := $(B)
1425 .runtime.cyg .runtime.exp .runtime.lcl .runtime.pkg .runtime.rpm : .MAKE
1428 .runtime.tgz :
1519 echo $(runtime) >> $(runtime:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1520 $(SUM) -x $(checksum) < $(runtime) > $(runtime:D:B:S=.$(checksum))
1524 then $(PAX) -rf $(runtime) -wvf $(old.new.runtime) -z $(old.runtime)
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk1366 runtime : .runtime.init .runtime.gen .runtime.$$(style)
1368 .runtime.init : .MAKE
1370 type := runtime
1383 A := $(runtime.list)
1411 runtime := $(B)
1425 .runtime.cyg .runtime.exp .runtime.lcl .runtime.pkg .runtime.rpm : .MAKE
1428 .runtime.tgz :
1519 echo $(runtime) >> $(runtime:D:B=PACKAGE:S=.$(CC.HOSTTYPE).lst)
1520 $(SUM) -x $(checksum) < $(runtime) > $(runtime:D:B:S=.$(checksum))
1524 then $(PAX) -rf $(runtime) -wvf $(old.new.runtime) -z $(old.runtime)
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs35 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 Dzloop.bash160 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 Dgeneric.func52 my $runtime = conf_reqval("runtime");
65 op_stats($runtime,"stats.$fs",@ext_stats,@file_stats,@arg_stats);
H A Dseqread.prof27 runtime = 120;
H A Drandomread.prof27 runtime = 60;
H A Dfileio.prof27 runtime = 120;
/illumos-gate/usr/src/tools/scripts/
H A Dnightly528 -r check ELF runtime attributes in the proto area
1888 -D object_list -f object_list -E runtime.err \
1889 -I runtime.attr.raw
1896 sort $elf_ddir/runtime.attr.raw > $elf_ddir/runtime.attr
1897 rm $elf_ddir/runtime.attr.raw
1900 if [[ -s $elf_ddir/runtime.err ]]; then
1901 tee -a $LOGFILE < $elf_ddir/runtime.err \
1916 if [[ -f $elf_ddir.ref/runtime.attr ]]; then
1917 diff $elf_ddir.ref/runtime.attr \
1918 $elf_ddir/runtime.attr \
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A D00README26 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/test/zfs-tests/tests/perf/fio/
H A Drandom_readwrite_fixed.fio27 runtime=${RUNTIME}
H A Drandom_writes.fio24 runtime=${RUNTIME}
H A Dsequential_reads.fio25 runtime=${RUNTIME}
H A Dsequential_writes.fio24 runtime=${RUNTIME}
H A Drandom_reads.fio25 runtime=${RUNTIME}
H A Drandom_readwrite.fio27 runtime=${RUNTIME}
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-c-runtime.p5m13 set name=pkg.fmri value=pkg:/system/library/c-runtime@$(PKGVERS)
15 set name=pkg.description value="C runtime objects"
H A Dsystem-library-python-libbe-3.p5m30 depend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
H A Dsystem-library-python-libbe-3b.p5m30 depend type=require fmri=runtime/python$(PYTHON3b_PKGVERS)
H A Dsystem-library-python-solaris-3.p5m34 depend type=require fmri=runtime/python$(PYTHON3_PKGVERS)
H A Dsystem-library-python-solaris-3b.p5m34 depend type=require fmri=runtime/python$(PYTHON3b_PKGVERS)
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DLICENSE7 at runtime into the same address space as the client using it, is
/illumos-gate/usr/src/common/bignum/i386/
H A Dcap_mapfile27 # runtime check for this and don't need the loaders help.
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndrtypes.ndl122 * 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