HomeSort by relevance Sort by last modified time
    Searched defs:mci (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
mci.c 18 SM_RCSID("@(#)$Id: mci.c,v 8.221 2007/11/13 23:44:25 gshapiro Exp $")
28 static bool mci_load_persistent __P((MCI *));
29 static void mci_uncache __P((MCI **, bool));
30 static int mci_lock_host_statfile __P((MCI *));
31 static int mci_read_persistent __P((SM_FILE_T *, MCI *));
34 ** Mail Connection Information (MCI) Caching Module.
56 ** The persistent MCI code is donated by Mark Lovell and Paul
59 ** MCI structure.
62 static MCI **MciCache; /* the open connection cache */
70 ** mci -- the connection to cache
133 register MCI *mci; local
200 register MCI *mci; local
309 register MCI *mci; local
431 mci_dump(sm_debug_file(), mci, false); local
444 mci_dump(sm_debug_file(), mci, false); local
466 register MCI *mci; local
493 register MCI *mci; local
991 mci_dump(sm_debug_file(), mci, false); local
    [all...]
usersmtp.c 23 static void esmtp_check __P((char *, bool, MAILER *, MCI *, ENVELOPE *));
24 static void helo_options __P((char *, bool, MAILER *, MCI *, ENVELOPE *));
25 static int smtprcptstat __P((ADDRESS *, MAILER *, MCI *, ENVELOPE *));
56 ** mci -- the mailer connection info.
68 smtpinit(m, mci, e, onlyhelo)
70 register MCI *mci;
84 mci_dump(sm_debug_file(), mci, false); local
93 CurHostName = mci->mci_host; /* XXX UGLY XXX */
97 state = mci->mci_state
1075 MCI *mci; local
    [all...]
deliver.c 42 static int starttls __P((MAILER *, MCI *, ENVELOPE *));
43 static int endtlsclt __P((MCI *));
1303 register MCI *volatile mci; local
2085 mci_dump(sm_debug_file(), mci, false); local
3228 mci_dump(sm_debug_file(), mci, false); local
5815 register MCI *mci; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/mac/
mac.c 509 mac_client_impl_t mci; local
535 if (mdb_vread(&mci, sizeof (mci), (uintptr_t)srs.srs_mcip) == -1) {
557 addr, mci.mci_name, srs.srs_state, srs.srs_type,
577 addr, mci.mci_name, mac_srs_txmode2str(srs.srs_tx.st_mode),
599 addr, mci.mci_name, mc.mc_ncpus, mc.mc_pollid,
621 addr, mci.mci_name, mc.mc_ncpus,
642 mdb_printf("%?p %-20s %-20d %-20d\n", addr, mci.mci_name,
685 addr, mci.mci_name, srs_rx.sr_intr_count,
705 mdb_printf("%?p %-20s ", addr, mci.mci_name)
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
cmi_hw.c 1029 struct xen_mc_msrinject *mci = &xmc.u.mc_msrinject; local
1040 mci->mcinj_cpunr = xen_physcpu_logical_id(HDLPRIV(hdl));
1041 mci->mcinj_flags = intpose ? MC_MSRINJ_F_INTERPOSE : 0;
1042 mci->mcinj_count = 1; /* learn to batch sometime */
1043 mci->mcinj_msr[0].reg = msr;
1044 mci->mcinj_msr[0].value = val;
    [all...]

Completed in 300 milliseconds