Lines Matching defs:tcses
242 struct tcses;
243 int do_syscalltests(struct tcses *tcs);
244 struct tcses *get_tcs_info(char *ptr);
446 * Define tcses
448 struct tcses {
520 struct tcses *tcs_ptr;
579 * defined in the all_tcses array of tcses structures. Either a pointer
585 struct tcses *get_tcs_info(char *ptr)
588 struct tcses *tcs_ptr;
594 for (ctr = 1; ctr < sizeof(all_tcses) / sizeof(struct tcses);
601 for (ctr = 0; ctr < (int)(sizeof(all_tcses) / sizeof(struct tcses)); ctr++) {
892 * Argument is a ptr into the all_tcses array of structures of type tcses
894 int do_syscalltests(struct tcses *tcs)
1882 for (ind = 0; ind < sizeof(all_tcses) / sizeof(struct tcses); ind++) {