Searched refs:func (Results 126 - 150 of 999) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/net/
H A Dvnet.h296 sysinit_cfunc_t func; member in struct:vnet_sysinit
301 #define VNET_SYSINIT(ident, subsystem, order, func, arg) \
305 (sysinit_cfunc_t)(sysinit_nfunc_t)func, \
313 #define VNET_SYSUNINIT(ident, subsystem, order, func, arg) \
317 (sysinit_cfunc_t)(sysinit_nfunc_t)func, \
345 #define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
348 (tag) = vimage_eventhandler_register(NULL, #name, func, \
353 #define VNET_GLOBAL_EVENTHANDLER_REGISTER(name, func, arg, priority) \
356 vimage_eventhandler_register(NULL, #name, func, \
431 #define VNET_SYSINIT(ident, subsystem, order, func, ar
[all...]
/freebsd-9.3-release/contrib/bzip2/
H A Dbzlib.h85 # define BZ_API(func) WINAPI func
89 # define BZ_API(func) (WINAPI * func)
93 # define BZ_API(func) func
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h140 const cc_string_functions *func; member in struct:cc_string_t
157 const struct cc_credentials_functions* func; member in struct:cc_credentials_t
166 const struct cc_credentials_iterator_functions *func; member in struct:cc_credentials_iterator_t
175 const struct cc_ccache_iterator_functions* func; member in struct:cc_ccache_iterator_t
202 const cc_ccache_functions *func; member in struct:cc_ccache_t
224 const struct cc_context_functions* func; member in struct:cc_context_t
/freebsd-9.3-release/usr.sbin/sade/
H A Dcommand.c110 command_func_add(char *key, commandFunc func, void *data) argument
112 addit(key, CMD_FUNCTION, func, data);
152 commandFunc func; local
167 func = (commandFunc)commandStack[i]->cmds[j].ptr;
170 func, commandStack[i]->key,
172 ret = (*func)(commandStack[i]->key, commandStack[i]->cmds[j].data);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dcommand.c115 command_func_add(char *key, commandFunc func, void *data) argument
117 addit(key, CMD_FUNCTION, func, data);
157 commandFunc func; local
172 func = (commandFunc)commandStack[i]->cmds[j].ptr;
175 func, commandStack[i]->key,
177 ret = (*func)(commandStack[i]->key, commandStack[i]->cmds[j].data);
/freebsd-9.3-release/crypto/openssl/crypto/
H A Ddyn_lck.c366 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func)
369 dynlock_create_callback = func;
385 void CRYPTO_set_dynlock_lock_callback(void (*func) (int mode,
402 dynlock_lock_callback = func;
405 void CRYPTO_set_dynlock_destroy_callback(void (*func)
409 dynlock_destroy_callback = func;
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.c39 void ucl_hash_destroy (ucl_hash_t* hashlin, ucl_hash_free_func *func) argument
45 if (func) {
46 func (elt->data);
H A Ducl_hash.h60 void ucl_hash_destroy (ucl_hash_t* hashlin, ucl_hash_free_func *func);
/freebsd-9.3-release/lib/libc/amd64/gen/
H A Dmakecontext.c39 static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args);
98 makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) argument
100 (*func)(args[0], args[1], args[2], args[3], args[4], args[5]);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-error-init-cn52xx.c181 info.func = __cvmx_error_decode;
197 info.func = __cvmx_error_display;
233 info.func = __cvmx_error_display;
273 info.func = __cvmx_error_display;
294 info.func = __cvmx_error_display;
318 info.func = __cvmx_error_display;
343 info.func = __cvmx_error_decode;
359 info.func = __cvmx_error_display;
395 info.func = __cvmx_error_display;
435 info.func
[all...]
H A Dcvmx-error-init-cn63xxp1.c209 info.func = __cvmx_error_decode;
225 info.func = __cvmx_error_display;
261 info.func = __cvmx_error_display;
301 info.func = __cvmx_error_display;
322 info.func = __cvmx_error_display;
346 info.func = __cvmx_error_display;
371 info.func = __cvmx_error_decode;
387 info.func = __cvmx_error_display;
423 info.func = __cvmx_error_display;
463 info.func
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dupdate.h34 void (*func)(void *arg, dns_zone_t *zone, int level, member in struct:__anon172
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dscore-dis.c75 fprintf_ftype func = info->fprintf_func; local
145 func (stream, "%s", score_regnames[reg]);
155 func (stream, "%ld", reg);
175 func (stream, "%ld", reg);
185 func (stream, "%lx", reg);
195 func (stream, "%c", *c);
200 func (stream, "%c", *c);
213 func (stream, "%c", *c);
220 func (stream, _("<illegal instruction>"));
231 fprintf_ftype func local
246 fprintf_ftype func = info->fprintf_func; local
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_util.c35 extern void __assert_rtn(const char *func, const char *file,
/freebsd-9.3-release/crypto/heimdal/admin/
H A Dktutil.c120 if(c->func) {
123 (*c->func)(2, fake);
128 if((++c)->name && c->func == NULL) {
131 while (c->name && c->func == NULL) {
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsimple_exec.c67 possible values `func' can return:
85 wait_for_process_timed(pid_t pid, time_t (*func)(void *),
94 if (func) {
107 if (func == NULL)
111 timeout = (*func)(ptr);
133 if (func) {
237 time_t (*func)(void *), void *ptr, time_t timeout)
247 return wait_for_process_timed(pid, func, ptr, timeout);
260 time_t (*func)(void *), void *ptr, time_t timeout)
270 return wait_for_process_timed(pid, func, pt
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dsl.h45 cmd_func func; member in struct:sl_cmd
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl282 my($func,$extra)=@_;
284 push(@labels,$func);
287 global $under$func
288 $under$func:
300 my($func,$extra)=@_;
303 global $under$func
304 $under$func:
312 my($func)=@_;
334 my($func)=@_;
H A Dx86unix.pl349 local($func)=@_;
351 &main'external_label($func);
352 $func=$under.$func;
356 .globl $func
360 { $tmp=push(@out,"TYPE($func,\@function)\n"); }
362 { $tmp=push(@out,".def\t$func;\t.scl\t2;\t.type\t32;\t.endef\n"); }
365 else { $tmp=push(@out,".type\t$func,\@function\n"); }
367 push(@out,"$func:\n");
381 local($func,
[all...]
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dmakecontext.c56 ctx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) argument
59 (*func)(args[0], args[1], args[2], args[3], args[4], args[5], args[6],
72 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) argument
91 * Copy the arguments of function 'func' onto the (memory) stack.
109 bsp = spill(bsp, (intptr_t)func);
H A Dsignalcontext.c56 ctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args) argument
59 (*func)(args[0], args[1], args[2]);
71 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) argument
84 * 'func' onto the (memory) stack. We only need 3 arguments, but
106 bsp = spill(bsp, (intptr_t)func);
/freebsd-9.3-release/lib/libc/isc/
H A Dev_timers.c64 evTimerFunc func; member in struct:__anon5070
183 evTimerFunc func,
193 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
194 ctx, func, uap,
221 id->func = func;
301 evTimerFunc func,
333 timer->func = func;
360 evTimerFunc func,
182 evSetTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec due, struct timespec inter, evTimerID *opaqueID ) argument
299 evResetTimer(evContext opaqueCtx, evTimerID id, evTimerFunc func, void *uap, struct timespec due, struct timespec inter ) argument
359 evSetIdleTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec max_idle, evTimerID *opaqueID ) argument
397 evResetIdleTimer(evContext opaqueCtx, evTimerID opaqueID, evTimerFunc func, void *uap, struct timespec max_idle ) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbplist.h50 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
H A Dzfs_debug.h63 extern void __dprintf(const char *file, const char *func,
H A Dzfs_onexit.h55 extern int zfs_onexit_add_cb(minor_t minor, void (*func)(void *), void *data,

Completed in 296 milliseconds

1234567891011>>