Searched refs:tmechs (Results 1 – 1 of 1) sorted by relevance
554 mechanism_t **tmechs = NULL; /* temp mechs */ in __nis_get_mechanisms() local594 tmechs = (mechanism_t **) in __nis_get_mechanisms()595 list_append_ent((void *)mp, (void **)tmechs, in __nis_get_mechanisms()597 if (tmechs == NULL) { in __nis_get_mechanisms()619 mechs = tmechs; in __nis_get_mechanisms()1004 mfent_t **tmechs = NULL; /* temp mechs list */ in mf_get_mechs() local1030 tmechs = (mfent_t **)list_append_ent((void *)mp, in mf_get_mechs()1031 (void **)tmechs, ent_cnt, (void (*)()) mf_free_ent); in mf_get_mechs()1032 if (tmechs == NULL) { in mf_get_mechs()1040 mechs = tmechs; /* set master list to pt to newly built one */ in mf_get_mechs()