Lines Matching refs:MCI
29 static bool mci_load_persistent __P((MCI *));
30 static void mci_uncache __P((MCI **, bool));
31 static void mci_clear __P((MCI *));
32 static int mci_lock_host_statfile __P((MCI *));
33 static int mci_read_persistent __P((SM_FILE_T *, MCI *));
64 static MCI **MciCache; /* the open connection cache */
80 register MCI *mci; in mci_cache()
82 register MCI **mcislot;
129 MCI **
131 MCI *savemci; in mci_scan()
134 register MCI **bestmci;
135 register MCI *mci;
147 MciCache = (MCI **) sm_pmalloc_x(MaxMciCache * sizeof(*MciCache));
199 register MCI **mcislot; in mci_uncache()
202 register MCI *mci;
281 MCI *allbut;
307 MCI *mci; in mci_clr_extensions()
332 MCI *mci; in mci_clear()
365 MCI *
370 register MCI *mci;
478 MCI *mci; in mci_close()
523 MCI *
527 register MCI *mci;
530 mci = (MCI *) sm_malloc_x(sizeof(*mci));
532 mci = (MCI *) sm_rpool_malloc_x(rpool, sizeof(*mci));
554 register MCI *mci;
581 MCI *mci; in mci_setstat()
658 register MCI *mci;
773 MCI *mci; in mci_lock_host()
790 MCI *mci; in mci_lock_host_statfile()
858 MCI *mci; in mci_unlock_host()
908 MCI *mci; in mci_load_persistent()
991 register MCI *mci;
1097 MCI *mci; in mci_store_persistent()
1368 MCI mcib;