Home
last modified time | relevance | path

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

/include/
A Dspl.h829 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
830 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \
833 .load_image = _method, \
836 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
837 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \
839 .load_image = _method, \
843 #define SPL_LOAD_IMAGE_GET(_priority, _boot_device, _method) \ argument
845 _boot_device ## _priority ## _method, spl_image_loader)

Completed in 5 milliseconds