Searched refs:_method (Results 1 – 1 of 1) sorted by relevance
474 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument475 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \478 .load_image = _method, \481 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument482 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \484 .load_image = _method, \
Completed in 7 milliseconds