Home
last modified time | relevance | path

Searched refs:export (Results 1 – 25 of 177) sorted by relevance

12345678

/dragonfly/test/stress/stress2/
H A Ddefault.cfg9 export LOAD=20
26 export runLOAD=100
29 export swapLOAD=80
31 export syscallKILL=1
33 export rwLOAD=70
34 export mkdirLOAD=80
35 export creatLOAD=80
37 export symlinkLOAD=20
39 export tcpKILL=1
40 #export shmKILL=1
[all …]
H A Dload.cfg6 ###export TESTPROGS="" # Remove comments for test
7 ###export HOG=1 # Remove comments for test
9 ###export LOAD=100 # Remove comments for test
10 ###export swapLOAD=100 # Remove comments for test
11 ###export rwLOAD=100 # Remove comments for test
12 ###export mkdirLOAD=100 # Remove comments for test
13 ###export creatLOAD=100 # Remove comments for test
14 ###export symlinkLOAD=100 # Remove comments for test
15 ###export swapLOAD=100 # Remove comments for test
16 ###export linkLOAD=100 # Remove comments for test
H A Dbeaver1.sentex.ca5 export RUNDIR=/usr/tmp/stressX
6 TZ=Europe/Copenhagen; export TZ
8 ###export BLASTHOST=192.168.5.105 # orangutan
9 export BLASTHOST=127.0.0.1 #
11 export DISKIMAGE=/usr/tmp/diskimage # Location of 1G disk image
12 export MNTPOINT=/mnt # Disk image mount point
13 export TESTUSER=test # Name of non root test user
14 ###export MDSTART=5 # Start of free md units
H A Dsysctl.cfg8 export RUNTIME=15s
9 export TESTPROGS="testcases/swap/swap testcases/sysctl/sysctl testcases/mmap/mmap"
11 export sysctlKILL=1
12 export sysctlNODELAY=1
13 export sysctlLOAD=100
14 export mmapLOAD=100
H A Dhydra2.netperf.freebsd.org5 export RUNDIR=/m2/stressX
7 export BLASTHOST=192.168.5.105 # orangutan
9 export DISKIMAGE=/m2/tmp/diskimage # Location of 1G disk image
10 export MNTPOINT=/mnt # Disk image mount point
11 export TESTUSER=test # Name of non root test user
12 export MDSTART=5 # Start of free md units
H A Dhydra1.netperf.freebsd.org5 export RUNDIR=/var/tmp/stressX
7 export BLASTHOST=192.168.5.105 # orangutan
9 export DISKIMAGE=/var/tmp/diskimage # Location of 1G disk image
10 export MNTPOINT=/mnt # Disk image mount point
11 export TESTUSER=test # Name of non root test user
12 export MDSTART=5 # Start of free md units
H A Dsyscall.cfg8 export RUNTIME=15s
9 export TESTPROGS="testcases/swap/swap testcases/syscall/syscall"
11 export syscallKILL=1
12 export syscallNODELAY=1
13 export syscallLOAD=100
H A Dmkdir.cfg8 export TESTPROGS="testcases/mkdir/mkdir"
9 export mkdirNODELAY=1
10 export mkdirLOAD=100
11 export mkdirRUNTIME=2m
H A Dlink.cfg8 export TESTPROGS="testcases/link/link testcases/swap/swap"
9 export linkHOG=1
10 export linkLOAD=100
11 export linkINCARNATIONS=100
H A Dlockf.cfg8 export TESTPROGS="testcases/lockf2/lockf2 testcases/lockf/lockf testcases/swap/swap"
9 export lockf2HOG=1
10 export lockf2LOAD=100
11 export lockf2INCARNATIONS=100
H A Dcreat.cfg8 export TESTPROGS="testcases/creat/creat"
9 export creatNODELAY=1
10 export creatLOAD=100
H A Dpty.cfg8 export TESTPROGS="testcases/pty/pty"
9 export ptyNODELAY=1
10 export ptyLOAD=100
H A Drw.cfg8 export TESTPROGS="testcases/rw/rw"
9 export rwNODELAY=1
10 export rwLOAD=100
H A Dmkfifo.cfg8 export TESTPROGS="testcases/mkfifo/mkfifo testcases/swap/swap"
9 export mkfifoNODELAY=1
10 export mkfifoLOAD=100
H A Ddisk.cfg8 export TESTPROGS="testcases/rw/rw testcases/creat/creat testcases/mkdir/mkdir"
9 export rwNODELAY=1
10 export rwLOAD=100
H A Ddf.cfg7 ###export creatVERBOSE=3 # Remove comments for test
8 ###export rwVERBOSE=3 # Remove comments for test
12 export TESTPROGS="testcases/creat/creat testcases/rw/rw"
H A Dmarcus.cfg10 export LOAD=80
11 export symlinkLOAD=80
12 export TESTPROGS="
/dragonfly/tools/regression/bin/sh/expansion/
H A Dexport3.08 command export v=$w
10 command command export v=$w
18 command export v=~
20 command command export v=~
27 command export v=x:~
29 command command export v=x:~
H A Dexport2.08 export v=$w
16 export v=~
23 export v=x:~
/dragonfly/share/skel/
H A Ddot.profile10 # PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
11 # BLOCKSIZE=K; export BLOCKSIZE
19 # TERM=cons25; export TERM
21 EDITOR=vi; export EDITOR
22 PAGER=less; export PAGER
25 ENV=$HOME/.shrc; export ENV
/dragonfly/nrelease/gui/root/
H A D.zshrc16 export PAGER=less
17 export EDITOR=vim
18 export HISTSIZE=10000
19 export SAVEHIST=10000
20 export HISTFILE=~/.history
21 export CVS_RSH=ssh
/dragonfly/sys/vfs/nullfs/
H A Dnull.h40 struct export_args export; /* Network export information */ member
48 struct netexport export; member
63 const struct export_args *export);
/dragonfly/sbin/mount_ext2fs/
H A Dmount_ext2fs.c93 args.export.ex_root = DEFAULT_ROOTUID; in main()
95 args.export.ex_flags = MNT_EXRDONLY; in main()
97 args.export.ex_flags = 0; in main()
/dragonfly/tools/regression/bin/sh/builtins/
H A Dlocale1.052 case $(export LANG=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
58 case $(export LC_MESSAGES=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
64 case $(export LC_ALL=nl_NL.ISO8859-1; command . /var/empty/foo 2>&1) in
120 # Assignments on special builtins are exported to that builtin; the export
128 case $(export LC_ALL; LC_ALL=nl_NL.ISO8859-1 . /dev/null; . /var/empty/foo 2>&1) in
/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c95 args.export.ex_root = DEFAULT_ROOTUID; in mount_ufs()
97 args.export.ex_flags = MNT_EXRDONLY; in mount_ufs()
99 args.export.ex_flags = 0; in mount_ufs()

12345678