Home
last modified time | relevance | path

Searched refs:argsp (Results 1 – 7 of 7) sorted by relevance

/external/strace/tests/
Dbtrfs.c1146 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/
Dbtrfs.c1146 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/
Dbtrfs.c1146 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/
Dresolve_address_posix_test.cc84 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()
Dresolve_address_test.cc103 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/
Dresolver_component_test.cc381 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/pcre/pcrecpp/include/
Dpcrecpp.h643 Arg const argsp[], int n) const;