Home
last modified time | relevance | path

Searched refs:Pctlfd (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_set.c56 if (write(Pctlfd(Pr), ctlp, sizeof (long) + ctlsize) < 0) in Psetcred()
81 if (write(Pctlfd(Pr), &ctl, sizeof (ctl)) < 0) in Psetzoneid()
H A Dmapfile-vers115 Pctlfd;
H A Dlibproc.h259 extern int Pctlfd(struct ps_prochandle *);
H A DPcontrol.c1265 Pctlfd(struct ps_prochandle *P) in Pctlfd() function
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c401 int pfd = Pctlfd(P); in dt_proc_waitrun()
470 int pfd = Pctlfd(P); in dt_proc_control()
/illumos-gate/usr/src/man/man3proc/
H A DMakefile43 Pctlfd.3proc \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc60 file path=usr/share/man/man3proc/Pctlfd.3proc
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c552 (void) write(Pctlfd(t->t_pshandle), &cmd, sizeof (cmd)); in pt_pre_detach()
3527 (void) write(Pctlfd(P), ctl, sizeof (ctl)); in pt_sigfwd()