Searched refs:func (Results 51 - 75 of 199) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/libc/aarch64/gen/
H A Dmakecontext.c59 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) argument
84 gp->gp_x[19] = (__register_t)func;
/barrelfish-2018-10-04/lib/libc/arm/gen/
H A Dmakecontext.c59 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) argument
78 gr[_REG_R4] = (__greg_t)func;
H A Dsignalcontext.c49 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) argument
68 gr[_REG_R4] = (__greg_t)func;
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_prop.h47 _citrus_prop_##_func_##_cb_func_t func; \
57 _citrus_prop_##_func_##_cb_func_t func; \
/barrelfish-2018-10-04/lib/libc/locale/
H A Dsetlocale.c233 int (*func)(const char *);
251 func = __wrap_setrunelocale;
254 func = __collate_load_tables;
257 func = __time_load_locale;
260 func = __numeric_load_locale;
263 func = __monetary_load_locale;
266 func = __messages_load_locale;
276 if (func(new) != _LDP_ERROR) {
/barrelfish-2018-10-04/lib/libc/riscv/gen/
H A Dmakecontext.c64 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) argument
89 gp->gp_s[0] = (__register_t)func;
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dcxa_thread_atexit.c65 void (*func)(void *); member in struct:cxa_thread_dtor
87 new_dtor->func = dtor_func;
99 // __elf_phdr_match_addr(&phdr_info, dtor->func))
100 // dtor->func(dtor->obj);
103 // "unloaded dso, skipping\n", (void *)(dtor->func));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dconf_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_4758cca_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_aep_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_atalla_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_chil_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_cswift_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_gmp_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_nuron_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_sureware_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_ubsec_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
/barrelfish-2018-10-04/usr/boot_perfmon/
H A Drelations.c79 relations_iterator_fn func)
85 err = func(st, walk->id, walk->b);
78 relations_iterate(struct relations *r, void *st, relations_iterator_fn func) argument
/barrelfish-2018-10-04/include/barrelfish/
H A Ddispatch.h119 void disp_assert_fail(const char *exp, const char *file, const char *func,
122 void disp_warn_fail(const char *exp, const char *file, const char *func,
/barrelfish-2018-10-04/usr/tests/cxx/
H A Dstl_chrono.cpp17 static void func(int d) function
47 std::thread t(func, 10);
/barrelfish-2018-10-04/lib/lua/src/
H A Dldebug.c53 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { argument
54 if (func == NULL || mask == 0) { /* turn off hooks? */
56 func = NULL;
60 L->hook = func;
108 int nparams = clLvalue(ci->func)->p->numparams;
109 if (n >= ci->u.l.base - ci->func - nparams)
112 *pos = ci->func + nparams + n;
131 base = ci->func + 1;
133 StkId limit = (ci == L->ci) ? L->top : ci->next->func;
270 StkId func; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86gas.pl101 { my $func=shift;
102 my $global=($func !~ /^_/);
103 my $begin="${::lbdecor}_${func}_begin";
105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
106 $func=$nmdecor.$func;
108 push(@out,".globl\t$func\n") if ($global);
110 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
114 { push(@out,".type $func,\
[all...]
/barrelfish-2018-10-04/usr/acpi/
H A Dintel_vtd.c213 errval_t vtd_domain_remove_device(int seg, int bus, int dev, int func, struct capref pml4) argument
217 if (!valid_device(bus, dev, func)) return VTD_ERR_DEV_NOT_FOUND;
237 uint8_t id = (dev << 3) | func;
264 errval_t vtd_domain_add_device(int seg, int bus, int dev, int func, struct capref pml4) argument
269 if (!valid_device(bus, dev, func)) return VTD_ERR_DEV_NOT_FOUND;
290 uint8_t id = (dev << 3) | func;
297 err = vtd_domain_remove_device(seg, bus, dev, func, identity_domain->pml4);
555 int seg, bus, dev, func; local
557 &seg, &bus, &dev, &func)) {
558 err = vtd_domain_add_device(seg, bus, dev, func, identity_domai
564 vtd_find_secondary_bus(int bus, int dev, int func) argument
581 vtd_parse_dev_path(int begin_bus, int *bus, int *dev, int *func, char *begin, char *end) argument
622 int bus, dev, func; local
780 int bus, dev, func; local
[all...]

Completed in 206 milliseconds

12345678