Searched refs:script (Results 26 - 50 of 148) sorted by relevance

123456

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitkilled.ksh29 # This script tests that the proc:::exit probe fires with the correct argument
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
67 script
H A Dtst.discard.ksh29 # This script tests that the proc:::signal-discard probe fires correctly
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
68 script
H A Dtst.execfail.ENOENT.ksh29 # This script is identical to tst.execfail.ksh -- but it additionally checks
33 # If this fails, the script will run indefinitely; it relies on the harness
36 script() function
78 script
H A Dtst.execfail.ksh29 # This script tests that -- if a exec(2) fails -- the proc:::exec probe fires,
31 # circumvent any potential shell cleverness, this script generates exec
36 # If this fails, the script will run indefinitely; it relies on the harness
39 script() function
80 script
H A Dtst.startexit.ksh29 # This script tests that the firing order of probes in a process is:
36 # If this fails, the script will run indefinitely; it relies on the harness
39 script() function
85 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.func.ksh28 script() function
66 # the above script was stress-tested down to 100 hertz and still ran
70 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
H A Dtst.mod.ksh28 script() function
66 script | tee /dev/fd/2 | grep unix > /dev/null
H A Dtst.sym.ksh28 script() function
66 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
H A Dtst.ufunc.ksh27 script() function
65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
H A Dtst.umod.ksh27 script() function
64 script | tee /dev/fd/2 | egrep '(ksh|libshell)' > /dev/null
H A Dtst.usym.ksh27 script() function
65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh47 script() function
62 script
H A Dtst.basic.ksh45 script() function
74 script
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlint_hdr.pl62 use vars qw($script $usage $dir $argc $target $elfclass);
65 $script = 'lint_hdr';
66 $usage = "usage: $script target [elfclass]\n";
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart1.ksh33 # This script will fail if:
37 script() function
56 script 2>/dev/null &
60 # Sleep while the above script fires into life. To guard against dtrace dying
H A Derr.cputrackfailtostart.ksh28 # This script ensures that cputrack(1M) will fail to start when the cpc
31 # The script will fail if:
35 script() function
55 script 2>/dev/null &
59 # Sleep while the above script fires into life. To guard against dtrace dying
H A Dtst.platformevent.ksh29 # This script ensures that we can enable a probe which specifies a platform
57 script() function
77 script $event
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh29 # This script tests that several of the the mib:::icmp* probes fire and fire
32 script() function
75 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh59 script() function
77 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh29 script() { function
72 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.trapstat.ksh30 # This script verifies that user-land stacks can be walked safely
36 script() function
64 script 2>/dev/null &
68 # Sleep while the above script fires into life. To guard against dtrace dying
/illumos-gate/usr/src/cmd/script/
H A DMakefile25 PROG= script
/illumos-gate/usr/src/cmd/allocate/
H A Dwdwwrapper.sh29 # Script to wrap a non-windowing clean script to provide a prompt
32 # For any abnormal termination of the clean script, kill our parent
33 # process so that our grandparent will know that the script did not
37 # Trap any signal that would cause abnormal termination of the script,
39 # when the dtterm window is closed before the script is finished.
56 echo **** Clean script $SCRIPT not found ****
70 # If the script returned a non-zero exit status, kill our dtterm
/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c264 * do_config - take a config script and put it where it belongs or
270 * args: script - name of file containing script (if NULL, means output
272 * basename - name of script (relative to HOME (from misc.h))
276 do_config(char *script, char *basename) argument
284 if (script) {
285 /* we're installing a new configuration script */
286 if (access(script, 0) == 0) {
287 if (stat(script, &statbuf) < 0) {
289 (void) fprintf(stderr, "Could not stat <%s>\n", script);
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c53 static int do_exec(int update, char *script, char *output,
78 * This function creates a working copy of the checkinstall script.
83 * script or NULL
87 dup_chkinstall(char *script) argument
94 /* determine length for destination script path */
98 /* allocate storage to hold destination script path */
105 /* create destination script path */
115 /* make copy of script */
117 r = copyf(script, dstpath, (time_t)0);
119 progerr(ERR_CANNOT_COPY, script, dstpat
223 reqexec(int update, char *script, int non_abi_scripts, boolean_t enable_root_user) argument
282 chkexec(int update, char *script) argument
322 do_exec(int update, char *script, char *output, char *inport, char *alt_user) argument
[all...]

Completed in 136 milliseconds

123456