Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dmci.c80 register MCI **mcislot; local
87 mcislot = mci_scan(mci);
88 if (mcislot == NULL)
102 if (*mcislot != NULL)
103 mci_uncache(mcislot, true);
107 mci, mci->mci_host, (int) (mcislot - MciCache));
112 (int) (mcislot - MciCache));
114 *mcislot = mci;
196 mci_uncache(mcislot, doquit) in mci_uncache() argument
197 register MCI **mcislot; in mci_uncache()
[all …]