Lines Matching defs:tsp
71 CFATTACH_DECL_NEW(tsp, 0, tspmatch, tspattach, NULL, NULL);
116 struct tsp_attach_args tsp;
139 memset(&tsp, 0, sizeof tsp);
140 tsp.tsp_name = "tsp";
141 tsp.tsp_slot = 0;
143 config_found(self, &tsp, tscprint, CFARGS_NONE);
145 tsp.tsp_slot += 2;
146 config_found(self, &tsp, tscprint, CFARGS_NONE);
150 tsp.tsp_slot = 1;
151 config_found(self, &tsp, tscprint, CFARGS_NONE);
153 tsp.tsp_slot += 2;
154 config_found(self, &tsp, tscprint, CFARGS_NONE);
167 struct tsp_attach_args *tsp = aux;
170 aprint_normal("%s%d at %s", tsp->tsp_name, tsp->tsp_slot, p);
186 #define tsp() { Generate ctags(1) key. }
277 struct tsp_config *tsp = &tsp_configuration[tsp_console_hose];
283 st = &tsp->pc_iot;
287 st = &tsp->pc_memt;