Searched refs:tmechs (Results 1 – 1 of 1) sorted by relevance
552 mechanism_t **tmechs = NULL; /* temp mechs */ in __nis_get_mechanisms() local592 tmechs = (mechanism_t **) in __nis_get_mechanisms()593 list_append_ent((void *)mp, (void **)tmechs, in __nis_get_mechanisms()595 if (tmechs == NULL) { in __nis_get_mechanisms()617 mechs = tmechs; in __nis_get_mechanisms()1002 mfent_t **tmechs = NULL; /* temp mechs list */ in mf_get_mechs() local1028 tmechs = (mfent_t **)list_append_ent((void *)mp, in mf_get_mechs()1029 (void **)tmechs, ent_cnt, (void (*)()) mf_free_ent); in mf_get_mechs()1030 if (tmechs == NULL) { in mf_get_mechs()1038 mechs = tmechs; /* set master list to pt to newly built one */ in mf_get_mechs()