Searched refs:func_t (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/drivers/megaraid/
H A Dvsic_vfs.c28 typedef int (*func_t)(const char *pathname, int flags, mode_t mode); typedef
29 static func_t original = NULL;
32 original = (func_t)dlsym(RTLD_NEXT, __func__);
56 typedef FILE *(*func_t)(const char *path, const char *mode); typedef
57 static func_t original = NULL;
60 original = (func_t)dlsym(RTLD_NEXT, __func__);
101 typedef ssize_t (*func_t)(int fd, const void *buf, size_t count); typedef
102 static func_t original = NULL;
105 original = (func_t)dlsym(RTLD_NEXT, __func__);
123 typedef ssize_t (*func_t)(in typedef
[all...]
/barrelfish-master/lib/libc/amd64/gen/
H A Dmakecontext.c35 typedef void (*func_t)(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, typedef
39 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)

Completed in 36 milliseconds