Home
last modified time | relevance | path

Searched refs:slave (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/cmd/script/
H A Dscript.c51 int slave; /* file descriptor for slave pseudo-tty */ variable
210 (void) dup2(slave, 0); in doshell()
211 (void) dup2(slave, 1); in doshell()
212 (void) dup2(slave, 2); in doshell()
213 (void) close(slave); in doshell()
284 slave = open(slavename, O_RDWR); /* open slave */ in getslave()
285 if (slave < 0) { /* error on opening slave */ in getslave()
289 ioctl(slave, I_PUSH, "ptem"); /* push pt hw emulation module */ in getslave()
290 ioctl(slave, I_PUSH, "ldterm"); /* push line discipline */ in getslave()
292 (void) ioctl(slave, TCSETSF, (char *)&b); in getslave()
[all …]
/titanic_44/usr/src/cmd/enhance/
H A Denhance.c115 static int pty_child(const char *prog, int slave, char *argv[]);
132 int slave = -1; /* The fd of the pseudo-terminal slave device */ in main() local
206 if((slave = pty_open_slave(prog, slave_name)) >= 0) { in main()
207 status = pty_child(prog, slave, argv + 1); in main()
208 close(slave); in main()
517 static int pty_child(const char *prog, int slave, char *argv[]) in pty_child() argument
523 if(tcgetattr(slave, &attr)) { in pty_child()
529 while(tcsetattr(slave, TCSADRAIN, &attr)) { in pty_child()
539 while(dup2(slave, STDIN_FILENO) < 0 && errno==EINTR) in pty_child()
541 while(dup2(slave, STDOUT_FILENO) < 0 && errno==EINTR) in pty_child()
[all …]
/titanic_44/usr/src/uts/sun4u/os/
H A Dmach_ddi_impl.c213 set_intr_mapping_reg(int upaid, uint64_t *addr, int slave) in set_intr_mapping_reg() argument
218 if (slave == 0) { in set_intr_mapping_reg()
229 if ((affin_upaid = upaid - slave) < 0) in set_intr_mapping_reg()
240 get_intr_mapping_reg(int upaid, int slave) in get_intr_mapping_reg() argument
247 if (!slave || addr != NULL) in get_intr_mapping_reg()
/titanic_44/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c196 read_spd_eeprom(int bus, int slave, int addr) in read_spd_eeprom() argument
213 cmd = SPD_EEPROM_WRITE | SPD_ADDR(slave, addr); in read_spd_eeprom()
325 int slave; in ddr2_eeprom() local
327 slave = channel & 0x1 ? dimm + 4 : dimm; in ddr2_eeprom()
330 dp->nrow = read_spd_eeprom(channel, slave, 3) & 0x1f; in ddr2_eeprom()
333 dp->ncolumn = read_spd_eeprom(channel, slave, 4) & 0xf; in ddr2_eeprom()
336 dp->nranks = (read_spd_eeprom(channel, slave, 5) & 0x3) + 1; in ddr2_eeprom()
339 dp->width = (read_spd_eeprom(channel, slave, 6) >> 5) << 2; in ddr2_eeprom()
342 dp->nbanks = read_spd_eeprom(channel, slave, 17); in ddr2_eeprom()
348 dp->manufacture_id = read_spd_eeprom(channel, slave, 64) | in ddr2_eeprom()
[all …]
H A Dnb5000.h60 #define SPD_ADDR(slave, addr) ((((slave) & 7) << 24) | (((addr) & 0xff) << 16)) argument
/titanic_44/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh47 printf "\t$(gettext "create [ -m masterkdc ] slave")\n"
192 if [[ $slave = yes ]]; then
219 if [[ $slave = yes ]]; then
715 if [[ $4 != slave ]]; then
718 "create slave") slave=yes;;
741 if [[ -z $master && -z $slave ]]; then
746 query "$(gettext "Is this machine to be configured as a slave?"): \c"
747 slave=$answer
749 printf "\n$(gettext "Machine must either be a master or a slave KDC server").\n"
755 if [[ $slave = yes && -z $master_hn ]]; then
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshpty.c75 char *slave; in pty_allocate()
77 slave = _getpty(ptyfd, O_RDWR, 0622, 0); in pty_allocate()
78 if (slave == NULL) { in pty_allocate()
82 strlcpy(namebuf, slave, namebuflen); in pty_allocate()
/titanic_44/usr/src/uts/sun4u/io/
H A Dmach_rootnex.c81 int32_t slave = 0; in rootnex_add_intr_impl() local
111 slave = 1; in rootnex_add_intr_impl()
131 if (slave) { in rootnex_add_intr_impl()
/titanic_44/usr/src/cmd/krb5/
H A DMakefile21 slave \
/titanic_44/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.s60 eslave_stack: ! top of slave cpu stack
/titanic_44/usr/src/uts/i86pc/os/
H A Dtimestamp.c438 tsc_sync_master(processorid_t slave) in tsc_sync_master() argument
484 tsc_sync_tick_delta[slave] = in tsc_sync_master()
/titanic_44/usr/src/cmd/
H A DMakefile.check121 krb5/slave \
/titanic_44/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s179 ! start slave cpus, pause them within kernel text,
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c1476 int slave = 0; in r_net_state4() local
1582 slave = 1; in r_net_state4()
1633 if (slave) { in r_net_state4()
1717 int slave = 0; in r_net_state() local
1829 slave = 1; in r_net_state()
1880 if (slave) { in r_net_state()
/titanic_44/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1825 query "$(gettext "Do you have any slave KDC(s)") ?"
1827 printf "$(gettext "Enter a comma-separated list of slave KDC host names"): "
/titanic_44/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s549 * slave loop (at TL=0) when it was cross-called by the debugger's
/titanic_44/usr/src/uts/common/io/e1000api/
H A DREADME.new371 3 = Auto master/slave
/titanic_44/exception_lists/
H A Dhdrchk22 usr/src/cmd/krb5/slave/kprop.h
H A Dcstyle81 usr/src/cmd/krb5/slave/kprop.c
82 usr/src/cmd/krb5/slave/kprop.h
83 usr/src/cmd/krb5/slave/kpropd.c
/titanic_44/
H A D.gitignore1543 usr/src/cmd/krb5/slave/iprop.h
1544 usr/src/cmd/krb5/slave/iprop_xdr.c
1545 usr/src/cmd/krb5/slave/kprop
1546 usr/src/cmd/krb5/slave/kprop_script
1547 usr/src/cmd/krb5/slave/kpropd
/titanic_44/usr/src/cmd/look/
H A Dwords20816 slave
/titanic_44/usr/src/cmd/spell/
H A Dlist20815 slave
/titanic_44/usr/src/data/hwdata/
H A Dpci.ids16401 0501 PTP270PEX PTP/IEEE1588 slave card (PCI Express)
21956 c251 NFB-200G2-slave
22195 00af Capture slave device