Searched defs:func (Results 26 - 50 of 65) sorted by relevance

123

/barrelfish-2018-10-04/lib/cxx/unwind/
H A Dconfig.h71 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { argument
/barrelfish-2018-10-04/tools/elver/
H A Dlib.c21 void __assert(const char *func, const char *file, int line, const char *exp) argument
/barrelfish-2018-10-04/lib/libc/isc/
H A Dev_streams.c66 evWrite(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, evStreamFunc func, void *uap, evStreamID *id) argument
100 evRead(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, evStreamFunc func, void *uap, evStreamID *id) argument
H A Dev_timers.c64 evTimerFunc func; member in struct:__anon983
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...]
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Datexit.c130 atexit(void (*func)(void)) argument
148 atexit_b(atexit_block func) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/lhash/
H A Dlhash.c270 static void doall_util_fn(_LHASH *lh, int use_arg, LHASH_DOALL_FN_TYPE func, argument
300 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func) argument
305 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg) argument
/barrelfish-2018-10-04/lib/acpi_client/
H A Dacpi_client.c99 errval_t vtd_domain_add_device(int seg, int bus, int dev, int func, struct capref pml4) argument
107 errval_t vtd_domain_remove_device(int seg, int bus, int dev, int func, struct capref pml4) argument
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_sram.c277 efx_sram_pattern_fn_t func; local
H A Defx_nic.c629 efx_sram_pattern_fn_t func; local
/barrelfish-2018-10-04/include/lua/
H A Dlauxlib.h25 lua_CFunction func; member in struct:luaL_Reg
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_thread.c290 bomp_thread_fn_t func= (bomp_thread_fn_t)fn; local
/barrelfish-2018-10-04/lib/collections/
H A Dhash_table.c289 collections_hash_visitor_func func; member in struct:collections_hash_visitor_tuple
300 int collections_hash_visit(collections_hash_table* t, collections_hash_visitor_func func, void* arg) argument
H A Dlist.c75 collections_list_create(collections_listnode **start, collections_release_data func) argument
368 collections_list_visit(collections_listnode *start, collections_list_visitor_func func, void *arg) argument
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dstring.cpp68 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) argument
94 as_integer(const string& func, const string& s, size_t* idx, int base ) argument
106 as_integer(const string& func, const string& s, size_t* idx, int base ) argument
114 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
122 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
130 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
139 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
151 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
159 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
167 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
175 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
185 as_float_helper(const string& func, const S& str, size_t* idx, F f ) argument
209 as_float( const string& func, const string& s, size_t* idx ) argument
217 as_float(const string& func, const string& s, size_t* idx ) argument
225 as_float( const string& func, const string& s, size_t* idx ) argument
237 as_float( const string& func, const wstring& s, size_t* idx ) argument
245 as_float( const string& func, const wstring& s, size_t* idx ) argument
253 as_float( const string& func, const wstring& s, size_t* idx ) argument
[all...]
/barrelfish-2018-10-04/lib/libc/db/test/btree.tests/
H A Dmain.c53 void (*func)(DB *, char **); member in struct:cmd_table
/barrelfish-2018-10-04/lib/lua/src/
H A Dldblib.c298 lua_Hook func; local
H A Dldebug.c53 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { argument
270 StkId func; local
[all...]
/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c199 tweed_task_func_t func = task->f.func; local
264 tweed_task_func_t func = steal_task(stolenTask, me); local
[all...]
/barrelfish-2018-10-04/usr/acpi/
H A Dintel_vtd.h61 static inline int valid_device(int bus, int dev, int func) argument
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddebug.c37 void user_panic_fn(const char *file, const char *func, int line, argument
494 void debug_err(const char *file, const char *func, int line, errval_t err, argument
H A Ddispatch.c503 disp_assert_fail(const char *exp, const char *file, const char *func, const char *line) argument
526 disp_warn_fail(const char *exp, const char *file, const char *func, const char *line) argument
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_shared.c45 thread_func_t func = (thread_func_t) cfunc; local
/barrelfish-2018-10-04/tools/molly/
H A Dmolly_init.c107 void __assert(const char *exp, const char *file, const char *func, int line) argument
/barrelfish-2018-10-04/lib/zlib/
H A Ddeflate.c128 compress_func func; member in struct:config_s
422 compress_func func; local
/barrelfish-2018-10-04/lib/cxx/include/
H A Dunwind.h291 uintptr_t func; member in struct:dwarf_eh_bases

Completed in 220 milliseconds

123