Searched defs:taglist (Results 1 – 5 of 5) sorted by relevance
69 tnf_tag_data_t **taglist) in tnf_reloc_resolve()133 tnf_tag_data_t *taglist = NULL; in do_relocate() local
69 tnf_tag_data_t **taglist) in tnf_reloc_resolve()136 tnf_tag_data_t *taglist = NULL; in do_relocate() local
69 tnf_tag_data_t **taglist) in tnf_reloc_resolve()168 tnf_tag_data_t *taglist = NULL; in do_relocate() local
88 struct taglist { struct89 struct taglist *t_next; /* next in list */ argument90 char t_tag[PMTAGSIZE + 1]; /* PM tag */91 char t_type[PMTYPESIZE + 1]; /* PM type */
3203 cfg_get_tags(CFGFILE *cfg, char ***taglist) in cfg_get_tags()