Lines Matching refs:mbr
3 mbr command
11 mbr verify [interface] [device no] [partition list]
12 mbr write [interface] [device no] [partition list]
17 The mbr command lets users create or verify the MBR (Master Boot Record)
50 => mbr write mmc 0
58 => mbr verify mmc 0
64 => if mbr verify mmc 0; then
69 The 'mbr write' command returns 0 on success write or 1 on failure.
71 The 'mbr verify' returns 0 if the layout matches the one on the storage
77 To use the mbr command you must specify CONFIG_CMD_MBR=y.
85 | 0 | mbr write was succesful |
87 | 1 | mbr write failed |
89 | 0 | mbr verify was succesful |
91 | 1 | mbr verify was not succesful |