Home
last modified time | relevance | path

Searched refs:ex_type (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/lib/py/
H A Dnetns.py32 def __exit__(self, ex_type, ex_value, ex_tb):
100 def __exit__(self, ex_type, ex_value, ex_tb):
27 __exit__(self, ex_type, ex_value, ex_tb) global() argument
H A Dutils.py199 def __exit__(self, ex_type, ex_value, ex_tb):
204 terminate = terminate or (self._exit_wait and ex_type is not None)
230 def __exit__(self, ex_type, ex_value, ex_tb):
129 __exit__(self, ex_type, ex_value, ex_tb) global() argument
153 __exit__(self, ex_type, ex_value, ex_tb) global() argument
H A Dnsim.py94 def __exit__(self, ex_type, ex_value, ex_tb): argument
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py68 def __exit__(self, ex_type, ex_value, ex_tb):
80 __exit__(self, ex_type, ex_value, ex_tb) global() argument
225 __exit__(self, ex_type, ex_value, ex_tb) global() argument
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py491 ex_type, ex, ex_tb = sys.exc_info()
493 format(ex_type, ex))
495 emergency_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex)
541 ex_type, ex, ex_tb = sys.exc_info()
553 format(ex_type, ex, index, tidx['id'], tidx['name'], stage))
/linux/drivers/scsi/libsas/
H A Dsas_expander.c1201 static const char *ex_type[] = { in sas_print_parent_topology_bug() local
1208 ex_type[parent->dev_type], in sas_print_parent_topology_bug()
1212 ex_type[child->dev_type], in sas_print_parent_topology_bug()