Searched refs:all (Results 1 - 25 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/license/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_brew/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/sequence/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/protected/
H A DMakefile.am32 all.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_s60/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_wince/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/distrib/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/mp/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/test/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgunfmt.tcl24 regsub -all "\"" $str "\\\"" str
26 regsub -all "\\\\" $str "\\\\\\" str
28 regsub -all [subst "\n"] $str "\\n" str
29 regsub -all [subst "\a"] $str "\\a" str
30 regsub -all [subst "\b"] $str "\\b" str
31 regsub -all [subst "\f"] $str "\\f" str
32 regsub -all [subst "\r"] $str "\\r" str
33 regsub -all [subst "\t"] $str "\\t" str
34 regsub -all [subst "\v"] $str "\\v" str
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/cam/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/dumpload/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/ext/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/log/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/txn/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtcx.c353 static void tcx_unmap_regs(struct of_device *op, struct all_info *all) argument
355 if (all->par.tec)
357 all->par.tec, sizeof(struct tcx_tec));
358 if (all->par.thc)
360 all->par.thc, sizeof(struct tcx_thc));
361 if (all->par.bt)
363 all->par.bt, sizeof(struct bt_regs));
364 if (all->par.cplane)
366 all->par.cplane, all
375 struct all_info *all; local
505 struct all_info *all = dev_get_drvdata(&op->dev); local
[all...]
H A Dp9100.c266 struct all_info *all; local
269 all = kzalloc(sizeof(*all), GFP_KERNEL);
270 if (!all)
273 spin_lock_init(&all->par.lock);
276 all->par.physbase = op->resource[2].start;
277 all->par.which_io = op->resource[2].flags & IORESOURCE_BITS;
279 sbusfb_fill_var(&all->info.var, dp->node, 8);
280 all->info.var.red.length = 8;
281 all
350 struct all_info *all = dev_get_drvdata(&op->dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/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::__anon10590::__anon10591
107 (tuple)->src.u.all = 0; \
108 (tuple)->dst.u.all = 0; \
118 NIP6(*(struct in6_addr *)(tp)->src.u3.all), ntohs((tp)->src.u.all), \
119 NIP6(*(struct in6_addr *)(tp)->dst.u3.all), ntohs((tp)->dst.u.all))
138 return (t1->src.u3.all[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dmkmakefile27 .PHONY: all \$(MAKECMDGOALS)
29 all:
34 \$(filter-out all Makefile,\$(MAKECMDGOALS)) %/:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dmkmakefile27 .PHONY: all \$(MAKECMDGOALS)
29 all:
34 \$(filter-out all Makefile,\$(MAKECMDGOALS)) %/:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/images/
H A DMakefile6 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/apprec/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_vxworks/
H A DMakefile5 all: ${BUILD}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_win/
H A DMakefile5 all: ${BUILD}

Completed in 194 milliseconds

1234567891011>>