Searched refs:target (Results 1 - 25 of 1228) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_redirect.h7 int target; member in struct:ebt_redirect_info
H A Debt_arpreply.h7 int target; member in struct:ebt_arpreply_info
H A Debt_nat.h9 int target; member in struct:ebt_nat_info
H A Debt_mark_t.h4 /* The target member is reused for adding new actions, the
5 * value of the real target is -1 to -NUM_STANDARD_TARGETS.
7 * but let's play it safe) are kept to designate this target.
20 int target; member in struct:ebt_mark_t_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A DMakefile4 target = $(target_rescue_dir) macro
13 all: $(target)/rescue.bin $(target)/testrescue.bin $(target)/kimagerescue.bin
15 $(target)/rescue.bin: $(target) $(target)/head.o
16 $(LD) -T $(src)/rescue.ld -o $(target)/rescue.o $(target)/head.o
17 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/rescu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A DMakefile4 target = $(target_rescue_dir) macro
13 all: $(target)/rescue.bin
18 $(target)/rescue.bin: $(target) $(target)/head.o
19 $(LD) -T $(src)/rescue.ld -o $(target)/rescue.o $(target)/head.o
20 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/rescue.o $(target)/rescue.bin
21 cp -p $(target)/rescu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A DMakefile4 target = $(target_compressed_dir) macro
12 OBJECTS = $(target)/head.o $(target)/misc.o
19 $(target)/decompress.bin: $(OBJECTS)
20 $(LD) -T $(src)/decompress.ld -o $(target)/decompress.o $(OBJECTS)
21 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/decompress.o $(target)/decompress.bin
24 $(target_compressed_dir)/vmlinuz: $(target) piggy.img $(target)/decompress.bin
26 @cat $(target)/decompres
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dusage_compressed3 target="$1"
6 test "$target" || exit 1
13 exec >"$target"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A DMakefile7 target = $(target_compressed_dir) macro
15 OBJECTS = $(target)/head.o $(target)/misc.o
22 $(target)/decompress.bin: $(OBJECTS)
23 $(LD) -T $(src)/decompress.ld -o $(target)/decompress.o $(OBJECTS)
24 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/decompress.o $(target)/decompress.bin
26 $(objtree)/vmlinuz: $(target) piggy.img $(target)/decompress.bin
27 cat $(target)/decompres
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dmake_curl_rpm41 for target in $targets
44 src_rpm="$target-$version-$release.src.rpm"
50 sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/$target.spec > $specs_dir/$target-$version-$arch.spec
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
55 echo "error building $target for $arch -- check output above"
58 echo "$target rpm is now in $rpms_dir/$arch"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c76 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
84 "Enable workarounds for Mellanox SRP target bugs if != 0");
157 static int srp_init_qp(struct srp_target_port *target, argument
167 ret = ib_find_cached_pkey(target->srp_host->dev->dev,
168 target->srp_host->port,
169 be16_to_cpu(target->path.pkey),
177 attr->port_num = target->srp_host->port;
190 static int srp_create_target_ib(struct srp_target_port *target) argument
199 target->cq = ib_create_cq(target
237 srp_free_target_ib(struct srp_target_port *target) argument
254 struct srp_target_port *target = target_ptr; local
264 srp_lookup_path(struct srp_target_port *target) argument
293 srp_send_req(struct srp_target_port *target) argument
379 srp_disconnect_target(struct srp_target_port *target) argument
392 struct srp_target_port *target = local
413 srp_connect_target(struct srp_target_port *target) argument
453 srp_unmap_data(struct scsi_cmnd *scmnd, struct srp_target_port *target, struct srp_request *req) argument
486 srp_remove_req(struct srp_target_port *target, struct srp_request *req) argument
492 srp_reset_req(struct srp_target_port *target, struct srp_request *req) argument
499 srp_reconnect_target(struct srp_target_port *target) argument
585 srp_map_fmr(struct srp_target_port *target, struct scatterlist *scat, int sg_cnt, struct srp_request *req, struct srp_direct_buf *buf) argument
665 srp_map_data(struct scsi_cmnd *scmnd, struct srp_target_port *target, struct srp_request *req) argument
768 srp_process_rsp(struct srp_target_port *target, struct srp_rsp *rsp) argument
820 srp_handle_recv(struct srp_target_port *target, struct ib_wc *wc) argument
871 struct srp_target_port *target = target_ptr; local
891 __srp_post_recv(struct srp_target_port *target) argument
918 srp_post_recv(struct srp_target_port *target) argument
935 __srp_get_tx_iu(struct srp_target_port *target) argument
950 __srp_post_send(struct srp_target_port *target, struct srp_iu *iu, int len) argument
981 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1055 srp_alloc_iu_bufs(struct srp_target_port *target) argument
1091 srp_cm_rej_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event, struct srp_target_port *target) argument
1164 struct srp_target_port *target = cm_id->context; local
1273 srp_send_tsk_mgmt(struct srp_target_port *target, struct srp_request *req, u8 func) argument
1320 srp_find_req(struct srp_target_port *target, struct scsi_cmnd *scmnd, struct srp_request **req) argument
1334 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1365 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1392 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1405 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1417 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1429 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1441 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1452 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1471 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1490 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1501 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1508 struct srp_target_port *target = host_to_target(class_to_shost(cdev)); local
1552 srp_add_target(struct srp_host *host, struct srp_target_port *target) argument
1624 srp_parse_options(const char *buf, struct srp_target_port *target) argument
1775 struct srp_target_port *target; local
2012 struct srp_target_port *target, *tmp_target; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_NOTRACK.c14 target(struct sk_buff **pskb, argument
18 const struct xt_target *target,
40 .target = target,
47 .target = target,
H A Dxt_NFQUEUE.c20 MODULE_DESCRIPTION("[ip,ip6,arp]_tables NFQUEUE target");
27 target(struct sk_buff **pskb, argument
31 const struct xt_target *target,
43 .target = target,
50 .target = target,
57 .target = target,
H A Dxt_CONNSECMARK.c5 * with the SECMARK target and state match.
64 static unsigned int target(struct sk_buff **pskb, const struct net_device *in, argument
66 const struct xt_target *target,
89 const struct xt_target *target, void *targinfo,
94 if (nf_ct_l3proto_try_module_get(target->family) < 0) {
96 "proto=%d\n", target->family);
113 destroy(const struct xt_target *target, void *targinfo) argument
115 nf_ct_l3proto_module_put(target->family);
124 .target = target,
88 checkentry(const char *tablename, const void *entry, const struct xt_target *target, void *targinfo, unsigned int hook_mask) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dcutnpaste.py20 target = libxml2.parseDoc("""<?xml version="1.0"?>
24 dest = target.getRootElement()
30 dest.reconciliateNs(target)
40 target.freeDoc()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcapability.c38 * target pid data
49 struct task_struct *target; local
71 target = find_task_by_pid(pid);
72 if (!target) {
77 target = current;
79 ret = security_capget(target, &data.effective, &data.inheritable, &data.permitted);
99 struct task_struct *g, *target; local
106 target = g;
107 while_each_thread(g, target) {
108 if (!security_capset_check(target, effectiv
133 struct task_struct *g, *target; local
177 struct task_struct *target; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/pl/
H A Dlinux.pl56 local($obj,$target,$name,$shlib,$so_name)=@_;
59 $target =~ s/\//$o/g if $o ne '/';
62 $ret.="$target: \$(${Name}OBJ)\n";
63 $ret.="\t\$(RM) target\n";
64 $ret.="\tgcc \${CFLAGS} -shared -Wl,-soname,$target -o $target \$(${Name}OBJ)\n";
65 ($t=$target) =~ s/(^.*)\/[^\/]*$/$1/;
69 $ret.="\tln -s $target \$(LIB_D)$o$so_name\n\n";
75 local($target,$files,$dep_libs,$libs,$sha1file,$openssl)=@_;
79 $n=&bname($target);
[all...]
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs,$sha1file,$openssl)=@_;
32 $n=&bname($target);
33 $ret.="$target: $files $dep_libs\n";
34 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n";
37 $ret.="\t$openssl sha1 -hmac etaonrishdlcupfm -binary $target > $sha1file";
H A DOS2-EMX.pl83 local($obj,$target,$name,$shlib)=@_;
86 $target =~ s/\//$o/g if $o ne '/';
87 $target="$target";
90 $ret.="$target: \$(${Name}OBJ)\n";
93 $ret.="\t\$(RM) $target\n";
94 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
95 $ret.="\t\$(RANLIB) $target\n\n";
99 local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
101 $ret.="\t\$(LINK) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dlinux.pl56 local($obj,$target,$name,$shlib,$so_name)=@_;
59 $target =~ s/\//$o/g if $o ne '/';
62 $ret.="$target: \$(${Name}OBJ)\n";
63 $ret.="\t\$(RM) target\n";
64 $ret.="\tgcc \${CFLAGS} -shared -Wl,-soname,$target -o $target \$(${Name}OBJ)\n";
65 ($t=$target) =~ s/(^.*)\/[^\/]*$/$1/;
69 $ret.="\tln -s $target \$(LIB_D)$o$so_name\n\n";
75 local($target,$files,$dep_libs,$libs)=@_;
79 $n=&bname($target);
[all...]
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs)=@_;
32 $n=&bname($target);
33 $ret.="$target: $files $dep_libs\n";
34 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl84 local($obj,$target,$name,$shlib)=@_;
87 $target =~ s/\//$o/g if $o ne '/';
88 $target="$target";
91 $ret.="$target: \$(${Name}OBJ)\n";
94 $ret.="\t\$(RM) $target\n";
95 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
96 $ret.="\t\$(RANLIB) $target\n\n";
100 local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
102 $ret.="\t\$(LINK) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_expand_msdfs.c94 Expand the msdfs target host using read_target_host
105 static BOOL expand_msdfs_target(connection_struct* conn, pstring target) argument
108 char *filename_start = strchr_m(target, '@');
115 DEBUG(10, ("No filename start in %s\n", target));
122 DEBUG(10, ("No filename end in %s\n", target));
133 DEBUG(1, ("Could not expand target host from file %s\n",
143 pstrcpy(new_target, target);
147 DEBUG(10, ("New DFS target: %s\n", new_target));
148 pstrcpy(target, new_target);
156 pstring target; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-sram.c31 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, flexcop_sram_dest_target_t target) argument
37 if (fc->rev != FLEXCOP_III && target == FC_SRAM_DEST_TARGET_FC3_CA) {
38 err("SRAM destination target to available on FlexCopII(b)\n");
42 deb_sram("sram dest: %x target: %x\n",dest, target);
45 v.sram_dest_reg_714.NET_Dest = target;
47 v.sram_dest_reg_714.CAI_Dest = target;
49 v.sram_dest_reg_714.CAO_Dest = target;
51 v.sram_dest_reg_714.MEDIA_Dest = target;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djinclude.h61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))

Completed in 183 milliseconds

1234567891011>>