Searched refs:dict_ent (Results 1 – 6 of 6) sorted by relevance
74 dict_add_data(dict_ent *de, char *v) in dict_add_data()84 static dict_ent *87 dict_ent *de = CALLOC(struct dict_ent); in new_dict_ent()95 dict_ent *98 dict_ent *de = dp->de[dict_hash(k)]; in dict_locate()109 dict_ent *de = dict_locate(dp, k); in dict_add()112 dict_ent **dep = &dp->de[dict_hash(k)]; in dict_add()128 dict_ent *de = dp->de[i]; in dict_iter()
49 typedef struct dict_ent dict_ent; typedef70 dict_ent *a_mounted;210 struct dict_ent { struct211 dict_ent *de_next; argument226 dict_ent *de[DICTHASH]; argument
138 static dict_ent *141 dict_ent *de; in find_volname()409 fixup_required_mount_info(fsmount *fp, dict_ent *de) in fixup_required_mount_info()488 dict_ent *de = (dict_ent *) NULL; in analyze_mounts()610 dict_ent *de = find_volname(ap->a_volname); in analyze_automount()
65 extern dict_ent *dict_locate(dict *, char *);
110 dict_ent *de = ap->a_mounted; in write_amount_info()
365 dict_ent *de = dict_locate(dict_of_hosts, v); in set_host()