Searched refs:execute_steps (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/ |
H A D | sed-opal.c | 532 static int execute_steps(struct opal_dev *dev, in execute_steps() function 2571 ret = execute_steps(dev, erase_steps, ARRAY_SIZE(erase_steps)); in opal_secure_erase_locking_range() 2607 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_revertlsp() 2628 ret = execute_steps(dev, erase_steps, ARRAY_SIZE(erase_steps)); in opal_erase_locking_range() 2659 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_enable_disable_shadow_mbr() 2687 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_set_mbr_done() 2711 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_write_shadow_mbr() 2771 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_add_user_to_lr() 2798 ret = execute_steps(dev, psid_revert_steps, in opal_reverttper() 2801 ret = execute_steps(dev, revert_steps, in opal_reverttper() [all …]
|