HomeSort by relevance Sort by last modified time
    Searched refs:argsp (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
svc.h 111 * caddr_t argsp;
123 #define SVC_GETARGS(xprt, xargs, argsp) \
124 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
125 #define svc_getargs(xprt, xargs, argsp) \
126 (*(xprt)->xp_ops->xp_getargs)((xprt), (xargs), (argsp))
133 #define SVC_FREEARGS(xprt, xargs, argsp) \
134 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
135 #define svc_freeargs(xprt, xargs, argsp) \
136 (*(xprt)->xp_ops->xp_freeargs)((xprt), (xargs), (argsp))
clnt.h 158 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
162 * caddr_t argsp;
167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /external/strace/tests/
btrfs.c 1046 struct btrfs_ioctl_space_args *argsp; local
1055 argsp = malloc(sizeof(args) +
1057 if (!argsp)
1060 *argsp = args;
1061 argsp->space_slots = args_passed.total_spaces;
1064 btrfs_test_dir_fd, argsp->space_slots);
1065 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp);
1067 argsp->total_spaces);
1071 for (i = 0; i < argsp->total_spaces; i++) {
1073 info = &argsp->spaces[i]
1603 struct file_dedupe_range *argsp; local
    [all...]
  /external/strace/tests-m32/
btrfs.c 1046 struct btrfs_ioctl_space_args *argsp; local
1055 argsp = malloc(sizeof(args) +
1057 if (!argsp)
1060 *argsp = args;
1061 argsp->space_slots = args_passed.total_spaces;
1064 btrfs_test_dir_fd, argsp->space_slots);
1065 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp);
1067 argsp->total_spaces);
1071 for (i = 0; i < argsp->total_spaces; i++) {
1073 info = &argsp->spaces[i]
1603 struct file_dedupe_range *argsp; local
    [all...]
  /external/strace/tests-mx32/
btrfs.c 1046 struct btrfs_ioctl_space_args *argsp; local
1055 argsp = malloc(sizeof(args) +
1057 if (!argsp)
1060 *argsp = args;
1061 argsp->space_slots = args_passed.total_spaces;
1064 btrfs_test_dir_fd, argsp->space_slots);
1065 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp);
1067 argsp->total_spaces);
1071 for (i = 0; i < argsp->total_spaces; i++) {
1073 info = &argsp->spaces[i]
1603 struct file_dedupe_range *argsp; local
    [all...]
  /external/pcre/pcrecpp/include/
pcrecpp.h 643 Arg const argsp[], int n) const;

Completed in 168 milliseconds