Searched refs:agent_table (Results 1 – 4 of 4) sorted by relevance
59 struct agent_table { struct64 struct agent_table *init_agent_table(void); argument65 void register_agent(struct agent_table *, struct agent *);66 struct agent *find_agent(struct agent_table *, const char *, enum agent_type);67 void destroy_agent_table(struct agent_table *);
56 struct agent_table *59 struct agent_table *retval; in init_agent_table()70 register_agent(struct agent_table *at, struct agent *a) in register_agent()94 find_agent(struct agent_table *at, const char *name, enum agent_type type) in find_agent()111 destroy_agent_table(struct agent_table *at) in destroy_agent_table()
36 struct agent_table *s_agent_table = NULL;
43 extern struct agent_table *s_agent_table;