Searched refs:dout (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | enc_des.c | 116 krb5_enc_data dout; in ecb_encrypt() local 121 dout.ciphertext.length = DES_BLOCKSIZE; in ecb_encrypt() 122 dout.ciphertext.data = (char *)out; in ecb_encrypt() 124 dout.enctype = ENCTYPE_UNKNOWN; in ecb_encrypt() 127 &din, &dout); in ecb_encrypt()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 742 FILE *fin, *dout = 0; in sendrequest() local 874 dout = dataconn(dmode); in sendrequest() 875 if (dout == NULL) in sendrequest() 886 if ((d = WRITE(fileno(dout), buf, c)) < 0) in sendrequest() 907 d = secure_flush(fileno(dout)); in sendrequest() 924 if (ferror(dout) || PUTC('\r', dout) < 0) in sendrequest() 929 if (PUTC(c, dout) < 0) in sendrequest() 935 (void) PUTC('\0', dout); in sendrequest() 949 d = ferror(dout) ? -1 : 0; in sendrequest() 951 d = secure_flush(fileno(dout)); in sendrequest() [all …]
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_subr.c | 137 topo_debug_set(topo_hdl_t *thp, const char *dbmode, const char *dout) in topo_debug_set() argument 155 if (dout == NULL) { in topo_debug_set() 162 if (strcmp(dout, dbp->tdm_name) == 0) in topo_debug_set()
|
/titanic_41/usr/src/cmd/dc/ |
H A D | dc.c | 1498 int dig, dout, ct; in print() local 1539 dout = ((dig / 10) + dig) / logo; in print() 1570 } while (++ct < dout); in print()
|
/titanic_41/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 2863 uint32_t dout; in dnet_read21140srom() local 2931 dout = ddi_get32(io_handle, in dnet_read21140srom() 2934 if (dout & DATA_OUT) in dnet_read21140srom()
|