Searched refs:ex_type (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 65 def __exit__(self, ex_type, ex_value, ex_tb): argument 89 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| A D | netns.py | 24 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| A D | nsim.py | 94 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| A D | env.py | 58 def __exit__(self, ex_type, ex_value, ex_tb): argument 186 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| /linux/tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 488 ex_type, ex, ex_tb = sys.exc_info() 490 format(ex_type, ex)) 492 …y_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex) 538 ex_type, ex, ex_tb = sys.exc_info() 550 format(ex_type, ex, index, tidx['id'], tidx['name'], stage))
|
| /linux/drivers/scsi/libsas/ |
| A D | sas_expander.c | 1201 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()
|
Completed in 16 milliseconds