Searched refs:get_string (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_hii.c | 875 get_string(const struct efi_hii_string_protocol *this, in get_string() function 1069 .get_string = get_string,
|
/u-boot/cmd/ |
A D | pxe_utils.c | 765 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string() function 861 get_string(&c, t, '\n', 0); in get_token() 870 get_string(&c, t, ' ', 1); in get_token()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_hii.c | 764 ret = hii_string_protocol->get_string(hii_string_protocol, in test_hii_string_get_string() 778 ret = hii_string_protocol->get_string(hii_string_protocol, in test_hii_string_get_string()
|
/u-boot/drivers/usb/gadget/ |
A D | composite.c | 608 static int get_string(struct usb_composite_dev *cdev, in get_string() function 1078 value = get_string(cdev, req->buf, in composite_setup()
|
/u-boot/include/ |
A D | efi_api.h | 1121 efi_status_t(EFIAPI *get_string)(
|
Completed in 16 milliseconds