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

/illumos-gate/usr/src/head/
H A Dnsctl.h54 * defines a map of build release to acceptable runtime release for the
55 * component. The build release is always an acceptable runtime
59 * runtime - comma &/or space separated list of acceptable runtime
65 const char *runtime; /* runtime release(s) */ member in struct:nsc_release
/illumos-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
H A DMakefile37 LVMINITPROG= md.cf md.ctlrmap md.tab mddb.cf lock runtime.cf devpath
/illumos-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);
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash171 runtime=$((RANDOM % 100))
172 passtime=$((RANDOM % (runtime / 3 + 1) + 10))
180 zopt="$zopt -T $runtime"
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp91 ! runtime value or purpose. It exists here solely for its
/illumos-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''.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp.s58 fstsw %ax / add 10 clocks to runtime of the
H A Dexpm1f.s60 fstsw %ax / add 10 clocks to runtime of the
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh654 -r check ELF runtime attributes in the proto area
1912 # ELF verification: ABI (-A) and runtime (-r) checks
1976 echo "\n==== Check ELF runtime attributes ====\n" | \
1987 -D object_list -f object_list -E runtime.err \
1988 -I runtime.attr.raw
1995 sort $elf_ddir/runtime.attr.raw > $elf_ddir/runtime.attr
1996 rm $elf_ddir/runtime.attr.raw
1999 if [[ -s $elf_ddir/runtime.err ]]; then
2000 tee -a $LOGFILE < $elf_ddir/runtime
[all...]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun73 self.runtime = ''
84 self.runtime = '%02d:%02d' % (m, s)
258 self.result.runtime = '%02d:%02d' % (m, s)
274 msgb = '[%s] [%s]' % (self.result.runtime, self.result.result)
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c950 int num, int runtime)
955 if (runtime)
980 if (!runtime) {
1019 if (!runtime && __hal_device_register_poll(hldev, &bar0->tti_command_mem,
1026 if (!runtime) {
1044 __hal_device_tti_configure(xge_hal_device_t *hldev, int runtime) argument
1065 i * XGE_HAL_MAX_FIFO_TTI_NUM + j, runtime);
1082 XGE_HAL_MAX_FIFO_TTI_RING_0 + i, runtime);
1099 __hal_device_rti_configure(xge_hal_device_t *hldev, int runtime) argument
1105 if (runtime) {
949 __hal_device_tti_apply(xge_hal_device_t *hldev, xge_hal_tti_config_t *tti, int num, int runtime) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h470 __hal_device_rti_configure(xge_hal_device_t *hldev, int runtime);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex501 % At runtime, environments start with this:

Completed in 146 milliseconds