Searched defs:mep (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c181 const struct mecherror *mep; local
218 mep = mecherrmap_findleft(&m, minor);
219 if (mep == NULL) {
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c792 * is returned if the optional argument mep is non NULL.
799 kcf_mech_entry_t **mep, boolean_t log_warn)
828 if (mep != NULL)
829 *mep = me;
798 kcf_get_sw_prov(crypto_mech_type_t mech_type, kcf_provider_desc_t **pd, kcf_mech_entry_t **mep, boolean_t log_warn) argument
H A Dkcf_mech_tabs.c758 kcf_get_mech_entry(crypto_mech_type_t mech_type, kcf_mech_entry_t **mep) argument
764 ASSERT(mep != NULL);
780 *mep = &((me_tab->met_tab)[index]);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c525 mapentry_t **mep; local
535 mep = MAP_HASH(mof, mtm);
537 for (me = *mep; me; me = me->me_hash)
558 mapentry_t **mep; local
571 mep = MAP_HASH(mof, mtm);
573 for (me = *mep; me; me = me->me_hash)
H A Dlufs_map.c228 mapentry_t **mep; local
249 mep = MAP_HASH(mof, mtm);
250 for (me = *mep; me; me = me->me_hash) {
319 me->me_hash = *mep;
320 *mep = me;
341 mapentry_t **mep; local
358 mep = MAP_HASH(mof, mtm);
359 while ((me = *mep) != 0) {
361 *mep = me->me_hash;
370 mep
544 mapentry_t **mep; local
682 mapentry_t **mep; local
760 mapentry_t *me, **mep, *age = NULL; local
1001 mapentry_t *me, **mep; local
1091 mapentry_t **mep; local
1218 mapentry_t **mep; local
1409 mapentry_t **mep; local
1640 mapentry_t **mep; local
1725 mapentry_t **mep; local
1782 mapentry_t **mep; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1628 struct mux_edge *mep; local
1645 mep = mnp->mn_outp;
1646 while (mep) {
1647 if ((index == 0) || (index == mep->me_muxid))
1649 mep = mep->me_nextp;
1651 if (!mep) {
1657 (mep->me_muxid == linkp->li_lblk.l_index)) {

Completed in 75 milliseconds