Searched refs:runtime (Results 1 - 25 of 70) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/filebench/config/
H A Dgeneric.func51 my $runtime = conf_reqval("runtime");
69 op_stats($runtime,$warmuptime,"stats.$fs",@ext_stats,@file_stats,@arg_stats);
H A Drandomread.prof28 runtime = 60;
H A Dseqread.prof28 runtime = 120;
H A Dmulti_fileserver.prof37 runtime = 60;
H A Dvideoserver.prof27 runtime = 120;
H A Dnewfeatures.prof28 runtime = 120;
H A Dfileio.prof28 runtime = 120;
H A Dfilemacro.prof28 runtime = 120;
H A Dfilemicro.prof28 runtime = 60;
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A DSUNWperl584core.mf29 depend fmri=pkg:/runtime/perl-584@5.8.4,5.11-0.133 type=require
H A DSUNWperl584usr.mf29 depend fmri=pkg:/runtime/perl-584/extra@5.8.4,5.11-0.133 type=require
H A Ddeveloper-opensolaris-osnet.mf38 depend fmri=cde/cde-runtime@0.5.11-0.133 type=require
58 depend fmri=runtime/perl-510/extra@5.10.0-0.133 type=require
59 depend fmri=runtime/perl-510@5.10.0-0.133 type=require
60 depend fmri=runtime/perl-584/extra@5.8.4-0.133 type=require
H A Ddeveloper-appcert.mf54 depend fmri=runtime/perl-584 type=require
H A Dservice-resource-pools-poold.mf49 depend fmri=runtime/java type=require
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm111 runtime(map { chomp; "/* $_ */"} @tmp);
133 my ($name, $runtime, $declare) = @$ppdata;
139 foreach $line (@$runtime) {
146 sub runtime { subroutine
157 runtime("dSP;");
167 BEGIN { B::Stackobj::set_callback(\&runtime) }
207 runtime("sv = POPs;");
252 runtime(sprintf("EXTEND(sp, %d);", scalar(@stack)));
254 runtime(sprintf("PUSHs((SV*)%s);", $obj->as_sv));
325 # Use $obj->load($foo) instead of runtime("shadowed_c_va
[all...]
H A DStackobj.pm42 # Callback for runtime code generation
46 sub runtime { &$runtime_callback(@_) } subroutine
145 runtime("$obj->{iv} = $expr;");
153 runtime("$obj->{nv} = $expr;");
169 runtime("SvSetSV($obj->{sv}, $expr);");
195 runtime("$obj->{iv} = $obj->{nv};");
197 runtime("$obj->{iv} = SvIV($obj->{sv});");
205 runtime("$obj->{nv} = SvNV($obj->{sv});");
224 runtime("sv_setuv($obj->{sv}, $obj->{iv});");
226 runtime("sv_seti
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/lvm/etc/
H A Dsvm.save.sh42 cp ${FLASH_ROOT}/etc/lvm/runtime.cf ${SAVE_DIR}
H A Dsvm.cleanup.sh137 cp ${SAVE_DIR}/runtime.cf ${FLASH_ROOT}/etc/lvm/runtime.cf
/opensolaris-onvv-gate/usr/src/head/
H A Dnsctl.h52 * defines a map of build release to acceptable runtime release for the
53 * component. The build release is always an acceptable runtime
57 * runtime - comma &/or space separated list of acceptable runtime
63 const char *runtime; /* runtime release(s) */ member in struct:nsc_release
/opensolaris-onvv-gate/usr/src/lib/libnsctl/common/
H A Dmachdep.c142 * Compare the build release to the runtime release to check for an
148 * acceptable build release / runtime release
185 /* build release == runtime release is always acceptable */
195 for (mp = map; mp->build != NULL && mp->runtime != NULL; mp++) {
199 * - search for a match in the runtime releases
204 *reqd = (char *)mp->runtime;
210 tofree = cp = strdup(mp->runtime);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBPanel.java47 private boolean runtime = true; field in class:GBPanel
63 if (runtime == rt)
66 runtime = rt;
68 if (runtime) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp91 ! runtime value or purpose. It exists here solely for its
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL432 local $runtime; # runtime in seconds
463 $runtime -= $$times{$key};
474 settime( \$runtime, $hz ) unless $opt_g;
488 display( $runtime, $hz, $names, $calls, $times, $ctimes, $cnt, $a,
536 # Sets $runtime to user, system, real, or user+system time. The
540 my( $runtime, $hz ) = @_;
545 $$runtime = ($rrun_rtime - $overhead)/$hz;
548 $$runtime = ($rrun_stime - $overhead)/$hz;
551 $$runtime
[all...]
/opensolaris-onvv-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s56 ! _start - execution starts here (after the runtime linker runs)
62 ! runtime linker to set up ``environ''.

Completed in 148 milliseconds

123