Searched refs:call (Results 226 - 250 of 1094) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Dtestce.bat20 call %test%\testce2 rsa_test
24 call %test%\testce2 destest
28 call %test%\testce2 ideatest
32 call %test%\testce2 bftest
36 call %test%\testce2 shatest
40 call %test%\testce2 sha1test
44 call %test%\testce2 md5test
48 call %test%\testce2 md2test
52 call %test%\testce2 mdc2test
56 call
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestce.bat20 call %test%\testce2 rsa_test
24 call %test%\testce2 destest
28 call %test%\testce2 ideatest
32 call %test%\testce2 bftest
36 call %test%\testce2 shatest
40 call %test%\testce2 sha1test
44 call %test%\testce2 md5test
48 call %test%\testce2 md2test
52 call %test%\testce2 mdc2test
56 call
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dvector.c23 PPTP_CALL *call; member in struct:vector_item
76 int vector_insert(VECTOR *v, int key, PPTP_CALL * call) argument
79 assert(v != NULL && call != NULL);
93 * but this is optimized for adding call to the end of the vector.
102 v->item[i + 1].call = call;
124 int vector_search(VECTOR *v, int key, PPTP_CALL **call) argument
130 *call = tmp->call;
208 return v->item[n].call;
[all...]
H A Dpptp_callmgr.c62 void call_callback(PPTP_CONN *conn, PPTP_CALL *call, enum call_state state) argument
71 * this call. */
72 lci = pptp_call_closure_get(conn, call); assert(lci != NULL);
73 pptp_call_get_ids(conn, call, &call_id[0], &call_id[1]);
82 log("Closing connection (call state)");
84 lci = pptp_call_closure_get(conn, call);
95 log("Unhandled call callback state [%d].", (int) state);
194 /* New call! */
197 PPTP_CALL * call; local
206 /* Allocate memory for local call informatio
230 PPTP_CALL * call; local
257 PPTP_CALL *call = vector_get_Nth(call_list, i); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Dtestce.bat20 call %test%\testce2 rsa_test
24 call %test%\testce2 destest
28 call %test%\testce2 ideatest
32 call %test%\testce2 bftest
36 call %test%\testce2 shatest
40 call %test%\testce2 sha1test
44 call %test%\testce2 md5test
48 call %test%\testce2 md2test
52 call %test%\testce2 mdc2test
56 call
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c486 struct ftrace_event_call call; member in struct:trace_probe
565 tp->call.class = &tp->class;
566 tp->call.name = kstrdup(event, GFP_KERNEL);
567 if (!tp->call.name)
582 kfree(tp->call.name);
605 kfree(tp->call.class->system);
606 kfree(tp->call.name);
617 if (strcmp(tp->call.name, event) == 0 &&
618 strcmp(tp->call.class->system, group) == 0)
623 /* Unregister a trace_probe and probe_event: call wit
1281 struct ftrace_event_call *call = &tp->call; local
1314 struct ftrace_event_call *call = &tp->call; local
1415 probe_event_enable(struct ftrace_event_call *call) argument
1426 probe_event_disable(struct ftrace_event_call *call) argument
1561 struct ftrace_event_call *call = &tp->call; local
1592 struct ftrace_event_call *call = &tp->call; local
1618 probe_perf_enable(struct ftrace_event_call *call) argument
1630 probe_perf_disable(struct ftrace_event_call *call) argument
1704 struct ftrace_event_call *call = &tp->call; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dentry_64.S10 * entry.S contains the system-call and fault low-level handling routines.
13 * after an interrupt and after each system call.
81 call ftrace_stub
120 call *ftrace_trace_function
141 call prepare_ftrace_return
156 call ftrace_return_to_handler
406 call schedule_tail # rdi: 'prev' task parameter
425 * System call entry. Upto 6 arguments in registers are supported.
464 call *sys_call_table(,%rax,8) # XXX: rip relative
503 call schedul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhead_64.S122 .asciz "call-method"
171 call %l7
200 call %l7
219 call %l7
243 call %l7
252 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
268 call %l7
285 /* Leave service as-is, "call-method" */
309 call %l7
346 call
[all...]
H A Dtrampoline_32.S78 call %g5
82 call smp4m_callin
91 call cpu_idle
94 call cpu_panic
161 call %g5
165 call smp4d_callin
220 call %g5
224 call leon_callin
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dnetwork.c113 inline void extract (void *buf, int *tunnel, int *call) argument
116 * Extract the tunnel and call #'s, and fix the order of the
124 *call = p->cid;
129 *call = p->tid;
162 void dethrottle (void *call) argument
164 /* struct call *c = (struct call *)call; */
167 log(LOG_DEBUG, "%s: dethrottling call %d, and setting R-bit\n",__FUNCTION__,c->ourcid);
171 log(LOG_DEBUG, "%s: call
272 int tunnel, call; /* Tunnel and call */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/DocBook/
H A DMakefile49 $(call build_main_index)
50 $(call build_images)
82 # 2) To preprocess a .tmpl file and call kernel-doc with
99 $(call if_changed_rule,docproc)
141 $(call cmd,db2ps)
146 $(call cmd,db2pdf)
166 $(call cmd,db2html)
177 $(call cmd,db2man)
189 $(call cmd,fig2eps)
198 $(call cm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvclock.c15 * call) move blocked locks towards the head of the list *while some other
47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
48 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
182 struct nlm_rqst *call = NULL; local
185 call = nlm_alloc_call(host);
186 if (call == NULL)
197 if (!nlmsvc_setgrantargs(call, lock))
201 call->a_args.lock.fl.fl_flags |= FL_SLEEP;
202 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations;
203 nlmclnt_next_cookie(&call
304 nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) argument
326 nlmsvc_freegrantargs(struct nlm_rqst *call) argument
800 struct nlm_rqst *call = data; local
828 struct nlm_rqst *call = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Drun-test.sh36 echo "running test-pending-call-dispatch"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
39 echo "running test-pending-call-timeout"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/win32/VS6/
H A Dbuild_ogg_dynamic.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_dynamic_debug.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_static.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
H A Dbuild_ogg_static_debug.bat10 call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfft.mak17 $(foreach N, 4 5 6 7 8 9 10 11 12, $(eval $(call DEF_FFT,$(N))))
34 $(foreach N, 4 5 6 7 8 9 10 11 12, $(eval $(call DEF_FFT_FIXED,$(N))))
51 $(foreach N, 4 5 6 7 8 9 10 11 12, $(eval $(call DEF_FFT_FIXED32,$(N))))
58 FATE-$(call ALLYES, AVCODEC FFT MDCT) += $(FATE_FFT-yes) $(FATE_FFT_FIXED-yes) $(FATE_FFT_FIXED32)
H A Dvqf.mak1 FATE_VQF-$(call DEMDEC, VQF, TWINVQ) += fate-twinvq
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dmsvc-dev.bat5 call msvc-env.bat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A DMakefile.m32302 $(call DEL, $@)
307 # @$(call DEL, tool_hugehelp.c)
312 @$(call COPY, $@.cvs, $@)
322 @$(call DEL, tool_hugehelp.c)
324 @$(call DEL, $(curl_OBJECTS) $(curlx_OBJECTS) $(RESOURCE))
327 @$(call DEL, $(curl_PROGRAMS))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A DMakefile31 $(call if_changed,quote1)
38 $(call if_changed,quote2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A DMakefile12 nostackp := $(call cc-option, -fno-stack-protector)
44 $(call if_changed,mkcapflags)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A DMakefile34 $(call if_changed,vdso)
38 $(call if_changed,objcopy)
41 $(filter -g%,$(KBUILD_CFLAGS)) $(call cc-option, -fno-stack-protector)
59 $(call if_changed,vdsosym)
94 $(call if_changed,vdso)
115 $(call if_changed,vdso32sym)
126 VDSO_LDFLAGS = -fPIC -shared $(call cc-ldoption, -Wl$(comma)--hash-style=sysv)
136 $(call cmd,vdso_install)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-security.c226 int rxrpc_secure_packet(const struct rxrpc_call *call, argument
231 if (call->conn->security)
232 return call->conn->security->secure_packet(
233 call, skb, data_size, sechdr);
240 int rxrpc_verify_packet(const struct rxrpc_call *call, struct sk_buff *skb, argument
243 if (call->conn->security)
244 return call->conn->security->verify_packet(
245 call, skb, _abort_code);

Completed in 411 milliseconds

1234567891011>>