Searched refs:all (Results 51 - 75 of 1628) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.7/
H A DMakefile12 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A DMakefile.am17 $(MAKE) all CFLAGS="@DEBUG@"
20 $(MAKE) all CFLAGS="@PROFILE@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A DMakefile.am22 $(MAKE) all CFLAGS="@DEBUG@"
25 $(MAKE) all CFLAGS="@PROFILE@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A DMakefile.am19 $(MAKE) all CFLAGS="@DEBUG@"
22 $(MAKE) all CFLAGS="@PROFILE@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A DMakefile.am16 $(MAKE) all CFLAGS="@DEBUG@"
19 $(MAKE) all CFLAGS="@PROFILE@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/
H A DMakefile6 all :
12 install : all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/ntpclient/
H A DMakefile11 all: ntpclient
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dleo.c533 static void leo_unmap_regs(struct of_device *op, struct all_info *all) argument
535 if (all->par.lc_ss0_usr)
536 of_iounmap(&op->resource[0], all->par.lc_ss0_usr, 0x1000);
537 if (all->par.ld_ss0)
538 of_iounmap(&op->resource[0], all->par.ld_ss0, 0x1000);
539 if (all->par.ld_ss1)
540 of_iounmap(&op->resource[0], all->par.ld_ss1, 0x1000);
541 if (all->par.lx_krn)
542 of_iounmap(&op->resource[0], all->par.lx_krn, 0x1000);
543 if (all
553 struct all_info *all; local
644 struct all_info *all = dev_get_drvdata(&op->dev); local
[all...]
H A Dbw2.c290 struct all_info *all; local
293 all = kzalloc(sizeof(*all), GFP_KERNEL);
294 if (!all)
297 spin_lock_init(&all->par.lock);
299 all->par.physbase = op->resource[0].start;
300 all->par.which_io = op->resource[0].flags & IORESOURCE_BITS;
302 sbusfb_fill_var(&all->info.var, dp->node, 1);
304 all->info.var.xres);
306 all
358 struct all_info *all = dev_get_drvdata(&op->dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A DMakefile.am25 all.h \
45 $(MAKE) all CFLAGS="@DEBUG@"
48 $(MAKE) all CFLAGS="@PROFILE@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/
H A DMakefile.lite13 # Since this particular file is relevant to all components of FLAC,
18 .PHONY: all example_c_decode_file example_c_encode_file example_cpp_decode_file example_cpp_encode_file
19 all: example_c_decode_file example_c_encode_file example_cpp_decode_file example_cpp_encode_file
29 debug : all
30 valgrind: all
31 release : all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/
H A DMakefile.lite13 # Since this particular file is relevant to all components of FLAC,
18 .PHONY: all getopt grabbag replaygain_analysis replaygain_synthesis utf8
19 all: getopt grabbag replaygain_analysis replaygain_synthesis utf8
29 debug : all
30 valgrind: all
31 release : all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A DMakefile.IMA16 lib-all-y := applets/applets.o
19 lib-all-y += $(patsubst %,procps/%,$(sort $(lib-y)))
22 lib-all-y += $(patsubst %,networking/%,$(sort $(lib-y)))
25 lib-all-y += $(patsubst %,networking/udhcp/%,$(sort $(lib-y)))
28 lib-all-y += $(patsubst %,networking/libiproute/%,$(sort $(lib-y)))
31 lib-all-y += $(patsubst %,loginutils/%,$(sort $(lib-y)))
34 lib-all-y += $(patsubst %,archival/%,$(sort $(lib-y)))
37 lib-all-y += $(patsubst %,archival/libunarchive/%,$(sort $(lib-y)))
40 lib-all-y += $(patsubst %,applets/%,$(sort $(lib-y)))
43 lib-all
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A DMakefile.am29 all-local: all-dll all-doc
37 all-dll: all-dll-@BUILDCSHARP@
38 all-dll-no:
39 all-dll-yes: GNU.Gettext.dll
51 install-dll-yes: all-dll-yes
73 all-doc: $(srcdir)/csharpdoc/index.html
85 install-doc: all
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.top9 all:
10 cd chat; $(MAKE) all
11 cd pppd; $(MAKE) all
12 cd pppstats; $(MAKE) all
13 cd pppdump; $(MAKE) all
14 cd solaris; $(MAKE) all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/net/netfilter/
H A Dnf_conntrack_tuple.h28 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
35 __be16 all; member in union:nf_conntrack_man_proto
76 __be16 all; member in union:nf_conntrack_tuple::__anon440::__anon441
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter/
H A Dnf_conntrack_tuple.h28 u_int32_t all[NF_CT_TUPLE_L3SIZE]; member in union:nf_conntrack_address
38 u_int16_t all; member in union:nf_conntrack_man_proto
76 u_int16_t all; member in union:nf_conntrack_tuple::__anon11484::__anon11485
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A DMakefile8 vmlinux.bin.all vmlinux.relocs
27 vmlinux.bin.all-y := $(obj)/vmlinux.bin
28 vmlinux.bin.all-$(CONFIG_RELOCATABLE) += $(obj)/vmlinux.relocs
31 $(obj)/vmlinux.bin.all: $(vmlinux.bin.all-y) FORCE
35 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin.all FORCE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/test/
H A Dsimple-build-check.sh18 make all -j4 $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS" || exit
23 make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS" || exit
31 make all $MAKEOPTS DESTDIR="$TEMPDIR" EXTRAS="$EXTRAS" || exit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.os225 all : iconv.exe
31 install : all force
37 check : all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-smalltalk/
H A DMakefile.am15 all-local: hello
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-ycp/
H A DMakefile.am15 all-local: hello
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A DMakefile.am34 all.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.lite13 # Since this particular file is relevant to all components of FLAC,
28 all: clean
50 debug : all
51 valgrind: all
52 release : all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/prime/
H A DMakefile6 all: $(EXAMPLES)
14 test: all

Completed in 281 milliseconds

1234567891011>>