Lines Matching refs:alts_ent
83 static void ent_sort(struct alts_ent buf[], int cnt);
84 static void ent_compress(struct alts_ent buf[], int cnt);
86 struct alts_ent buf[],
87 struct alts_ent list1[],
89 struct alts_ent list2[],
91 static int ent_bsearch(struct alts_ent buf[], int cnt, struct alts_ent *key);
326 (struct alts_ent *)malloc(ap->ap_ent_secsiz)) == NULL) {
389 struct alts_ent *growbadp; in get_badsec()
397 ap->ap_gbadp = (struct alts_ent *)malloc(cnt*ALTS_ENT_SIZE); in get_badsec()
457 struct alts_ent *entp; in gen_alts_ent()
464 entp=(struct alts_ent *) malloc (ap->ap_ent_secsiz); in gen_alts_ent()
623 ent_sort(struct alts_ent buf[], int cnt) in ent_sort()
625 struct alts_ent temp; in ent_sort()
655 ent_compress(struct alts_ent buf[], int cnt) in ent_compress()
683 struct alts_ent buf[], in ent_merge()
684 struct alts_ent list1[], in ent_merge()
686 struct alts_ent list2[], in ent_merge()
724 ent_bsearch(struct alts_ent buf[], int cnt, struct alts_ent *key) in ent_bsearch()