Searched refs:argsp (Results 1 – 7 of 7) sorted by relevance
/external/strace/tests/ |
D | btrfs.c | 1146 struct btrfs_ioctl_space_args *argsp; in btrfs_test_space_info_ioctl() local 1155 argsp = malloc(sizeof(args) + in btrfs_test_space_info_ioctl() 1157 if (!argsp) in btrfs_test_space_info_ioctl() 1160 *argsp = args; in btrfs_test_space_info_ioctl() 1161 argsp->space_slots = args_passed.total_spaces; in btrfs_test_space_info_ioctl() 1164 argsp->space_slots); in btrfs_test_space_info_ioctl() 1165 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp); in btrfs_test_space_info_ioctl() 1167 argsp->total_spaces); in btrfs_test_space_info_ioctl() 1171 for (i = 0; i < argsp->total_spaces; i++) { in btrfs_test_space_info_ioctl() 1173 info = &argsp->spaces[i]; in btrfs_test_space_info_ioctl() [all …]
|
/external/strace/tests-mx32/ |
D | btrfs.c | 1146 struct btrfs_ioctl_space_args *argsp; in btrfs_test_space_info_ioctl() local 1155 argsp = malloc(sizeof(args) + in btrfs_test_space_info_ioctl() 1157 if (!argsp) in btrfs_test_space_info_ioctl() 1160 *argsp = args; in btrfs_test_space_info_ioctl() 1161 argsp->space_slots = args_passed.total_spaces; in btrfs_test_space_info_ioctl() 1164 argsp->space_slots); in btrfs_test_space_info_ioctl() 1165 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp); in btrfs_test_space_info_ioctl() 1167 argsp->total_spaces); in btrfs_test_space_info_ioctl() 1171 for (i = 0; i < argsp->total_spaces; i++) { in btrfs_test_space_info_ioctl() 1173 info = &argsp->spaces[i]; in btrfs_test_space_info_ioctl() [all …]
|
/external/strace/tests-m32/ |
D | btrfs.c | 1146 struct btrfs_ioctl_space_args *argsp; in btrfs_test_space_info_ioctl() local 1155 argsp = malloc(sizeof(args) + in btrfs_test_space_info_ioctl() 1157 if (!argsp) in btrfs_test_space_info_ioctl() 1160 *argsp = args; in btrfs_test_space_info_ioctl() 1161 argsp->space_slots = args_passed.total_spaces; in btrfs_test_space_info_ioctl() 1164 argsp->space_slots); in btrfs_test_space_info_ioctl() 1165 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp); in btrfs_test_space_info_ioctl() 1167 argsp->total_spaces); in btrfs_test_space_info_ioctl() 1171 for (i = 0; i < argsp->total_spaces; i++) { in btrfs_test_space_info_ioctl() 1173 info = &argsp->spaces[i]; in btrfs_test_space_info_ioctl() [all …]
|
/external/grpc-grpc/test/core/iomgr/ |
D | resolve_address_posix_test.cc | 84 static void actually_poll(void* argsp) { in actually_poll() argument 85 args_struct* args = static_cast<args_struct*>(argsp); in actually_poll() 112 static void must_succeed(void* argsp, grpc_error* err) { in must_succeed() argument 113 args_struct* args = static_cast<args_struct*>(argsp); in must_succeed() 120 static void must_fail(void* argsp, grpc_error* err) { in must_fail() argument 121 args_struct* args = static_cast<args_struct*>(argsp); in must_fail()
|
D | resolve_address_test.cc | 103 static void must_succeed(void* argsp, grpc_error* err) { in must_succeed() argument 104 args_struct* args = static_cast<args_struct*>(argsp); in must_succeed() 114 static void must_fail(void* argsp, grpc_error* err) { in must_fail() argument 115 args_struct* args = static_cast<args_struct*>(argsp); in must_fail()
|
/external/grpc-grpc/test/cpp/naming/ |
D | resolver_component_test.cc | 381 void CheckResolverResultLocked(void* argsp, grpc_error* err) { in CheckResolverResultLocked() argument 383 ArgsStruct* args = (ArgsStruct*)argsp; in CheckResolverResultLocked() 422 void CheckResolvedWithoutErrorLocked(void* argsp, grpc_error* err) { in CheckResolvedWithoutErrorLocked() argument 424 ArgsStruct* args = (ArgsStruct*)argsp; in CheckResolvedWithoutErrorLocked()
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 1185 …<parameter type-id='type-id-8' name='argsp' filepath='/home/max/src/v6/libtirpc/src/clnt_bcast.c' … 1199 …<parameter type-id='type-id-8' name='argsp' filepath='/home/max/src/v6/libtirpc/src/clnt_bcast.c' … 2909 …<parameter type-id='type-id-8' name='argsp' filepath='/home/max/src/v6/libtirpc/src/pmap_rmt.c' li… 3213 …<parameter type-id='type-id-5' name='argsp' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' lin… 3419 …<parameter type-id='type-id-8' name='argsp' filepath='/home/max/src/v6/libtirpc/src/rpcb_clnt.c' l…
|