Searched refs:modlist (Results 1 – 1 of 1) sorted by relevance
137 typedef TAILQ_HEAD(, modlist) modlisthead_t;138 struct modlist { struct139 TAILQ_ENTRY(modlist) link; /* chain together all modules */144 typedef struct modlist *modlist_t; argument1460 mod = malloc(sizeof(struct modlist), M_LINKER, M_NOWAIT | M_ZERO); in modlist_newmodule()