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

12345

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debian/
H A Duuid-runtime.postrm5 rm -rf /var/run/uuidd
/asus-wl-520gu-7.0.1.45/src/router/ppp/scripts/
H A Dppp-off15 if [ -r /var/run/$DEVICE.pid ]; then
16 kill -INT `cat /var/run/$DEVICE.pid`
22 rm -f /var/run/$DEVICE.pid
H A Dipv6-down.sample13 PIDFILE=/var/run/radvd-$DEVICE.pid
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dppp-off15 if [ -r /var/run/$DEVICE.pid ]; then
16 kill -INT `cat /var/run/$DEVICE.pid`
22 rm -f /var/run/$DEVICE.pid
H A Dipv6-down.sample13 PIDFILE=/var/run/radvd-$DEVICE.pid
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dppp-off15 if [ -r /var/run/$DEVICE.pid ]; then
16 kill -INT `cat /var/run/$DEVICE.pid`
22 rm -f /var/run/$DEVICE.pid
H A Dipv6-down.sample13 PIDFILE=/var/run/radvd-$DEVICE.pid
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Dendian.h74 befs_block_run run; local
77 run.allocation_group = le32_to_cpu(n.allocation_group);
78 run.start = le16_to_cpu(n.start);
79 run.len = le16_to_cpu(n.len);
81 run.allocation_group = be32_to_cpu(n.allocation_group);
82 run.start = be16_to_cpu(n.start);
83 run.len = be16_to_cpu(n.len);
85 return run;
91 befs_block_run run; local
94 run
[all...]
H A Ddatastream.c25 befs_blocknr_t blockno, befs_block_run * run);
30 befs_block_run * run);
35 befs_block_run * run);
52 befs_block_run run; local
60 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) {
66 bh = befs_bread_iaddr(sb, run);
92 befs_blocknr_t fblock, befs_block_run * run)
98 err = befs_find_brun_direct(sb, data, fblock, run);
101 err = befs_find_brun_indirect(sb, data, fblock, run);
104 err = befs_find_brun_dblindirect(sb, data, fblock, run);
91 befs_fblock2brun(struct super_block *sb, befs_data_stream * data, befs_blocknr_t fblock, befs_block_run * run) argument
245 befs_find_brun_direct(struct super_block *sb, befs_data_stream * data, befs_blocknr_t blockno, befs_block_run * run) argument
281 befs_find_brun_indirect(struct super_block *sb, befs_data_stream * data, befs_blocknr_t blockno, befs_block_run * run) argument
389 befs_find_brun_dblindirect(struct super_block *sb, befs_data_stream * data, befs_blocknr_t blockno, befs_block_run * run) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/attr/test/
H A DMakefile37 LSRCFILES = attr.test run README
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
65 # If it does not exist, or fails to run (possibly an outdated version),
79 --run try to run th
[all...]
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
68 # configure might choose to run compile as `compile cc -o foo foo.c'.
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe.conf69 PIDFILE=/var/run/adsl.pid
/asus-wl-520gu-7.0.1.45/src/router/acl/test/
H A DMakefile36 LSRCFILES = run make-tree \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Duuidd.rc18 PIDFILE=/var/run/uuidd/uuidd.pid
41 if test -f /var/run/uuidd.pid; then exit 2; fi
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dltmain.sh59 run=
93 --dry-run | -n)
94 run=:
181 # These modes are in order of execution frequency so that they run quickly.
237 $run $rm $obj $libobj
238 trap "$run $rm $obj $libobj; exit 1" 1 2 15
240 $run $rm $libobj
241 trap "$run $rm $libobj; exit 1" 1 2 15
248 if $run eval "$base_compile$pic_flag -DPIC $srcfile"; then :
250 test -n "$obj" && $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dltmain.sh59 run=
93 --dry-run | -n)
94 run=:
181 # These modes are in order of execution frequency so that they run quickly.
237 $run $rm $obj $libobj
238 trap "$run $rm $obj $libobj; exit 1" 1 2 15
240 $run $rm $libobj
241 trap "$run $rm $libobj; exit 1" 1 2 15
248 if $run eval "$base_compile$pic_flag -DPIC $srcfile"; then :
250 test -n "$obj" && $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Dsamba.postrm8 rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba
H A Dsamba.init13 NMBDPID=/var/run/samba/nmbd.pid
14 SMBDPID=/var/run/samba/smbd.pid
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dltmain.sh71 run=
114 --dry-run | -n)
115 run=:
219 # These modes are in order of execution frequency so that they run quickly.
311 $run $rm $obj $libobj
312 trap "$run $rm $obj $libobj; exit 1" 1 2 15
314 $run $rm $libobj
315 trap "$run $rm $libobj; exit 1" 1 2 15
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
327 test -n "$obj" && $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/autoconf/
H A Dltmain.sh101 run=
156 --dry-run | -n)
157 run=:
266 # These modes are in order of execution frequency so that they run quickly.
461 $run $rm $removelist
462 trap "$run $rm $removelist; exit 1" 1 2 15
481 trap "$run $rm $removelist; exit 1" 1 2 15
490 until $run ln "$0" "$lockfile" 2>/dev/null; do
507 $run $rm $removelist
541 $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/autoconf/
H A Dltmain.sh101 run=
156 --dry-run | -n)
157 run=:
266 # These modes are in order of execution frequency so that they run quickly.
461 $run $rm $removelist
462 trap "$run $rm $removelist; exit 1" 1 2 15
481 trap "$run $rm $removelist; exit 1" 1 2 15
490 until $run ln "$0" "$lockfile" 2>/dev/null; do
507 $run $rm $removelist
541 $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/
H A Dlibtool387 run=
442 --dry-run | -n)
443 run=:
552 # These modes are in order of execution frequency so that they run quickly.
747 $run $rm $removelist
748 trap "$run $rm $removelist; exit 1" 1 2 15
767 trap "$run $rm $removelist; exit 1" 1 2 15
776 until $run ln "$0" "$lockfile" 2>/dev/null; do
793 $run $rm $removelist
827 $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/
H A Dlibtool387 run=
442 --dry-run | -n)
443 run=:
552 # These modes are in order of execution frequency so that they run quickly.
747 $run $rm $removelist
748 trap "$run $rm $removelist; exit 1" 1 2 15
767 trap "$run $rm $removelist; exit 1" 1 2 15
776 until $run ln "$0" "$lockfile" 2>/dev/null; do
793 $run $rm $removelist
827 $run
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dinit.linuxsb.sh55 ## first run checkpc
82 # 1 - service dead, but /var/run/ pid file exists
96 if test -e /var/run/lpd.printer

Completed in 157 milliseconds

12345