/titanic_41/usr/src/cmd/sgs/test/ld/assert-deflib/ |
H A D | test-deflib.sh | 63 function run function 80 run "-Wl,-zassert-deflib" 0 \ 84 run "-Wl,-zassert-deflib -Wl,-zfatal-warnings" 1 \ 88 run "-Wl,-zassert-deflib=libc.so -Wl,-zfatal-warnings" 0 \ 92 run "-Wl,-zassert-deflib=libc.so -Wl,-zfatal-warnings" 0 \ 97 run "-Wl,-zassert-deflib=lib.so -Wl,-zfatal-warnings" 1 \ 101 run "-Wl,-zassert-deflib=libf -Wl,-zfatal-warnings" 1 \ 105 run "-Wl,-zassert-deflib=libf.s -Wl,-zfatal-warnings" 1 \ 109 run "-Wl,-zassert-deflib=libc.so -Wl,-zfatal-warnings -lelf" 1 \ 116 run "$args" 0 \ [all …]
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | svc-nscd | 38 if [ -r /var/run/name_service_door ]; then 39 rm /var/run/name_service_door 42 /var/run || exit $SMF_EXIT_ERR_FATAL 62 if [ -L /var/run/name_service_door ]; then 63 rm /var/run/name_service_door
|
/titanic_41/usr/src/cmd/avs/sdbc/etc/ |
H A D | dscfg_reconfigure.cluster.sh | 111 if [ -f /var/run/scnws/$dg.pid ] 113 for i in `cat /var/run/scnws/$dg.pid` 118 rm -f /var/run/scnws/$dg.pid 154 rm -f /var/run/scnws/$dg.pid 181 rm -f /var/run/scnws/$dg.pid 188 rm -f /var/run/scnws/$dg.pid 317 mkdir -p /var/run/scnws/ 318 rm -f /var/run/scnws/$dg.pid 319 echo $pid > /var/run/scnws/$dg.pid
|
/titanic_41/usr/src/cmd/adbgen/common/ |
H A D | adbgen.sh | 52 echo adbgen -mlp64 must be run on 64-bit system 90 -o $file.run $file.adb.c $ADBDIR/$subdir/adbsub.o 92 $file.run | adbgen3 | adbgen4 > $file 93 $DEBUG rm -f $file.run $file.adb.C $file.adb.c $file.adb.o 95 $DEBUG rm -f $file.run $file.adb.C $file.adb.c $file.adb.o
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | missing | 35 run=: 48 --run) 50 run= 59 run=: 115 if test -n "$run"; then 124 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | README | 45 environment in which services are run, refer to the SMF documentation. 55 The run-levels operate as follows: 59 Read /etc/rcS.d/README for details. This run-level corresponds to 64 All /etc/rc0.d/K* scripts are run, followed by all /etc/rc0.d/S* 70 If the system was in a higher run-level, all /etc/rc1.d/K* scripts 71 are run. Regardless of the previous run-level, all /etc/rc1.d/S* 72 scripts are run. 76 Read /etc/rc2.d/README for details. This run-level corresponds to 81 Read /etc/rc3.d/README for details. This run-level corresponds to
|
/titanic_41/usr/src/test/ |
H A D | README | 34 Regardless of origin, all of these tests are executed using the run(1) script 40 around run(1). These wrappers allow environment variables to be set up which 43 run(1) to be passed through so that a user may specify a custom configuration 45 itself, please see the run(1) manpage. 54 runfiles - Configuration files that dictate how the tests are run. 57 The tests you create will be run, and given a PASS or FAIL status in accordance 64 run is that every test is marked PASS. 73 using the -w option to run(1). There are a few other changes that may be 77 These variables must be set before beginning the test run either manually, or 85 should run as, along with the timeout value. In STF, these are also specified
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | README | 16 To run: 17 1. In one shell run 'mngr' 22 2. In another shell run bridge instance. 27 3. You may (and should) run a number of bridge instances, each in its 34 while all these process run onto the same computer, these time stamps
|
/titanic_41/usr/src/test/os-tests/runfiles/ |
H A D | Makefile | 19 SRCS = delphix.run \ 20 omnios.run \ 21 openindiana.run
|
/titanic_41/usr/src/test/zfs-tests/runfiles/ |
H A D | Makefile | 19 SRCS = delphix.run openindiana.run omnios.run
|
/titanic_41/usr/src/test/libc-tests/cmd/ |
H A D | libctest.ksh | 40 if [[ ! -f $MY_TESTS/runfiles/$distro.run ]] && \ 41 [[ -f $MY_TESTS/runfiles/default.run ]]; then 45 [[ -n $distro ]] && echo $MY_TESTS/runfiles/$distro.run
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | fs-minimal | 66 mounted /var/run - tmpfs < /etc/mnttab 68 mountfs -O /var/run tmpfs - swap || exit $SMF_EXIT_ERR_FATAL 71 if [ ! -f /var/run/tzsync ] ; then
|
H A D | fs-local | 33 cd /; /sbin/mountall -l >/var/run/fs-local 2>&1 43 cat /var/run/fs-local >/dev/msglog 49 rm -f /var/run/fs-local
|
/titanic_41/usr/src/test/zfs-tests/doc/ |
H A D | README | 53 to sudo(1M) to root without a password to run the test. 57 Once the pre-requisites are satisfied, simply run the zfstest script: 61 When the '-q' option is specified, it is passed to run(1) which causes output 66 runfile. The format of the runfile is explained in run(1), and the files that 70 test_machine$ /opt/zfs-tests/bin/zfstest [-aq] -c my_tests.run 75 end of each test, and a results summary is printed at the end of the run. The
|
/titanic_41/usr/src/cmd/mdb/test/ |
H A D | README | 3 This provides a primordial version of a test suite for mdb. To run the tests, 4 run mtest. Tests exist in various subdirectories. The name of the test is 15 o ksh - Indicating that it should be run with ksh
|
/titanic_41/usr/src/cmd/utmpd/ |
H A D | svc-utmpd | 34 if [ -p /var/run/utmppipe ]; then 41 /usr/bin/rm -f /var/run/utmppipe
|
/titanic_41/usr/src/cmd/smbsrv/fksmbd/ |
H A D | README | 29 For debugging, etc. it's easiest to run this as a normal user, 46 c: chown/chmod the directories: /var/smb /var/run/smb 50 Now you can run fksmbd from the proto area using this script: 53 You can also run it under dbx (see the .dbxrc file). 54 To run it under mdb (with mdb modules build here):
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | DependencyCheck.txt | 56 a. run make_pkg_db with the -dbdir argument 59 c. run the get_depend_info tool and specify the directory with 71 The strings command will not be run on binaries if the user specifies the 80 to run all permutations of the executable being analyzed. Clearly a definitive 97 path. If an input is identified as a kernel module, then an ldd is run on 104 If the ldd returns nothing, then a "strings" command is run on the kernel 109 Note, if the ldd succeeds, then a strings will not run on the kernel module. 114 Binary files have both the ldd and strings command run on them. The output of
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | svc-hal | 23 [ ! -d /var/run/hald ] && /usr/bin/mkdir -m 755 /var/run/hald
|
/titanic_41/usr/src/cmd/avs/nsctl/ |
H A D | nskernd.c | 725 int i, run, rc; in main() local 880 run = 1; in main() 883 while (run) { in main() 888 run = 0; in main() 904 run = 0; in main() 913 run = 0; in main() 934 run = 0; in main() 938 run = 0; in main() 946 run = 0; in main()
|
/titanic_41/usr/src/test/util-tests/cmd/ |
H A D | utiltest.ksh | 38 elif [[ -f $MY_TESTS/runfiles/default.run ]]; then 43 [[ -n $distro ]] && echo $MY_TESTS/runfiles/$distro.run
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 52 public void run() { in startTimer() 76 public void run() { in startAggregateThread() 126 public void run() { in main()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | README | 12 This README file describes the steps needed to compile and run a filter, 23 Note: we strongly recommend not to run any milter as root. Libmilter 25 good security practice to run a program only with root privileges 55 Xfilter1, S=local:/var/run/f1.sock, F=R 62 INPUT_MAIL_FILTER(`filter1', `S=local:/var/run/f1.sock, F=R') 66 The first attaches to a Unix-domain socket in the /var/run directory; the 117 INPUT_MAIL_FILTER(`sample', `S=local:/var/run/f1.sock') 131 UNIX domain socket located in /var/run/f1.sock. 133 % ./sample -p local:/var/run/f1.sock
|
/titanic_41/usr/src/lib/print/mod_ipp/ |
H A D | httpd-standalone-ipp.conf | 75 LockFile /var/run/httpd-standalone-ipp.lock 81 PidFile /var/run/httpd-standalone-ipp.pid 89 ScoreBoardFile /var/run/httpd-standalone-ipp.scoreboard
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-test-ostest.mf | 30 file path=opt/os-tests/runfiles/delphix.run mode=0444 31 file path=opt/os-tests/runfiles/omnios.run mode=0444 32 file path=opt/os-tests/runfiles/openindiana.run mode=0444
|