Searched refs:farg0 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 95 uintptr_t farg0, farg1; in pr_inject() local 110 farg0 = PRT_NULL_FD; in pr_inject() 111 fd = pr_fcntl(P, PRT_NULL_FD, F_DUPFD, (void *)farg0, NULL); in pr_inject() 123 farg0 = PRT_CLOFORK_FD; in pr_inject() 124 fd = pr_fcntl(P, PRT_NULL_FD, F_DUP2FD_CLOFORK, (void *)farg0, NULL); in pr_inject() 137 farg0 = PRT_DUP3_FD; in pr_inject() 139 fd = pr_fcntl(P, PRT_ZERO_FD, F_DUP3FD, (void *)farg0, (void *)farg1); in pr_inject()
|