Searched refs:Slave (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c76 int Master, Slave; /* sides of the pty */ variable
212 * sets the global variables Master and Slave.
249 if ((Slave = open(slavename, O_RDWR)) == -1) {
253 if (ioctl(Slave, I_PUSH, "ptem") == -1) {
257 if (ioctl(Slave, I_PUSH, "ldterm") == -1) {
261 if (ioctl(Slave, I_PUSH, "ttcompat") == -1) {
284 close(Slave);
285 Slave = open(slavename, O_RDWR);
286 if (Slave < 0) {
311 *pfd0 = Slave;
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh600 printf "\n$(gettext "KDC Slave Status Information")\n"

Completed in 434 milliseconds