Searched refs:target (Results 26 - 50 of 4096) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Didecode_branch.h34 ppc_ia target = cia + 4; \
36 target); \
52 ppc_ia target = (ppc_ia)(ADDRESS); \
53 nia = (ppc_ia)IEA_MASKED(ppc_is_64bit(processor), target); \
56 ppc_ia target = cia + ADDRESS; \
57 nia = (ppc_ia)IEA_MASKED(ppc_is_64bit(processor), target); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/phddns/src/
H A Dbase64.c127 char *target,
148 target[datalength++] = Base64[output[0]];
149 target[datalength++] = Base64[output[1]];
150 target[datalength++] = Base64[output[2]];
151 target[datalength++] = Base64[output[3]];
167 target[datalength++] = Base64[output[0]];
168 target[datalength++] = Base64[output[1]];
170 target[datalength++] = Pad64;
172 target[datalength++] = Base64[output[2]];
173 target[datalengt
124 lutil_b64_ntop( unsigned char const *src, size_t srclength, char *target, size_t targsize) argument
187 lutil_b64_pton( char const *src, unsigned char *target, size_t targsize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/config/
H A Dm68k-emc.exp6 set tname [board_info target name];
9 m68k_emc_board_connect target;
12 set dos_host [board_info target dos_host];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Didecode_branch.h34 ppc_ia target = cia + 4; \
36 target); \
52 ppc_ia target = (ppc_ia)(ADDRESS); \
53 nia = (ppc_ia)IEA_MASKED(ppc_is_64bit(processor), target); \
56 ppc_ia target = cia + ADDRESS; \
57 nia = (ppc_ia)IEA_MASKED(ppc_is_64bit(processor), target); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/hw/rv-n-cris/
H A Dquit.s1 ; Trivial target simulator program that just exits.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/hw/rv-n-cris/
H A Dquit.s1 ; Trivial target simulator program that just exits.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/hw/rv-n-cris/
H A Dquit.s1 ; Trivial target simulator program that just exits.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/netfilter_bridge/
H A Debt_nat.h8 int target; member in struct:ebt_nat_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_nat.h8 int target; member in struct:ebt_nat_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/netfilter_bridge/
H A Debt_nat.h8 int target; member in struct:ebt_nat_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/netfilter_bridge/
H A Debt_nat.h8 int target; member in struct:ebt_nat_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/netfilter_bridge/
H A Debt_nat.h8 int target; member in struct:ebt_nat_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/extensions/
H A Debt_redirect.c19 { "redirect-target", required_argument, 0, REDIRECT_TARGET },
27 " --redirect-target target : ACCEPT, DROP, RETURN or CONTINUE\n");
30 static void init(struct ebt_entry_target *target) argument
33 (struct ebt_redirect_info *)target->data;
35 redirectinfo->target = EBT_ACCEPT;
42 struct ebt_entry_target **target)
45 (struct ebt_redirect_info *)(*target)->data;
50 if (FILL_TARGET(optarg, redirectinfo->target))
51 ebt_print_error2("Illegal --redirect-target targe
40 parse(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_target **target) argument
59 final_check(const struct ebt_u_entry *entry, const struct ebt_entry_target *target, const char *name, unsigned int hookmask, unsigned int time) argument
76 print(const struct ebt_u_entry *entry, const struct ebt_entry_target *target) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/extensions/
H A Debt_redirect.c19 { "redirect-target", required_argument, 0, REDIRECT_TARGET },
27 " --redirect-target target : ACCEPT, DROP, RETURN or CONTINUE\n");
30 static void init(struct ebt_entry_target *target) argument
33 (struct ebt_redirect_info *)target->data;
35 redirectinfo->target = EBT_ACCEPT;
42 struct ebt_entry_target **target)
45 (struct ebt_redirect_info *)(*target)->data;
50 if (FILL_TARGET(optarg, redirectinfo->target))
51 ebt_print_error2("Illegal --redirect-target targe
40 parse(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_target **target) argument
59 final_check(const struct ebt_u_entry *entry, const struct ebt_entry_target *target, const char *name, unsigned int hookmask, unsigned int time) argument
76 print(const struct ebt_u_entry *entry, const struct ebt_entry_target *target) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/extensions/
H A Debt_redirect.c19 { "redirect-target", required_argument, 0, REDIRECT_TARGET },
27 " --redirect-target target : ACCEPT, DROP, RETURN or CONTINUE\n");
30 static void init(struct ebt_entry_target *target) argument
33 (struct ebt_redirect_info *)target->data;
35 redirectinfo->target = EBT_ACCEPT;
42 struct ebt_entry_target **target)
45 (struct ebt_redirect_info *)(*target)->data;
50 if (FILL_TARGET(optarg, redirectinfo->target))
51 ebt_print_error2("Illegal --redirect-target targe
40 parse(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_target **target) argument
59 final_check(const struct ebt_u_entry *entry, const struct ebt_entry_target *target, const char *name, unsigned int hookmask, unsigned int time) argument
76 print(const struct ebt_u_entry *entry, const struct ebt_entry_target *target) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dsyscall.c6 static int collect_syscall(struct task_struct *target, long *callno, argument
10 struct pt_regs *regs = task_pt_regs(target);
17 *callno = syscall_get_nr(target, regs);
19 syscall_get_arguments(target, regs, 0, maxargs, args);
26 * @target: thread to examine
33 * If @target is blocked in a system call, returns zero with *@callno
37 * call is still in progress. Note we may get this result if @target
41 * If @target is blocked in the kernel during a fault or exception,
43 * If so, it's now safe to examine @target using &struct user_regset
44 * get() calls as long as we're sure @target wo
50 task_current_syscall(struct task_struct *target, long *callno, unsigned long args[6], unsigned int maxargs, unsigned long *sp, unsigned long *pc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dsyscall.c6 static int collect_syscall(struct task_struct *target, long *callno, argument
10 struct pt_regs *regs = task_pt_regs(target);
17 *callno = syscall_get_nr(target, regs);
19 syscall_get_arguments(target, regs, 0, maxargs, args);
26 * @target: thread to examine
33 * If @target is blocked in a system call, returns zero with *@callno
37 * call is still in progress. Note we may get this result if @target
41 * If @target is blocked in the kernel during a fault or exception,
43 * If so, it's now safe to examine @target using &struct user_regset
44 * get() calls as long as we're sure @target wo
50 task_current_syscall(struct task_struct *target, long *callno, unsigned long args[6], unsigned int maxargs, unsigned long *sp, unsigned long *pc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/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"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/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"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dgdb_mbuild.sh138 /^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
139 s/^.*--target=//
170 echo "${target}: ${msg}"
204 # For each target, configure, build and test it.
206 echo "$alltarg" | while read target gdbopts simopts
210 dir=${builddir}/${target}
217 echo forcing ${target} ...
221 echo "${target}"
224 echo ${target} ...
232 echo ... removing partially configured ${target}
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgdb_mbuild.sh138 /^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
139 s/^.*--target=//
170 echo "${target}: ${msg}"
204 # For each target, configure, build and test it.
206 echo "$alltarg" | while read target gdbopts simopts
210 dir=${builddir}/${target}
217 echo forcing ${target} ...
221 echo "${target}"
224 echo ${target} ...
232 echo ... removing partially configured ${target}
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdb_mbuild.sh138 /^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
139 s/^.*--target=//
170 echo "${target}: ${msg}"
204 # For each target, configure, build and test it.
206 echo "$alltarg" | while read target gdbopts simopts
210 dir=${builddir}/${target}
217 echo forcing ${target} ...
221 echo "${target}"
224 echo ${target} ...
232 echo ... removing partially configured ${target}
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c73 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
79 "Enable workarounds for Mellanox SRP target bugs if != 0");
107 static int srp_target_is_topspin(struct srp_target_port *target) argument
113 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) ||
114 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui));
117 static int srp_target_is_mellanox(struct srp_target_port *target) argument
122 !memcmp(&target->ioc_guid, mellanox_oui, sizeof mellanox_oui);
173 static int srp_init_qp(struct srp_target_port *target, argument
183 ret = ib_find_pkey(target->srp_host->srp_dev->dev,
184 target
206 srp_new_cm_id(struct srp_target_port *target) argument
222 srp_create_target_ib(struct srp_target_port *target) argument
284 srp_free_target_ib(struct srp_target_port *target) argument
302 struct srp_target_port *target = target_ptr; local
313 srp_lookup_path(struct srp_target_port *target) argument
344 srp_send_req(struct srp_target_port *target) argument
431 srp_disconnect_target(struct srp_target_port *target) argument
445 struct srp_target_port *target = local
467 srp_connect_target(struct srp_target_port *target) argument
523 srp_unmap_data(struct scsi_cmnd *scmnd, struct srp_target_port *target, struct srp_request *req) argument
541 srp_remove_req(struct srp_target_port *target, struct srp_request *req) argument
547 srp_reset_req(struct srp_target_port *target, struct srp_request *req) argument
554 srp_reconnect_target(struct srp_target_port *target) argument
637 srp_map_fmr(struct srp_target_port *target, struct scatterlist *scat, int sg_cnt, struct srp_request *req, struct srp_direct_buf *buf) argument
718 srp_map_data(struct scsi_cmnd *scmnd, struct srp_target_port *target, struct srp_request *req) argument
813 srp_post_recv(struct srp_target_port *target) argument
845 srp_process_rsp(struct srp_target_port *target, struct srp_rsp *rsp) argument
898 srp_handle_recv(struct srp_target_port *target, struct ib_wc *wc) argument
947 struct srp_target_port *target = target_ptr; local
966 struct srp_target_port *target = target_ptr; local
987 __srp_get_tx_iu(struct srp_target_port *target, enum srp_request_type req_type) argument
1009 __srp_post_send(struct srp_target_port *target, struct srp_iu *iu, int len) argument
1040 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1110 srp_alloc_iu_bufs(struct srp_target_port *target) argument
1146 srp_cm_rej_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event, struct srp_target_port *target) argument
1228 struct srp_target_port *target = cm_id->context; local
1348 srp_send_tsk_mgmt(struct srp_target_port *target, struct srp_request *req, u8 func) argument
1395 srp_find_req(struct srp_target_port *target, struct scsi_cmnd *scmnd, struct srp_request **req) argument
1409 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1440 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1467 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1481 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1494 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1507 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1520 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1532 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1544 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1556 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1568 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1580 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1588 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1634 srp_add_target(struct srp_host *host, struct srp_target_port *target) argument
1718 srp_parse_options(const char *buf, struct srp_target_port *target) argument
1871 struct srp_target_port *target; local
2101 struct srp_target_port *target, *tmp_target; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c73 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
79 "Enable workarounds for Mellanox SRP target bugs if != 0");
107 static int srp_target_is_topspin(struct srp_target_port *target) argument
113 (!memcmp(&target->ioc_guid, topspin_oui, sizeof topspin_oui) ||
114 !memcmp(&target->ioc_guid, cisco_oui, sizeof cisco_oui));
117 static int srp_target_is_mellanox(struct srp_target_port *target) argument
122 !memcmp(&target->ioc_guid, mellanox_oui, sizeof mellanox_oui);
173 static int srp_init_qp(struct srp_target_port *target, argument
183 ret = ib_find_pkey(target->srp_host->srp_dev->dev,
184 target
206 srp_new_cm_id(struct srp_target_port *target) argument
222 srp_create_target_ib(struct srp_target_port *target) argument
284 srp_free_target_ib(struct srp_target_port *target) argument
302 struct srp_target_port *target = target_ptr; local
313 srp_lookup_path(struct srp_target_port *target) argument
344 srp_send_req(struct srp_target_port *target) argument
431 srp_disconnect_target(struct srp_target_port *target) argument
445 struct srp_target_port *target = local
467 srp_connect_target(struct srp_target_port *target) argument
523 srp_unmap_data(struct scsi_cmnd *scmnd, struct srp_target_port *target, struct srp_request *req) argument
541 srp_remove_req(struct srp_target_port *target, struct srp_request *req) argument
547 srp_reset_req(struct srp_target_port *target, struct srp_request *req) argument
554 srp_reconnect_target(struct srp_target_port *target) argument
637 srp_map_fmr(struct srp_target_port *target, struct scatterlist *scat, int sg_cnt, struct srp_request *req, struct srp_direct_buf *buf) argument
718 srp_map_data(struct scsi_cmnd *scmnd, struct srp_target_port *target, struct srp_request *req) argument
813 srp_post_recv(struct srp_target_port *target) argument
845 srp_process_rsp(struct srp_target_port *target, struct srp_rsp *rsp) argument
898 srp_handle_recv(struct srp_target_port *target, struct ib_wc *wc) argument
947 struct srp_target_port *target = target_ptr; local
966 struct srp_target_port *target = target_ptr; local
987 __srp_get_tx_iu(struct srp_target_port *target, enum srp_request_type req_type) argument
1009 __srp_post_send(struct srp_target_port *target, struct srp_iu *iu, int len) argument
1040 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1110 srp_alloc_iu_bufs(struct srp_target_port *target) argument
1146 srp_cm_rej_handler(struct ib_cm_id *cm_id, struct ib_cm_event *event, struct srp_target_port *target) argument
1228 struct srp_target_port *target = cm_id->context; local
1348 srp_send_tsk_mgmt(struct srp_target_port *target, struct srp_request *req, u8 func) argument
1395 srp_find_req(struct srp_target_port *target, struct scsi_cmnd *scmnd, struct srp_request **req) argument
1409 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1440 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1467 struct srp_target_port *target = host_to_target(scmnd->device->host); local
1481 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1494 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1507 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1520 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1532 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1544 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1556 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1568 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1580 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1588 struct srp_target_port *target = host_to_target(class_to_shost(dev)); local
1634 srp_add_target(struct srp_host *host, struct srp_target_port *target) argument
1718 srp_parse_options(const char *buf, struct srp_target_port *target) argument
1871 struct srp_target_port *target; local
2101 struct srp_target_port *target, *tmp_target; local
[all...]

Completed in 358 milliseconds

1234567891011>>