Searched refs:PRT_NULL_FD (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 56 if (pr_fstat(P, PRT_NULL_FD, &targ) != 0) { in pr_check_pre() 110 farg0 = PRT_NULL_FD; in pr_inject() 111 fd = pr_fcntl(P, PRT_NULL_FD, F_DUPFD, (void *)farg0, NULL); in pr_inject() 124 fd = pr_fcntl(P, PRT_NULL_FD, F_DUP2FD_CLOFORK, (void *)farg0, NULL); in pr_inject()
|
H A D | pr_target.c | 108 VERIFY3S(fd, ==, PRT_NULL_FD); in main() 126 if (!pr_target_check_fd("normal open", PRT_NULL_FD, PRT_NULL_OFLAG, in main()
|
H A D | pr_target.h | 34 #define PRT_NULL_FD 3 macro
|