Searched refs:bootmeth_get_state_desc (Results 1 - 5 of 5) sorted by relevance

/u-boot/test/boot/
H A Dvbe_simple.c42 ut_assertok(bootmeth_get_state_desc(dev, info, sizeof(info)));
H A Dbootmeth.c169 ut_assertok(bootmeth_get_state_desc(dev, buf, sizeof(buf)));
/u-boot/cmd/
H A Dvbe.c61 ret = bootmeth_get_state_desc(std->vbe_bootmeth, buf, sizeof(buf));
/u-boot/include/
H A Dbootmeth.h152 * bootmeth_get_state_desc() - get detailed state information
167 int bootmeth_get_state_desc(struct udevice *dev, char *buf, int maxsize);
/u-boot/boot/
H A Dbootmeth-uclass.c23 int bootmeth_get_state_desc(struct udevice *dev, char *buf, int maxsize) function

Completed in 120 milliseconds