Searched refs:fn (Results 101 - 125 of 133) sorted by relevance

123456

/barrelfish-master/include/openssl/
H A Dsafestack.h2344 #define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2345 #define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
2346 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2362 #define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
2363 #define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \
2364 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2380 #define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn)
[all...]
H A Dengine.h696 * implementation can be instantiated with IMPLEMENT_DYNAMIC_BIND_FN(fn) where
697 * the parameter 'fn' is a callback function that populates the ENGINE structure
698 * and returns an int value (zero for failure). 'fn' should have prototype;
699 * [static] int fn(ENGINE *e, const char *id); */
702 #define IMPLEMENT_DYNAMIC_BIND_FN(fn) \
720 if(!fn(e,id)) return 0; \
H A Devp.h824 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
826 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
829 void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph,
831 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph,
/barrelfish-master/lib/cpuid/
H A Dcpuid_amd.c158 uint32_t fn = 0x80000006; local
160 fn = 0x80000005;
162 struct cpuid_regs reg = CPUID_REGS_INITIAL(fn, 0);
/barrelfish-master/include/virtio/
H A Dvirtio_device.h414 * \param fn handler function
419 config_intr_handler_t fn);
/barrelfish-master/lib/octopus/parser/
H A Dread.c147 *d = value->u.fn.value;
H A Dtest_parser.c192 emit(w, "%f", p->u.fn.value);
/barrelfish-master/usr/skb/octopus/
H A Dcode_generator.c51 terms.value = ec_double(p->u.fn.value);
/barrelfish-master/lib/libc/gen/
H A Dnlist.c80 int (*fn)(int fd, struct nlist *list); member in struct:nlist_handlers
97 n = (nlist_fn[i].fn)(fd, list);
H A Dglob.c1001 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) argument
1005 if (g_Ctoc(fn, buf, sizeof(buf))) {
1015 g_stat(Char *fn, struct stat *sb, glob_t *pglob) argument
1019 if (g_Ctoc(fn, buf, sizeof(buf))) {
/barrelfish-master/lib/bomp_new/
H A Dbomp_node.c29 uint64_t fn; ///< the function member in struct:bomp_msg_st::__anon521::__anon522
268 coreid_t bomp_node_exec(struct bomp_node *node, void *fn, void *arg, coreid_t tid_start, coreid_t nthreads) argument
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl884 # ARGS: fn - (optional) filename to source in
887 ;proc _load {W {fn ""}} {
894 [string match {} $fn] &&
896 -title "Source File into Attached Interpreter"} fn]
897 || [string match {} $fn])
899 EvalAttached [list source $fn]
905 # fn - (optional) filename to save to
907 ;proc _save {W {type ""} {fn ""}} {
920 if {[string match {} $fn]} {
926 if {[catch {tk_getSaveFile -filetypes $types -title "Save $type"} fn] \
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Dengine.h696 * implementation can be instantiated with IMPLEMENT_DYNAMIC_BIND_FN(fn) where
697 * the parameter 'fn' is a callback function that populates the ENGINE structure
698 * and returns an int value (zero for failure). 'fn' should have prototype;
699 * [static] int fn(ENGINE *e, const char *id); */
702 #define IMPLEMENT_DYNAMIC_BIND_FN(fn) \
720 if(!fn(e,id)) return 0; \
/barrelfish-master/usr/drivers/cpuboot/
H A Dmain.c101 cmd_fn fn; member in struct:cmd
677 ret = commands[i].fn(argc-optind, argv+optind);
/barrelfish-master/lib/cxx/cxx/
H A Dios.cpp228 ios_base::register_callback(event_callback fn, int index) argument
244 __fn_[__event_size_] = fn;
/barrelfish-master/include/lwip/lwip/
H A Dsnmp_structs.h256 struct mib_list_node **fn);
/barrelfish-master/lib/dma/xeon_phi/
H A Dxeon_phi_dma_device.c361 * \param fn interrupt handler function
366 dma_irq_fn_t fn,
364 xeon_phi_dma_device_intr_enable(struct xeon_phi_dma_device *dev, dma_irq_t type, dma_irq_fn_t fn, void *arg) argument
/barrelfish-master/lib/lwip/src/core/snmp/
H A Dmib_structs.c315 * @param fn returns pointer to found node
321 struct mib_list_node ** fn)
353 *fn = n;
320 snmp_mib_node_find(struct mib_list_rootnode * rn, s32_t objid, struct mib_list_node ** fn) argument
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_lib.c87 * @param fn function to call
92 netconn_apimsg(tcpip_callback_fn fn, struct api_msg *apimsg) argument
105 err = tcpip_send_msg_wait_sem(fn, apimsg, LWIP_API_MSG_SEM(apimsg));
/barrelfish-master/lib/posixcompat/
H A Dpthreads.c101 errval_t posixcompat_pthread_set_placement_fn(pthread_placement_fn fn) argument
103 pthread_placement = fn;
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Devp.h824 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
826 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
829 void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph,
831 void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph,
/barrelfish-master/lib/libc/rpc/
H A Dgetrpcent.c135 static struct rpcent *getrpc(int (*fn)(union key, struct rpcent *, char *,
932 getrpc(int (*fn)(union key, struct rpcent *, char *, size_t, struct rpcent **),
952 rv = fn(key, &st->rpc, st->buffer, st->bufsize, &res);
/barrelfish-master/lib/libc/net/
H A Dgetservent.c156 static struct servent *getserv(int (*fn)(struct key, struct servent *, char *,
1301 getserv(int (*fn)(struct key, struct servent *, char *, size_t,
1321 rv = fn(key, &st->serv, st->buffer, st->bufsize, &res);
/barrelfish-master/lib/lwip2/src/apps/smtp/
H A Dsmtp.c751 smtp_result_fn fn = s->callback_fn; local
757 if (fn != NULL) {
758 fn(arg, result, srv_err, err);
/barrelfish-master/include/lua/
H A Dlua.h214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);

Completed in 329 milliseconds

123456