Searched refs:ctlfd (Results 1 – 1 of 1) sorted by relevance
165 int ctlfd; in ControlLwp() local172 if ((ctlfd = open(procname, O_WRONLY|O_EXCL)) < 0) { in ControlLwp()177 AutoCloser autocloser(ctlfd); in ControlLwp()182 if (write(ctlfd, ctl, sizeof (ctl)) != sizeof (ctl)) { in ControlLwp()