Searched refs:Cn (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c130 int Cn; /*fd for remote comm line */ variable
138 #define WIOFD(fd) (fd == TTYOUT ? 0 : (fd == Cn ? 1 : 2))
140 #define WMASK(fd) (fd == Cn ? line_mask : term_mask)
141 #define RMASK(fd) (fd == Cn ? line_mask : term_mask)
530 Cn = conn(string);
531 if ( (Cn < 0) && (Cucall.type != CNULL) )
532 Cn = altconn(&Cucall);
534 Cn = altconn(&Cucall);
536 if(Cn < 0) {
538 cleanup(-Cn);
[all...]
H A Ddial.c152 cleanup(Cn) /*this is executed only in the parent process*/
153 int Cn; /*fd for remote comm line */
157 if(Cn > 0) {
158 (void) close(Cn);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c147 cleanup(int Cn) /* this is executed only in the parent process */ argument
151 if (Cn > 0)
152 (void) close(Cn);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c404 * encrypt from P0...Pn-1 using CBC, last block of output is Cn
427 /* encrypt Pn with 0 padding, Cn & C' ivec, output is Cn-1 */
445 /* copy Cn from next to last output block to last block */
447 /* copy Cn-1 from tmp_ct to next to last output block */
593 /* pointers to Cn, Cn-1, Cn-2 CipherText */
594 char *Cn, *Cn_1, *Cn_2; local
605 Cn
854 char *Cn, *Cn_1, *Cn_2; local
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dhal_x86_64.o.uu1919 6Cn////rEInW6G7////rB7gAAAAA6wmJnbhhAABEieBIixwkSItsJAhMi2QkEEiDxBjD

Completed in 574 milliseconds