Searched refs:run (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/modules/usb/runfw/
H A DMakefile4 FIRMWS= run.fw:runfw:1
6 CLEANFILES= run.fw
8 run.fw: ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu
/freebsd-10-stable/contrib/wpa/wpa_supplicant/examples/
H A Dplaintext.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dieee8021x.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dwep.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dwpa-psk-tkip.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dp2p-action.sh26 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
27 rm /var/run/dhclient.leases-$GIFNAME
28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
41 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
42 rm /var/run/dhclient.leases-$GIFNAME
43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
44 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
45 -lf /var/run/dhclien
[all...]
H A Dudhcpd-p2p.conf63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid
H A Dwpa2-eap-ccmp.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dp2p-action-udhcp.sh26 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
31 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
32 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
33 udhcpc -i $GIFNAME -p /var/run/udhcpc-$GIFNAME.pid \
41 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
45 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
/freebsd-10-stable/etc/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.rpc7 array struct[run] run = 4;
16 struct run {
/freebsd-10-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t12 run()
40 run ${n} stream "-z ${t2%% *}" STREAM "${t1} ${t2#* }"
53 run ${n} stream "-z ${t2%% *}" STREAM "${t1} ${t2#* }"
58 run ${n} stream "-z 0" STREAM "8 Check LOCAL_PEERCRED socket option"
74 run ${n} dgram "-z ${t2%% *}" DGRAM "${t1} ${t2#* }"
86 run ${n} dgram "-z ${t2%% *}" DGRAM "${t1} ${t2#* }"
/freebsd-10-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh11 run() function
17 echo "You need to be root to run this test."
32 run awk 'BEGIN {for (i = 0; i < 1000000; i++) cos(.3)}' /dev/null
33 run egrep '(.)(.)(.)(.)(.)(.)(.)(.)(.)\9\8\7\6\5\4\3\2\1' /usr/share/dict/words
36 run find /usr/src -name xyzzy
39 run sleep 3
42 run dd if=/dev/zero bs=512 count=4096 of=zero 2>/dev/null
45 run diff /usr/share/dict/words /dev/null >/dev/null
49 run ./123456789012345
53 run
[all...]
/freebsd-10-stable/crypto/openssh/regress/unittests/bitmap/
H A DMakefile7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
/freebsd-10-stable/crypto/openssh/regress/unittests/hostkeys/
H A DMakefile7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
/freebsd-10-stable/crypto/openssh/regress/unittests/kex/
H A DMakefile7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A DMakefile7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
/freebsd-10-stable/crypto/openssh/regress/unittests/utf8/
H A DMakefile7 REGRESS_TARGETS=run-regress-${PROG}
9 run-regress-${PROG}: ${PROG}
/freebsd-10-stable/etc/
H A Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
15 script kdb.enter.witness=run lockinfo
H A Drc.suspend30 # sample run command file for APM Suspend Event
40 if [ -r /var/run/rc.suspend.pid ]; then
44 echo $$ 2> /dev/null > /var/run/rc.suspend.pid
59 /bin/rm -f /var/run/rc.suspend.pid
H A Drc.resume30 # sample run command file for APM Resume Event
40 if [ -r /var/run/rc.suspend.pid ]; then
41 kill -9 `cat /var/run/rc.suspend.pid`
42 /bin/rm -f /var/run/rc.suspend.pid
/freebsd-10-stable/usr.sbin/asf/
H A Dasf.h40 void asf_prog(int run);
/freebsd-10-stable/contrib/ntp/sntp/tests/
H A DMakefile.am119 $(srcdir)/run-crypto.c \
120 $(srcdir)/run-keyFile.c \
121 $(srcdir)/run-kodDatabase.c \
122 $(srcdir)/run-kodFile.c \
123 $(srcdir)/run-networking.c \
124 $(srcdir)/run-packetHandling.c \
125 $(srcdir)/run-packetProcessing.c \
126 $(srcdir)/run-utilities.c \
131 run-networking.c \
137 run
[all...]
/freebsd-10-stable/etc/rc.d/
H A Dcleanvar51 # These files must be removed only the first time this script is run
54 rm -f /var/run/clean_var /var/spool/lock/clean_var
59 if [ -d /var/run -a ! -f /var/run/clean_var ]; then
60 purgedir /var/run
61 >/var/run/clean_var
H A Dftp-proxy22 # to the rc script. The pidfile will be named /var/run/<$name>.pid,
39 echo $ps_pid > ${pidfile:-"/var/run/$name.pid"}
68 pidfile="/var/run/ftp-proxy.$i.pid"

Completed in 216 milliseconds

1234567891011>>