Searched refs:pr_fcntl (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 132 info->pr_fileflags = pr_fcntl(P, fd, F_GETXFL, 0); 133 info->pr_fdflags = pr_fcntl(P, fd, F_GETFD, 0);
|
H A D | pr_fcntl.c | 40 pr_fcntl(struct ps_prochandle *Pr, int fd, int cmd, void *argp) function
|
H A D | libproc.h | 359 extern int pr_fcntl(struct ps_prochandle *, int, int, void *);
|
H A D | llib-lproc | 246 /* pr_fcntl.c */ 247 int pr_fcntl(struct ps_prochandle *Pr, int fd, int cmd, void *argp);
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 272 flags = pr_fcntl(g_proc, fd, F_GETFL, NULL); 297 (void) pr_fcntl(g_proc, tmpfd, F_DUP2FD, 304 (void) pr_fcntl(g_proc, *fdp, F_DUP2FD, (void *)(uintptr_t)fd); 317 (void) pr_fcntl(g_proc, tmpfd, F_DUP2FD, (void *)(uintptr_t)fd);
|
/illumos-gate/usr/src/lib/libproc/ |
H A D | Makefile.com | 51 pr_fcntl.o \
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 351 ret = pr_fcntl(Pr, fd, F_GETLK, &flock_target); 356 ret = pr_fcntl(Pr, fd, F_GETLK, flock_native);
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 84 pr_fcntl.3proc \
|
Completed in 95 milliseconds