Searched refs:CHECK_ERR_AND_FINISH (Results 1 – 1 of 1) sorted by relevance
/external/kmod/libkmod/ |
D | libkmod-module.c | 501 #define CHECK_ERR_AND_FINISH(_err, _label_err, _list, label_finish) \ macro 560 CHECK_ERR_AND_FINISH(err, fail, list, finish); in kmod_module_new_from_lookup() 564 CHECK_ERR_AND_FINISH(err, fail, list, finish); in kmod_module_new_from_lookup() 568 CHECK_ERR_AND_FINISH(err, fail, list, finish); in kmod_module_new_from_lookup() 572 CHECK_ERR_AND_FINISH(err, fail, list, finish); in kmod_module_new_from_lookup() 576 CHECK_ERR_AND_FINISH(err, fail, list, finish); in kmod_module_new_from_lookup() 580 CHECK_ERR_AND_FINISH(err, fail, list, finish); in kmod_module_new_from_lookup() 591 #undef CHECK_ERR_AND_FINISH
|