Home
last modified time | relevance | path

Searched defs:get_str (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dboard.h81 int (*get_str)(struct udevice *dev, int id, size_t size, char *val); member
/openbmc/qemu/monitor/
H A Dhmp.c77 static int get_str(char *buf, int buf_size, const char **pp) in get_str() function