Home
last modified time | relevance | path

Searched defs:arg (Results 401 - 425 of 2608) sorted by relevance

1...<<11121314151617181920>>...105

/third_party/ltp/include/old/
H A Dtest.h108 char **arg; /* Pointer to location to place argument, if needed */ member
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core02.c43 static int lesser_ns_open_thread_fn(void *arg) in lesser_ns_open_thread_fn() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_algebraic.c94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) in replace_with_mov() argument
112 replace_x_0_with_x(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_x() argument
123 replace_x_0_with_0(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_0() argument
134 fmul_replace_one(struct vc4_compile *c, struct qinst *inst, int arg) fmul_replace_one() argument
[all...]
/third_party/node/test/addons/async-cleanup-hook/
H A Dbinding.cc5 void MustNotCall(void* arg, void(*cb)(void*), void* cbarg) { in MustNotCall() argument
17 void AsyncCleanupHook(void* arg, void(*cb)(void*), void* cbarg) { in AsyncCleanupHook() argument
/third_party/musl/libc-test/src/regression/
H A Dpthread_once-deadlock.c19 static void *start(void *arg) in start() argument
/third_party/musl/porting/linux/user/src/linux/
H A Dclone.c13 void *arg; member
32 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local
52 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
/third_party/musl/src/linux/linux/
H A Dclone.c28 void *arg; member
47 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local
67 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
/third_party/musl/src/linux/liteos_a/
H A Dclone.c27 void *arg; member
35 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local
53 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
/third_party/musl/porting/liteos_a/user/src/linux/
H A Dclone.c12 void *arg; member
20 void *arg = ((struct __clone_args *)clone_args)->arg; in __start_child() local
38 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
/third_party/node/deps/cares/src/lib/
H A Dares_query.c42 void *arg; member
99 static void qcallback(void *arg, in argument
48 ares_query_qid(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg, unsigned short *qid) ares_query_qid() argument
88 ares_query(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg) ares_query() argument
[all...]
H A Dares_send.c51 ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf, size_t qlen, ares_callback callback, void *arg, unsigned short *qid) ares_send_ex() argument
153 ares_send(ares_channel_t *channel, const unsigned char *qbuf, int qlen, ares_callback callback, void *arg) ares_send() argument
[all...]
/third_party/mesa3d/src/panfrost/drm-shim/
H A Dpanfrost_noop.c39 pan_ioctl_noop(int fd, unsigned long request, void *arg) in pan_ioctl_noop() argument
45 pan_ioctl_get_param(int fd, unsigned long request, void *arg) in pan_ioctl_get_param() argument
86 pan_ioctl_create_bo(int fd, unsigned long request, void *arg) in pan_ioctl_create_bo() argument
105 pan_ioctl_mmap_bo(int fd, unsigned long request, void *arg) in pan_ioctl_mmap_bo() argument
118 pan_ioctl_madvise(int fd, unsigned long request, void *arg) in pan_ioctl_madvise() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear.c46 lp_rast_linear_clear(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_clear() argument
68 lp_rast_linear_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_tile() argument
127 lp_rast_linear_rect(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) lp_rast_linear_rect() argument
/third_party/libfuse/example/
H A Dcuse_client.c63 struct fioc_rw_arg arg = { .offset = offset }; in do_rw() local
[all...]
/third_party/libfuse/test/
H A Dstracedecode.c74 struct fuse_read_in *arg = (struct fuse_read_in *) buf; in process_buf() local
81 struct fuse_write_in *arg = (struct fuse_write_in *) buf; in process_buf() local
101 struct fuse_attr_out *arg = (struct fuse_attr_out *) buf; process_buf() local
108 struct fuse_entry_out *arg = (struct fuse_entry_out *) buf; process_buf() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtring.c58 void *thread(void *arg) in thread() argument
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap06.c45 static void *thr(void *arg) in thr() argument
/third_party/ltp/testcases/kernel/sched/clisrv/
H A Dpthserv.c169 int arg = (uintptr_t) arg_; in new_thread() local
/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp03.c52 static int do_child(void *arg) in do_child() argument
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/
H A Dtirpc_svc_unreg_mt.c46 void *my_thread_process(void *arg) in my_thread_process() argument
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/
H A Dtirpc_rpc_reg_mt.c53 void *my_thread_process(void *arg) in my_thread_process() argument
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp04.c100 static void *thread_run(void *arg) in thread_run() argument
H A Dthp01.c53 static char *arg; variable
/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill01.c34 static void *thread_func(void *arg) in thread_func() argument
/third_party/ltp/testcases/network/can/cve/
H A Dcan_bcm01.c64 static void *thread_run(void *arg) in thread_run() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...105