Searched refs:handle (Results 1 – 3 of 3) sorted by relevance
29 void *handle; in do_test() local32 handle = dlopen ("mod-cache-ppc.so", RTLD_LAZY | RTLD_LOCAL); in do_test()33 if (handle == NULL) in do_test()39 test_cache = dlsym (handle, "test_cache"); in do_test()49 dlclose (handle); in do_test()
25 open_by_handle_at (int mount_fd, struct file_handle *handle, int flags) in open_by_handle_at() argument27 return SYSCALL_CANCEL (open_by_handle_at, mount_fd, handle, flags); in open_by_handle_at()
33 # error CLEAR_CACHE definition required to handle TEXTREL
Completed in 5 milliseconds