Searched refs:sys (Results 1 - 25 of 2565) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/generic/
H A DMakefile.am1 SUBDIRS = sys
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/generic/
H A DMakefile.am1 SUBDIRS = sys
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirix5sys.S25 sys sys_syscall 0 /* 1000 sysindir() V*/
26 sys sys_exit 1 /* 1001 exit() V*/
27 sys sys_fork 0 /* 1002 fork() V*/
28 sys sys_read 3 /* 1003 read() V*/
29 sys sys_write 3 /* 1004 write() V*/
30 sys sys_open 3 /* 1005 open() V*/
31 sys sys_close 1 /* 1006 close() V*/
32 sys irix_unimp 0
33 sys sys_creat 2 /* 1008 creat() V*/
34 sys sys_lin
[all...]
H A Dscall32-o32.S328 sys \ptr \nargs
349 sys sys_syscall 8 /* 4000 */
350 sys sys_exit 1
351 sys sys_fork 0
352 sys sys_read 3
353 sys sys_write 3
354 sys sys_open 3 /* 4005 */
355 sys sys_close 1
356 sys sys_waitpid 3
357 sys sys_crea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/python/
H A Dmodify_samba_config.py24 import sys, os namespace
32 if len(sys.argv) == 3:
35 elif len(sys.argv) == 5:
38 print "Usage: %s configfile share [path] [comments]" % sys.argv[0]
39 sys.exit(1)
48 confFile.ReadConfig( sys.argv[1] )
53 if not confFile.isService( sys.argv[2] ):
54 sys.stderr.write( "Asked to delete non-existent service! [%s]\n" % sys.argv[2] )
55 sys
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/examples/spoolss/
H A Dchangeid.py10 import sys namespace
13 if len(sys.argv) == 1:
15 sys.exit(1)
17 for printer in sys.argv[1:]:
25 sys.exit(1)
H A Denumprinters.py9 import sys namespace
12 if len(sys.argv) < 2 or len(sys.argv) > 3:
14 sys.exit(1)
16 printserver = sys.argv[1]
19 if len(sys.argv) == 3:
20 level = int(sys.argv[2])
28 sys.exit(1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/firmware_class/
H A Dhotplug-script9 echo 1 > /sys/$DEVPATH/loading
10 cat $HOTPLUG_FW_DIR/$FIRMWARE > /sys/$DEVPATH/data
11 echo 0 > /sys/$DEVPATH/loading
15 # echo -1 > /sys/$DEVPATH/loading
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile.vms8 write sys$output "Nothing to be done for 'all'."
11 write sys$output "Nothing else to be done for 'install'."
14 write sys$output "Nothing to be done for 'installdirs'."
17 write sys$output "Nothing to be done for 'uninstall'."
20 write sys$output "Nothing to be done for 'check'."
23 write sys$output "Nothing else to be done for 'mostlyclean'."
26 write sys$output "Nothing to be done for 'clean'."
29 write sys$output "Nothing else to be done for 'distclean'."
32 write sys$output "Nothing else to be done for 'maintainer-clean'."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_private.h16 #include <sys/cdefs.h>
17 #include <sys/types.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_private.h16 #include <sys/cdefs.h>
17 #include <sys/types.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestss.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
11 $ dummycnf := sys$disk:[-.apps]openssl-vms.cnf
24 $ write sys$output ""
25 $ write sys$output "make a certificate request using 'req'"
28 $ define/user sys$output nla0:
42 $ write sys$output "error using 'req' to generate a certificate request"
45 $ write sys$output ""
46 $ write sys$output "convert the certificate request into a self signed certificate using 'x509'"
47 $ define /user sys$output err.ss
51 $ write sys
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dmulticast.h11 #include <sys/cdefs.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestss.com5 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
11 $ dummycnf := sys$disk:[-.apps]openssl-vms.cnf
24 $ write sys$output ""
25 $ write sys$output "make a certificate request using 'req'"
28 $ define/user sys$output nla0:
42 $ write sys$output "error using 'req' to generate a certificate request"
45 $ write sys$output ""
46 $ write sys$output "convert the certificate request into a self signed certificate using 'x509'"
47 $ define /user sys$output err.ss
51 $ write sys
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_time.c1 /* Test of <sys/time.h> substitute.
21 #include <sys/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmulticast.h11 #include <sys/cdefs.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DtstURI.py2 import sys namespace
11 sys.exit(1)
14 sys.exit(1)
17 sys.exit(1)
20 sys.exit(1)
23 sys.exit(1)
26 sys.exit(1)
H A Dregexp.py10 sys.exit(1)
13 sys.exit(1)
16 sys.exit(1)
19 sys.exit(1)
22 sys.exit(1)
H A Dreadernext.py8 import sys namespace
19 sys.exit(1)
23 sys.exit(1)
27 sys.exit(1)
31 sys.exit(1)
35 sys.exit(1)
39 sys.exit(1)
43 sys.exit(1)
46 sys.exit(1)
50 sys
[all...]
H A Dreader.py8 import sys namespace
19 sys.exit(1)
23 sys.exit(1)
27 sys.exit(1)
31 sys.exit(1)
35 sys.exit(1)
39 sys.exit(1)
43 sys.exit(1)
48 sys.exit(1)
52 sys
[all...]
H A DcompareNodes.py2 import sys namespace
21 sys.exit(1)
24 sys.exit(1)
33 sys.exit(1)
36 sys.exit(1)
39 sys.exit(1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgprinterdata3 import sys namespace
12 if len(sys.argv) < 2 or len(sys.argv) > 3:
15 sys.exit(1)
18 host = string.replace(sys.argv[len(sys.argv) - 1], "/", "\\")
19 if sys.argv[1] == "--ex":
24 print "gprinterdata: error opening %s" % sys.argv[len(sys.argv) - 1]
25 sys
[all...]
H A Dgtdbtool3 import sys namespace
11 if len(sys.argv) != 2:
13 sys.exit(1)
16 t = tdb.open(sys.argv[1])
18 print "gtdbtool: error opening %s: %s" % (sys.argv[1], t)
19 sys.exit(1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Duncompress.h36 void __iomem *sys = (void __iomem *) AT91_BASE_SYS; /* physical address */ local
38 while (!(__raw_readl(sys + AT91_DBGU_SR) & AT91_DBGU_TXRDY))
40 __raw_writel(c, sys + AT91_DBGU_THR);
45 void __iomem *sys = (void __iomem *) AT91_BASE_SYS; /* physical address */ local
48 while (!(__raw_readl(sys + AT91_DBGU_SR) & AT91_DBGU_TXEMPTY))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/firmware/
H A Dfirmware.sh12 if [ ! -e /sys$DEVPATH/loading ]; then
19 echo 1 > /sys$DEVPATH/loading
20 cat "$DIR/$FIRMWARE" > /sys$DEVPATH/data
21 echo 0 > /sys$DEVPATH/loading
25 echo -1 > /sys$DEVPATH/loading

Completed in 127 milliseconds

1234567891011>>