Searched refs:callback (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dnwbutton.h21 void (*callback) (void); member in struct:button_callback
30 int button_add_callback (void (*callback) (void), int count);
31 int button_del_callback (void (*callback) (void));
36 extern int button_add_callback (void (*callback) (void), int count);
37 extern int button_del_callback (void (*callback) (void));
H A Dnwbutton.c35 static struct button_callback button_callback_list[32]; /* The callback list */
40 int button_add_callback (void (*callback) (void), int count)
46 if (!callback) {
50 for (; (button_callback_list [lp].callback); lp++);
51 button_callback_list [lp].callback = callback;
57 * This function is called by other drivers to deregister a callback function.
58 * If you attempt to unregister a callback which does not exist, it will fail
63 * at the same time, because another driver could have unregistered a callback
68 int button_del_callback (void (*callback) (voi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpm_legacy.h15 pm_register(pm_dev_t type, unsigned long id, pm_callback callback);
28 pm_callback callback)
26 pm_register(pm_dev_t type, unsigned long id, pm_callback callback) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dctxterror.py17 def callback(arg,msg,severity,reserved): function
24 parserCtxt.setErrorHandler(callback, "-->")
25 if parserCtxt.getErrorHandler() != (callback,"-->"):
42 parserCtxt.setErrorHandler(callback, "-->")
H A Derror.py14 def callback(ctx, str): function
20 libxml2.registerErrorHandler(callback, "-->")
H A Dxpathleak.py20 def callback(ctx, str): function
25 libxml2.registerErrorHandler(callback, "-->")
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.alerts.js12 // jAlert( message, [title, callback] )
13 // jConfirm( message, [title, callback] )
14 // jPrompt( message, [value, title, callback] )
45 alert: function(message, title, callback) {
48 if( callback ) callback(result);
52 confirm: function(message, title, callback) {
55 if( callback ) callback(result);
59 prompt: function(message, value, title, callback) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dreadline.c50 Display the prompt and wait for input. Call callback() regularly
53 static char *smb_readline_replacement(char *prompt, void (*callback)(void), argument
76 if (callback)
77 callback();
82 Display the prompt and wait for input. Call callback() regularly.
85 char *smb_readline(char *prompt, void (*callback)(void), argument
97 return smb_readline_replacement(prompt, callback, completion_fn);
100 /* The callback prototype has changed slightly between
107 if (callback)
108 rl_event_hook = (Function *)callback;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_depr.c68 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
67 DH_generate_parameters(int prime_len, int generator, void (*callback)(int,int,void *), void *cb_arg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_depr.c70 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), argument
98 BN_GENCB_set_old(&cb, callback, cb_arg);
103 void (*callback)(int,int,void *),
108 BN_GENCB_set_old(&cb, callback, cb_arg);
68 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback)(int,int,void *), void *cb_arg) argument
102 BN_is_prime_fasttest(const BIGNUM *a, int checks, void (*callback)(int,int,void *), BN_CTX *ctx_passed, void *cb_arg, int do_trial_division) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dtimeeventq-test.c40 static void callback(AvahiTimeEvent*e, void* userdata) { function
43 avahi_log_info("callback(%i)", POINTER_TO_INT(userdata));
56 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(1));
57 avahi_time_event_new(q, avahi_elapse_time(&tv, 5000, 100), callback, INT_TO_POINTER(2));
H A Dwide-area.h41 unsigned avahi_wide_area_scan_cache(AvahiWideAreaLookupEngine *e, AvahiKey *key, AvahiWideAreaLookupCallback callback, void *userdata);
42 void avahi_wide_area_cache_dump(AvahiWideAreaLookupEngine *e, AvahiDumpCallback callback, void* userdata);
48 AvahiWideAreaLookup *avahi_wide_area_lookup_new(AvahiWideAreaLookupEngine *e, AvahiKey *key, AvahiWideAreaLookupCallback callback, void *userdata);
H A Dmulticast-lookup.c45 AvahiMulticastLookupCallback callback; member in struct:AvahiMulticastLookup
78 l->callback(l->engine, l->interface, l->protocol, AVAHI_BROWSER_ALL_FOR_NOW, AVAHI_LOOKUP_RESULT_MULTICAST, NULL, l->userdata);
86 AvahiMulticastLookupCallback callback,
96 assert(callback);
103 l->callback = callback;
131 l->callback = NULL;
197 AvahiMulticastLookupCallback callback; member in struct:cbdata
212 cbdata->callback(
248 AvahiMulticastLookupCallback callback,
81 avahi_multicast_lookup_new( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata) argument
243 avahi_multicast_lookup_engine_scan_cache( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiKey *key, AvahiMulticastLookupCallback callback, void *userdata) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A DMakefile.am36 callback.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dpm.c51 * @callback: callback function
57 * The callback function will be called in process context and
63 pm_callback callback)
69 dev->callback = callback;
82 * @data: data for the callback
96 * pm_unregister. This means that you must handle SMP races on callback
114 if (dev->callback)
115 status = (*dev->callback)(de
61 pm_register(pm_dev_t type, unsigned long id, pm_callback callback) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c68 void (*callback)(int,int,void *), void *cb_arg)
110 rsa->p=BN_generate_prime(NULL,bitsp,0,NULL,NULL,callback,cb_arg);
115 if (callback != NULL) callback(2,n++,cb_arg);
118 if (callback != NULL) callback(3,0,cb_arg);
121 rsa->q=BN_generate_prime(NULL,bitsq,0,NULL,NULL,callback,cb_arg);
127 if (callback != NULL) callback(2,n++,cb_arg);
130 if (callback !
67 RSA_generate_key(int bits, unsigned long e_value, void (*callback)(int,int,void *), void *cb_arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.3.2/
H A DMakefile3 BUILD= callback.html db_dump.html disk.html handle.html incomplete.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp39 AvahiWatch(int fd, AvahiWatchEvent event, AvahiWatchCallback callback, void* userdata);
64 AvahiTimeout(const struct timeval* tv, AvahiTimeoutCallback callback, void* userdata);
79 AvahiWatch::AvahiWatch(int fd, AvahiWatchEvent event, AvahiWatchCallback callback, void* userdata) : argument
80 m_in(0), m_out(0), m_callback(callback), m_fd(fd), m_userdata(userdata), m_incallback(false)
115 AvahiTimeout::AvahiTimeout(const struct timeval* tv, AvahiTimeoutCallback callback, void *userdata) : argument
116 m_callback(callback), m_userdata(userdata)
143 static AvahiWatch* q_watch_new(const AvahiPoll *api, int fd, AvahiWatchEvent event, AvahiWatchCallback callback, argument
146 return new AvahiWatch(fd, event, callback, userdata);
164 static AvahiTimeout* q_timeout_new(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, argument
167 return new AvahiTimeout(tv, callback, userdat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsa_gen.c87 void (*callback)(int, int, void *),
142 if (callback != NULL) callback(0,m++,cb_arg);
175 r = BN_is_prime_fasttest(q, DSS_prime_checks, callback, ctx3, cb_arg, seed_is_random);
181 /* do a callback call */
185 if (callback != NULL) callback(2,0,cb_arg);
186 if (callback != NULL) callback(3,0,cb_arg);
197 if (callback !
84 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dinternal.h43 AvahiClientCallback callback; member in struct:AvahiClient
61 AvahiEntryGroupCallback callback; member in struct:AvahiEntryGroup
71 AvahiDomainBrowserCallback callback; member in struct:AvahiDomainBrowser
86 AvahiServiceBrowserCallback callback; member in struct:AvahiServiceBrowser
98 AvahiServiceTypeBrowserCallback callback; member in struct:AvahiServiceTypeBrowser
110 AvahiServiceResolverCallback callback; member in struct:AvahiServiceResolver
122 AvahiHostNameResolverCallback callback; member in struct:AvahiHostNameResolver
134 AvahiAddressResolverCallback callback; member in struct:AvahiAddressResolver
146 AvahiRecordBrowserCallback callback; member in struct:AvahiRecordBrowser
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c154 .callback = assign_all_busses,
163 .callback = set_bf_sort,
171 .callback = set_bf_sort,
179 .callback = set_bf_sort,
187 .callback = set_bf_sort,
195 .callback = set_bf_sort,
203 .callback = set_bf_sort,
211 .callback = set_bf_sort,
219 .callback = set_bf_sort,
227 .callback
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/eay/
H A Dloadrsa.c9 void callback(stage,count,arg) function
28 rsa=RSA_generate_key(512,RSA_F4,callback,(char *)stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/prime/
H A Dprime.c63 void callback(type,num) function
91 rand=BN_generate_prime(NULL,num,1,NULL,NULL,callback,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_depr.c89 void (*callback)(int, int, void *),
97 BN_GENCB_set_old(&cb, callback, cb_arg);
86 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_depr.c72 void (*callback)(int,int,void *), void *cb_arg)
90 BN_GENCB_set_old(&cb, callback, cb_arg);
71 RSA_generate_key(int bits, unsigned long e_value, void (*callback)(int,int,void *), void *cb_arg) argument

Completed in 141 milliseconds

1234567891011>>