Searched refs:_boot_device (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | spl.h | 829 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument 830 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \ 832 .boot_device = _boot_device, \ 836 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument 837 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \ 838 .boot_device = _boot_device, \ 843 #define SPL_LOAD_IMAGE_GET(_priority, _boot_device, _method) \ argument 845 _boot_device ## _priority ## _method, spl_image_loader)
|
Completed in 7 milliseconds