Home
last modified time | relevance | path

Searched refs:PRT_CLOSE_FD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/libproc-tests/tests/syscall/
H A Dpr_target.c118 VERIFY3S(fd, ==, PRT_CLOSE_FD); in main()
154 if (fcntl(PRT_CLOSE_FD, F_GETFD, NULL) != -1) { in main()
H A Dpr_target.h38 #define PRT_CLOSE_FD 4 macro
H A Dpr_inject.c151 if (pr_close(P, PRT_CLOSE_FD) != 0) { in pr_inject()