Searched defs:dout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c137 topo_debug_set(topo_hdl_t *thp, const char *dbmode, const char *dout) argument
155 if (dout == NULL) {
162 if (strcmp(dout, dbp->tdm_name) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c116 krb5_enc_data dout; local
121 dout.ciphertext.length = DES_BLOCKSIZE;
122 dout.ciphertext.data = (char *)out;
124 dout.enctype = ENCTYPE_UNKNOWN;
127 &din, &dout);
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c1498 int dig, dout, ct; local
1539 dout = ((dig / 10) + dig) / logo;
1570 } while (++ct < dout);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c742 FILE *fin, *dout = 0; local
874 dout = dataconn(dmode);
875 if (dout == NULL)
886 if ((d = WRITE(fileno(dout), buf, c)) < 0)
907 d = secure_flush(fileno(dout));
924 if (ferror(dout) || PUTC('\r', dout) < 0)
929 if (PUTC(c, dout) < 0)
935 (void) PUTC('\0', dout);
949 d = ferror(dout)
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c2863 uint32_t dout; local
2931 dout = ddi_get32(io_handle,
2934 if (dout & DATA_OUT)

Completed in 134 milliseconds